Interface GenerateAppResourceResponseOrBuilder (0.3.0)

public interface GenerateAppResourceResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgent()

public abstract Agent getAgent()

Agent generated by the LLM assistant.

.google.cloud.ces.v1beta.Agent agent = 1;

Returns
Type Description
Agent

The agent.

getAgentOrBuilder()

public abstract AgentOrBuilder getAgentOrBuilder()

Agent generated by the LLM assistant.

.google.cloud.ces.v1beta.Agent agent = 1;

Returns
Type Description
AgentOrBuilder

getAppResources()

public abstract 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 abstract 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 abstract 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 abstract 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

getEvaluations()

public abstract 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 abstract GenerateAppResourceResponse.EvaluationsOrBuilder getEvaluationsOrBuilder()

Evaluations generated by the LLM assistant.

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

Returns
Type Description
GenerateAppResourceResponse.EvaluationsOrBuilder

getGenerateResultInfo()

public abstract 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 abstract 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 abstract GenerateAppResourceResponse.GeneratedResourceCase getGeneratedResourceCase()
Returns
Type Description
GenerateAppResourceResponse.GeneratedResourceCase

getTools()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.