| Modifier and Type | Method and Description |
|---|---|
GroundedGenerationContent |
GroundedGenerationContent.Builder.build() |
GroundedGenerationContent |
GroundedGenerationContent.Builder.buildPartial() |
GroundedGenerationContent |
GenerateGroundedContentResponse.CandidateOrBuilder.getContent()
Content of the candidate.
|
GroundedGenerationContent |
GenerateGroundedContentResponse.Candidate.getContent()
Content of the candidate.
|
GroundedGenerationContent |
GenerateGroundedContentResponse.Candidate.Builder.getContent()
Content of the candidate.
|
GroundedGenerationContent |
GenerateGroundedContentRequestOrBuilder.getContents(int index)
Content of the current conversation with the model.
|
GroundedGenerationContent |
GenerateGroundedContentRequest.getContents(int index)
Content of the current conversation with the model.
|
GroundedGenerationContent |
GenerateGroundedContentRequest.Builder.getContents(int index)
Content of the current conversation with the model.
|
static GroundedGenerationContent |
GroundedGenerationContent.getDefaultInstance() |
GroundedGenerationContent |
GroundedGenerationContent.getDefaultInstanceForType() |
GroundedGenerationContent |
GroundedGenerationContent.Builder.getDefaultInstanceForType() |
GroundedGenerationContent |
GenerateGroundedContentRequestOrBuilder.getSystemInstruction()
Content of the system instruction for the current API.
|
GroundedGenerationContent |
GenerateGroundedContentRequest.getSystemInstruction()
Content of the system instruction for the current API.
|
GroundedGenerationContent |
GenerateGroundedContentRequest.Builder.getSystemInstruction()
Content of the system instruction for the current API.
|
static GroundedGenerationContent |
GroundedGenerationContent.parseDelimitedFrom(InputStream input) |
static GroundedGenerationContent |
GroundedGenerationContent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(byte[] data) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(ByteBuffer data) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(com.google.protobuf.ByteString data) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(com.google.protobuf.CodedInputStream input) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(InputStream input) |
static GroundedGenerationContent |
GroundedGenerationContent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GroundedGenerationContent> |
GenerateGroundedContentRequestOrBuilder.getContentsList()
Content of the current conversation with the model.
|
List<GroundedGenerationContent> |
GenerateGroundedContentRequest.getContentsList()
Content of the current conversation with the model.
|
List<GroundedGenerationContent> |
GenerateGroundedContentRequest.Builder.getContentsList()
Content of the current conversation with the model.
|
com.google.protobuf.Parser<GroundedGenerationContent> |
GroundedGenerationContent.getParserForType() |
static com.google.protobuf.Parser<GroundedGenerationContent> |
GroundedGenerationContent.parser() |
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addContents(GroundedGenerationContent value)
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.
|
GenerateGroundedContentResponse.Candidate.Builder |
GenerateGroundedContentResponse.Candidate.Builder.mergeContent(GroundedGenerationContent value)
Content of the candidate.
|
GroundedGenerationContent.Builder |
GroundedGenerationContent.Builder.mergeFrom(GroundedGenerationContent other) |
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.mergeSystemInstruction(GroundedGenerationContent value)
Content of the system instruction for the current API.
|
static GroundedGenerationContent.Builder |
GroundedGenerationContent.newBuilder(GroundedGenerationContent prototype) |
GenerateGroundedContentResponse.Candidate.Builder |
GenerateGroundedContentResponse.Candidate.Builder.setContent(GroundedGenerationContent value)
Content of the candidate.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setContents(int index,
GroundedGenerationContent value)
Content of the current conversation with the model.
|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.setSystemInstruction(GroundedGenerationContent value)
Content of the system instruction for the current API.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentRequest.Builder |
GenerateGroundedContentRequest.Builder.addAllContents(Iterable<? extends GroundedGenerationContent> values)
Content of the current conversation with the model.
|
Copyright © 2025 Google LLC. All rights reserved.