| Modifier and Type | Method and Description |
|---|---|
GenerativeInfo |
GenerativeInfo.Builder.build() |
GenerativeInfo |
GenerativeInfo.Builder.buildPartial() |
static GenerativeInfo |
GenerativeInfo.getDefaultInstance() |
GenerativeInfo |
GenerativeInfo.getDefaultInstanceForType() |
GenerativeInfo |
GenerativeInfo.Builder.getDefaultInstanceForType() |
GenerativeInfo |
QueryResultOrBuilder.getGenerativeInfo()
The information of a query if handled by generative agent resources.
|
GenerativeInfo |
QueryResult.getGenerativeInfo()
The information of a query if handled by generative agent resources.
|
GenerativeInfo |
QueryResult.Builder.getGenerativeInfo()
The information of a query if handled by generative agent resources.
|
static GenerativeInfo |
GenerativeInfo.parseDelimitedFrom(InputStream input) |
static GenerativeInfo |
GenerativeInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerativeInfo |
GenerativeInfo.parseFrom(byte[] data) |
static GenerativeInfo |
GenerativeInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerativeInfo |
GenerativeInfo.parseFrom(ByteBuffer data) |
static GenerativeInfo |
GenerativeInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerativeInfo |
GenerativeInfo.parseFrom(com.google.protobuf.ByteString data) |
static GenerativeInfo |
GenerativeInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerativeInfo |
GenerativeInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static GenerativeInfo |
GenerativeInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerativeInfo |
GenerativeInfo.parseFrom(InputStream input) |
static GenerativeInfo |
GenerativeInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GenerativeInfo> |
GenerativeInfo.getParserForType() |
static com.google.protobuf.Parser<GenerativeInfo> |
GenerativeInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeFrom(GenerativeInfo other) |
QueryResult.Builder |
QueryResult.Builder.mergeGenerativeInfo(GenerativeInfo value)
The information of a query if handled by generative agent resources.
|
static GenerativeInfo.Builder |
GenerativeInfo.newBuilder(GenerativeInfo prototype) |
QueryResult.Builder |
QueryResult.Builder.setGenerativeInfo(GenerativeInfo value)
The information of a query if handled by generative agent resources.
|
Copyright © 2025 Google LLC. All rights reserved.