public static interface GenerateAppResourceRequest.AppVersionContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentResourceName()
public abstract String getAgentResourceName() The resource name of the target agent to be used by the LLM assistant.
Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
string agent_resource_name = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The agentResourceName. |
getAgentResourceNameBytes()
public abstract ByteString getAgentResourceNameBytes() The resource name of the target agent to be used by the LLM assistant.
Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
string agent_resource_name = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agentResourceName. |
getAppVersion()
public abstract String getAppVersion() The resource name of the app version to be used by the LLM assistant.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
string app_version = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The appVersion. |
getAppVersionBytes()
public abstract ByteString getAppVersionBytes() The resource name of the app version to be used by the LLM assistant.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
string app_version = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appVersion. |