public interface QueryExtensionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureMessage()
Failure message if any.
|
com.google.protobuf.ByteString |
getFailureMessageBytes()
Failure message if any.
|
Content |
getSteps(int index)
Steps of extension or LLM interaction, can contain function call,
function response, or text response.
|
int |
getStepsCount()
Steps of extension or LLM interaction, can contain function call,
function response, or text response.
|
List<Content> |
getStepsList()
Steps of extension or LLM interaction, can contain function call,
function response, or text response.
|
ContentOrBuilder |
getStepsOrBuilder(int index)
Steps of extension or LLM interaction, can contain function call,
function response, or text response.
|
List<? extends ContentOrBuilder> |
getStepsOrBuilderList()
Steps of extension or LLM interaction, can contain function call,
function response, or text response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Content> getStepsList()
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
repeated .google.cloud.aiplatform.v1beta1.Content steps = 1;Content getSteps(int index)
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
repeated .google.cloud.aiplatform.v1beta1.Content steps = 1;int getStepsCount()
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
repeated .google.cloud.aiplatform.v1beta1.Content steps = 1;List<? extends ContentOrBuilder> getStepsOrBuilderList()
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
repeated .google.cloud.aiplatform.v1beta1.Content steps = 1;ContentOrBuilder getStepsOrBuilder(int index)
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
repeated .google.cloud.aiplatform.v1beta1.Content steps = 1;String getFailureMessage()
Failure message if any.
string failure_message = 2;com.google.protobuf.ByteString getFailureMessageBytes()
Failure message if any.
string failure_message = 2;Copyright © 2025 Google LLC. All rights reserved.