| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addAllContents(Iterable<? extends GroundedGenerationContent> values)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(GroundedGenerationContent.Builder builderForValue)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(GroundedGenerationContent value)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(int index,
GroundedGenerationContent.Builder builderForValue)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(int index,
GroundedGenerationContent value)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clear() |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearContents()
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearGenerationSpec()
Content generation specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearGroundingSpec()
Grounding specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearLocation()
Required.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearSystemInstruction()
Content of the system instruction for the current API.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clearUserLabels() |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.clone() |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeFrom(GenerateGroundedContentRequest other) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeGenerationSpec(GenerateGroundedContentRequest.GenerationSpec value)
Content generation specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeGroundingSpec(GenerateGroundedContentRequest.GroundingSpec value)
Grounding specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeSystemInstruction(GroundedGenerationContent value)
Content of the system instruction for the current API.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.newBuilder() |
static GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.newBuilder(GenerateGroundedContentRequest prototype) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.newBuilderForType() |
protected GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.putAllUserLabels(Map<String,String> values)
The user labels applied to a resource must meet the following requirements:
* Each resource can have multiple labels, up to a maximum of 64
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.putUserLabels(String key,
String value)
The user labels applied to a resource must meet the following requirements:
* Each resource can have multiple labels, up to a maximum of 64
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.removeContents(int index)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.removeUserLabels(String key)
The user labels applied to a resource must meet the following requirements:
* Each resource can have multiple labels, up to a maximum of 64
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setContents(int index,
GroundedGenerationContent.Builder builderForValue)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setContents(int index,
GroundedGenerationContent value)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setGenerationSpec(GenerateGroundedContentRequest.GenerationSpec.Builder builderForValue)
Content generation specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setGenerationSpec(GenerateGroundedContentRequest.GenerationSpec value)
Content generation specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setGroundingSpec(GenerateGroundedContentRequest.GroundingSpec.Builder builderForValue)
Grounding specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setGroundingSpec(GenerateGroundedContentRequest.GroundingSpec value)
Grounding specification.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setLocation(String value)
Required.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setLocationBytes(com.google.protobuf.ByteString value)
Required.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setSystemInstruction(GroundedGenerationContent.Builder builderForValue)
Content of the system instruction for the current API.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setSystemInstruction(GroundedGenerationContent value)
Content of the system instruction for the current API.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.toBuilder() |
Copyright © 2025 Google LLC. All rights reserved.