public final class GenerateAppResourceResponse extends GeneratedMessage implements GenerateAppResourceResponseOrBuilder
Response message for
AgentService.GenerateAppResource.
Protobuf type google.cloud.ces.v1beta.GenerateAppResourceResponse
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AGENT_FIELD_NUMBER
public static final int AGENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
APP_RESOURCES_FIELD_NUMBER
public static final int APP_RESOURCES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
APP_SNAPSHOT_FIELD_NUMBER
public static final int APP_SNAPSHOT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATIONS_FIELD_NUMBER
public static final int EVALUATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GENERATE_RESULT_INFO_FIELD_NUMBER
public static final int GENERATE_RESULT_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TOOLSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int TOOLS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GenerateAppResourceResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GenerateAppResourceResponse.Builder newBuilder()
newBuilder(GenerateAppResourceResponse prototype)
public static GenerateAppResourceResponse.Builder newBuilder(GenerateAppResourceResponse prototype)
public static GenerateAppResourceResponse parseDelimitedFrom(InputStream input)
public static GenerateAppResourceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GenerateAppResourceResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GenerateAppResourceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GenerateAppResourceResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAppResourceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GenerateAppResourceResponse parseFrom(CodedInputStream input)
public static GenerateAppResourceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GenerateAppResourceResponse parseFrom(InputStream input)
public static GenerateAppResourceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GenerateAppResourceResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GenerateAppResourceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GenerateAppResourceResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAgent()
Agent generated by the LLM assistant.
.google.cloud.ces.v1beta.Agent agent = 1;
| Returns |
| Type |
Description |
Agent |
The agent.
|
getAgentOrBuilder()
public AgentOrBuilder getAgentOrBuilder()
Agent generated by the LLM assistant.
.google.cloud.ces.v1beta.Agent agent = 1;
getAppResources()
public GenerateAppResourceResponse.AppResources getAppResources()
The app resources generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.AppResources app_resources = 7;
getAppResourcesOrBuilder()
public GenerateAppResourceResponse.AppResourcesOrBuilder getAppResourcesOrBuilder()
The app resources generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.AppResources app_resources = 7;
getAppSnapshot()
public AppSnapshot getAppSnapshot()
App snapshot generated by the LLM assistant. This snapshot contains the
app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 4;
getAppSnapshotOrBuilder()
public AppSnapshotOrBuilder getAppSnapshotOrBuilder()
App snapshot generated by the LLM assistant. This snapshot contains the
app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 4;
getDefaultInstanceForType()
public GenerateAppResourceResponse getDefaultInstanceForType()
getEvaluations()
public GenerateAppResourceResponse.Evaluations getEvaluations()
Evaluations generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Evaluations evaluations = 6;
getEvaluationsOrBuilder()
public GenerateAppResourceResponse.EvaluationsOrBuilder getEvaluationsOrBuilder()
Evaluations generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Evaluations evaluations = 6;
getGenerateResultInfo()
public GenerateAppResourceResponse.GenerateResultInfo getGenerateResultInfo()
Additional information about the generated result.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.GenerateResultInfo generate_result_info = 2;
getGenerateResultInfoOrBuilder()
public GenerateAppResourceResponse.GenerateResultInfoOrBuilder getGenerateResultInfoOrBuilder()
Additional information about the generated result.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.GenerateResultInfo generate_result_info = 2;
getGeneratedResourceCase()
public GenerateAppResourceResponse.GeneratedResourceCase getGeneratedResourceCase()
getParserForType()
public Parser<GenerateAppResourceResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public GenerateAppResourceResponse.Tools getTools()
The list of tools generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Tools tools = 5;
public GenerateAppResourceResponse.ToolsOrBuilder getToolsOrBuilder()
The list of tools generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Tools tools = 5;
public Toolset getToolset()
Toolset generated by the LLM assistant. Supports Open API toolset schema
generation.
.google.cloud.ces.v1beta.Toolset toolset = 3;
| Returns |
| Type |
Description |
Toolset |
The toolset.
|
public ToolsetOrBuilder getToolsetOrBuilder()
Toolset generated by the LLM assistant. Supports Open API toolset schema
generation.
.google.cloud.ces.v1beta.Toolset toolset = 3;
hasAgent()
public boolean hasAgent()
Agent generated by the LLM assistant.
.google.cloud.ces.v1beta.Agent agent = 1;
| Returns |
| Type |
Description |
boolean |
Whether the agent field is set.
|
hasAppResources()
public boolean hasAppResources()
The app resources generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.AppResources app_resources = 7;
| Returns |
| Type |
Description |
boolean |
Whether the appResources field is set.
|
hasAppSnapshot()
public boolean hasAppSnapshot()
App snapshot generated by the LLM assistant. This snapshot contains the
app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 4;
| Returns |
| Type |
Description |
boolean |
Whether the appSnapshot field is set.
|
hasEvaluations()
public boolean hasEvaluations()
Evaluations generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Evaluations evaluations = 6;
| Returns |
| Type |
Description |
boolean |
Whether the evaluations field is set.
|
hasGenerateResultInfo()
public boolean hasGenerateResultInfo()
Additional information about the generated result.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.GenerateResultInfo generate_result_info = 2;
| Returns |
| Type |
Description |
boolean |
Whether the generateResultInfo field is set.
|
public boolean hasTools()
The list of tools generated by the LLM assistant.
.google.cloud.ces.v1beta.GenerateAppResourceResponse.Tools tools = 5;
| Returns |
| Type |
Description |
boolean |
Whether the tools field is set.
|
public boolean hasToolset()
Toolset generated by the LLM assistant. Supports Open API toolset schema
generation.
.google.cloud.ces.v1beta.Toolset toolset = 3;
| Returns |
| Type |
Description |
boolean |
Whether the toolset field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GenerateAppResourceResponse.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GenerateAppResourceResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public GenerateAppResourceResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides