Class GenerateAppResourceResponse (0.3.0)

public final class GenerateAppResourceResponse extends GeneratedMessage implements GenerateAppResourceResponseOrBuilder

Response message for AgentService.GenerateAppResource.

Protobuf type google.cloud.ces.v1beta.GenerateAppResourceResponse

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

TOOLSET_FIELD_NUMBER

public static final int TOOLSET_FIELD_NUMBER
Field Value
Type Description
int

TOOLS_FIELD_NUMBER

public static final int TOOLS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GenerateAppResourceResponse getDefaultInstance()
Returns
Type Description
GenerateAppResourceResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GenerateAppResourceResponse.Builder newBuilder()
Returns
Type Description
GenerateAppResourceResponse.Builder

newBuilder(GenerateAppResourceResponse prototype)

public static GenerateAppResourceResponse.Builder newBuilder(GenerateAppResourceResponse prototype)
Parameter
Name Description
prototype GenerateAppResourceResponse
Returns
Type Description
GenerateAppResourceResponse.Builder

parseDelimitedFrom(InputStream input)

public static GenerateAppResourceResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GenerateAppResourceResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateAppResourceResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateAppResourceResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GenerateAppResourceResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GenerateAppResourceResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateAppResourceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAppResourceResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GenerateAppResourceResponse> parser()
Returns
Type Description
Parser<GenerateAppResourceResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAgent()

public Agent 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;

Returns
Type Description
AgentOrBuilder

getAppResources()

public GenerateAppResourceResponse.AppResources getAppResources()

The app resources generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.AppResources app_resources = 7;

Returns
Type Description
GenerateAppResourceResponse.AppResources

The appResources.

getAppResourcesOrBuilder()

public GenerateAppResourceResponse.AppResourcesOrBuilder getAppResourcesOrBuilder()

The app resources generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.AppResources app_resources = 7;

Returns
Type Description
GenerateAppResourceResponse.AppResourcesOrBuilder

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;

Returns
Type Description
AppSnapshot

The appSnapshot.

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;

Returns
Type Description
AppSnapshotOrBuilder

getDefaultInstanceForType()

public GenerateAppResourceResponse getDefaultInstanceForType()
Returns
Type Description
GenerateAppResourceResponse

getEvaluations()

public GenerateAppResourceResponse.Evaluations getEvaluations()

Evaluations generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.Evaluations evaluations = 6;

Returns
Type Description
GenerateAppResourceResponse.Evaluations

The evaluations.

getEvaluationsOrBuilder()

public GenerateAppResourceResponse.EvaluationsOrBuilder getEvaluationsOrBuilder()

Evaluations generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.Evaluations evaluations = 6;

Returns
Type Description
GenerateAppResourceResponse.EvaluationsOrBuilder

getGenerateResultInfo()

public GenerateAppResourceResponse.GenerateResultInfo getGenerateResultInfo()

Additional information about the generated result.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.GenerateResultInfo generate_result_info = 2;

Returns
Type Description
GenerateAppResourceResponse.GenerateResultInfo

The generateResultInfo.

getGenerateResultInfoOrBuilder()

public GenerateAppResourceResponse.GenerateResultInfoOrBuilder getGenerateResultInfoOrBuilder()

Additional information about the generated result.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.GenerateResultInfo generate_result_info = 2;

Returns
Type Description
GenerateAppResourceResponse.GenerateResultInfoOrBuilder

getGeneratedResourceCase()

public GenerateAppResourceResponse.GeneratedResourceCase getGeneratedResourceCase()
Returns
Type Description
GenerateAppResourceResponse.GeneratedResourceCase

getParserForType()

public Parser<GenerateAppResourceResponse> getParserForType()
Returns
Type Description
Parser<GenerateAppResourceResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTools()

public GenerateAppResourceResponse.Tools getTools()

The list of tools generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.Tools tools = 5;

Returns
Type Description
GenerateAppResourceResponse.Tools

The tools.

getToolsOrBuilder()

public GenerateAppResourceResponse.ToolsOrBuilder getToolsOrBuilder()

The list of tools generated by the LLM assistant.

.google.cloud.ces.v1beta.GenerateAppResourceResponse.Tools tools = 5;

Returns
Type Description
GenerateAppResourceResponse.ToolsOrBuilder

getToolset()

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.

getToolsetOrBuilder()

public ToolsetOrBuilder getToolsetOrBuilder()

Toolset generated by the LLM assistant. Supports Open API toolset schema generation.

.google.cloud.ces.v1beta.Toolset toolset = 3;

Returns
Type Description
ToolsetOrBuilder

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.

hasTools()

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.

hasToolset()

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GenerateAppResourceResponse.Builder newBuilderForType()
Returns
Type Description
GenerateAppResourceResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GenerateAppResourceResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GenerateAppResourceResponse.Builder
Overrides

toBuilder()

public GenerateAppResourceResponse.Builder toBuilder()
Returns
Type Description
GenerateAppResourceResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException