| Modifier and Type | Method and Description |
|---|---|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addAllParts(Iterable<? extends GroundedGenerationContent.Part> values)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GenerateGroundedContentRequest.Builder.addContentsBuilder()
Content of the current conversation with the model.
|
GroundedGenerationContent.Builder |
GenerateGroundedContentRequest.Builder.addContentsBuilder(int index)
Content of the current conversation with the model.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addParts(GroundedGenerationContent.Part.Builder builderForValue)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addParts(GroundedGenerationContent.Part value)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addParts(int index,
GroundedGenerationContent.Part.Builder builderForValue)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addParts(int index,
GroundedGenerationContent.Part value)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clear() |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clearParts()
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clearRole()
Producer of the content.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.clone() |
GroundedGenerationContent.Builder |
GenerateGroundedContentResponse.Candidate.Builder.getContentBuilder()
Content of the candidate.
|
GroundedGenerationContent.Builder |
GenerateGroundedContentRequest.Builder.getContentsBuilder(int index)
Content of the current conversation with the model.
|
GroundedGenerationContent.Builder |
GenerateGroundedContentRequest.Builder.getSystemInstructionBuilder()
Content of the system instruction for the current API.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.mergeFrom(GroundedGenerationContent other) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.mergeFrom(com.google.protobuf.Message other) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GroundedGenerationContent.Builder |
GroundedGenerationContent.newBuilder() |
static GroundedGenerationContent.Builder |
GroundedGenerationContent.newBuilder(GroundedGenerationContent prototype) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.newBuilderForType() |
protected GroundedGenerationContent.Builder |
GroundedGenerationContent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.removeParts(int index)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setParts(int index,
GroundedGenerationContent.Part.Builder builderForValue)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setParts(int index,
GroundedGenerationContent.Part value)
Ordered `Parts` that constitute a single message.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setRole(String value)
Producer of the content.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setRoleBytes(com.google.protobuf.ByteString value)
Producer of the content.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GroundedGenerationContent.Builder |
GroundedGenerationContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<GroundedGenerationContent.Builder> |
GenerateGroundedContentRequest.Builder.getContentsBuilderList()
Content of the current conversation with the model.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(GroundedGenerationContent.Builder builderForValue)
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.
|
GenerateGroundedContentResponse.Candidate.Builder |
GenerateGroundedContentResponse.Candidate.Builder.setContent(GroundedGenerationContent.Builder builderForValue)
Content of the candidate.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setContents(int index,
GroundedGenerationContent.Builder builderForValue)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setSystemInstruction(GroundedGenerationContent.Builder builderForValue)
Content of the system instruction for the current API.
|
Copyright © 2025 Google LLC. All rights reserved.