public
final
class
App
extends
GeneratedMessage
implements
AppOrBuilder
An app serves as a top-level container for a group of agents, including the root agent and its sub-agents, along with their associated configurations. These agents work together to achieve specific goals within the app's context.
Protobuf type google.cloud.ces.v1beta.App
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AppImplements
AppOrBuilderStatic Fields
AUDIO_PROCESSING_CONFIG_FIELD_NUMBER
public
static
final
int
AUDIO_PROCESSING_CONFIG_FIELD_NUMBER
CLIENT_CERTIFICATE_SETTINGS_FIELD_NUMBER
public
static
final
int
CLIENT_CERTIFICATE_SETTINGS_FIELD_NUMBER
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
DATA_STORE_SETTINGS_FIELD_NUMBER
public
static
final
int
DATA_STORE_SETTINGS_FIELD_NUMBER
DEFAULT_CHANNEL_PROFILE_FIELD_NUMBER
public
static
final
int
DEFAULT_CHANNEL_PROFILE_FIELD_NUMBER
DEPLOYMENT_COUNT_FIELD_NUMBER
public
static
final
int
DEPLOYMENT_COUNT_FIELD_NUMBER
DESCRIPTION_FIELD_NUMBER
public
static
final
int
DESCRIPTION_FIELD_NUMBER
DISPLAY_NAME_FIELD_NUMBER
public
static
final
int
DISPLAY_NAME_FIELD_NUMBER
ERROR_HANDLING_SETTINGS_FIELD_NUMBER
public
static
final
int
ERROR_HANDLING_SETTINGS_FIELD_NUMBER
ETAG_FIELD_NUMBER
public
static
final
int
ETAG_FIELD_NUMBER
EVALUATION_METRICS_THRESHOLDS_FIELD_NUMBER
public
static
final
int
EVALUATION_METRICS_THRESHOLDS_FIELD_NUMBER
EVALUATION_PERSONAS_FIELD_NUMBER
public
static
final
int
EVALUATION_PERSONAS_FIELD_NUMBER
EVALUATION_SETTINGS_FIELD_NUMBER
public
static
final
int
EVALUATION_SETTINGS_FIELD_NUMBER
GLOBAL_INSTRUCTION_FIELD_NUMBER
public
static
final
int
GLOBAL_INSTRUCTION_FIELD_NUMBER
GUARDRAILS_FIELD_NUMBER
public
static
final
int
GUARDRAILS_FIELD_NUMBER
LANGUAGE_SETTINGS_FIELD_NUMBER
public
static
final
int
LANGUAGE_SETTINGS_FIELD_NUMBER
LOCKED_FIELD_NUMBER
public
static
final
int
LOCKED_FIELD_NUMBER
LOGGING_SETTINGS_FIELD_NUMBER
public
static
final
int
LOGGING_SETTINGS_FIELD_NUMBER
METADATA_FIELD_NUMBER
public
static
final
int
METADATA_FIELD_NUMBER
MODEL_SETTINGS_FIELD_NUMBER
public
static
final
int
MODEL_SETTINGS_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
PINNED_FIELD_NUMBER
public
static
final
int
PINNED_FIELD_NUMBER
PREDEFINED_VARIABLE_DECLARATIONS_FIELD_NUMBER
public
static
final
int
PREDEFINED_VARIABLE_DECLARATIONS_FIELD_NUMBER
ROOT_AGENT_FIELD_NUMBER
public
static
final
int
ROOT_AGENT_FIELD_NUMBER
TIME_ZONE_SETTINGS_FIELD_NUMBER
public
static
final
int
TIME_ZONE_SETTINGS_FIELD_NUMBER
TOOL_EXECUTION_MODE_FIELD_NUMBER
public
static
final
int
TOOL_EXECUTION_MODE_FIELD_NUMBER
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
VARIABLE_DECLARATIONS_FIELD_NUMBER
public
static
final
int
VARIABLE_DECLARATIONS_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
App
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
App
.
Builder
newBuilder
()
newBuilder(App prototype)
public
static
App
.
Builder
newBuilder
(
App
prototype
)
parseDelimitedFrom(InputStream input)
public
static
App
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
App
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
App
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
App
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
App
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
App
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
App
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
App
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
App
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
App
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
App
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
App
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<App>
parser
()
Methods
containsMetadata(String key)
public
boolean
containsMetadata
(
String
key
)
Optional. Metadata about the app. This field can be used to store additional information relevant to the app's details or intended usages.
map<string, string> metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getAudioProcessingConfig()
public
AudioProcessingConfig
getAudioProcessingConfig
()
Optional. Audio processing configuration of the app.
.google.cloud.ces.v1beta.AudioProcessingConfig audio_processing_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getAudioProcessingConfigOrBuilder()
public
AudioProcessingConfigOrBuilder
getAudioProcessingConfigOrBuilder
()
Optional. Audio processing configuration of the app.
.google.cloud.ces.v1beta.AudioProcessingConfig audio_processing_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getClientCertificateSettings()
public
ClientCertificateSettings
getClientCertificateSettings
()
Optional. The default client certificate settings for the app.
.google.cloud.ces.v1beta.ClientCertificateSettings client_certificate_settings = 25 [(.google.api.field_behavior) = OPTIONAL];
getClientCertificateSettingsOrBuilder()
public
ClientCertificateSettingsOrBuilder
getClientCertificateSettingsOrBuilder
()
Optional. The default client certificate settings for the app.
.google.cloud.ces.v1beta.ClientCertificateSettings client_certificate_settings = 25 [(.google.api.field_behavior) = OPTIONAL];
getCreateTime()
public
Timestamp
getCreateTime
()
Output only. Timestamp when the app was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder()
public
TimestampOrBuilder
getCreateTimeOrBuilder
()
Output only. Timestamp when the app was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataStoreSettings()
public
DataStoreSettings
getDataStoreSettings
()
Optional. The data store settings for the app.
.google.cloud.ces.v1beta.DataStoreSettings data_store_settings = 15 [(.google.api.field_behavior) = OPTIONAL];
getDataStoreSettingsOrBuilder()
public
DataStoreSettingsOrBuilder
getDataStoreSettingsOrBuilder
()
Optional. The data store settings for the app.
.google.cloud.ces.v1beta.DataStoreSettings data_store_settings = 15 [(.google.api.field_behavior) = OPTIONAL];
getDefaultChannelProfile()
public
ChannelProfile
getDefaultChannelProfile
()
Optional. The default channel profile used by the app.
.google.cloud.ces.v1beta.ChannelProfile default_channel_profile = 22 [(.google.api.field_behavior) = OPTIONAL];
getDefaultChannelProfileOrBuilder()
public
ChannelProfileOrBuilder
getDefaultChannelProfileOrBuilder
()
Optional. The default channel profile used by the app.
.google.cloud.ces.v1beta.ChannelProfile default_channel_profile = 22 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public
App
getDefaultInstanceForType
()
getDeploymentCount()
public
int
getDeploymentCount
()
Output only. Number of deployments in the app.
int32 deployment_count = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDescription()
public
String
getDescription
()
Optional. Human-readable description of the app.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
getDescriptionBytes()
public
ByteString
getDescriptionBytes
()
Optional. Human-readable description of the app.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
getDisplayName()
public
String
getDisplayName
()
Required. Display name of the app.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getDisplayNameBytes()
public
ByteString
getDisplayNameBytes
()
Required. Display name of the app.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getErrorHandlingSettings()
public
ErrorHandlingSettings
getErrorHandlingSettings
()
Optional. Error handling settings of the app.
.google.cloud.ces.v1beta.ErrorHandlingSettings error_handling_settings = 34 [(.google.api.field_behavior) = OPTIONAL];
getErrorHandlingSettingsOrBuilder()
public
ErrorHandlingSettingsOrBuilder
getErrorHandlingSettingsOrBuilder
()
Optional. Error handling settings of the app.
.google.cloud.ces.v1beta.ErrorHandlingSettings error_handling_settings = 34 [(.google.api.field_behavior) = OPTIONAL];
getEtag()
public
String
getEtag
()
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
string etag = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEtagBytes()
public
ByteString
getEtagBytes
()
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
string etag = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEvaluationMetricsThresholds()
public
EvaluationMetricsThresholds
getEvaluationMetricsThresholds
()
Optional. The evaluation thresholds for the app.
.google.cloud.ces.v1beta.EvaluationMetricsThresholds evaluation_metrics_thresholds = 24 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationMetricsThresholdsOrBuilder()
public
EvaluationMetricsThresholdsOrBuilder
getEvaluationMetricsThresholdsOrBuilder
()
Optional. The evaluation thresholds for the app.
.google.cloud.ces.v1beta.EvaluationMetricsThresholds evaluation_metrics_thresholds = 24 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationPersonas(int index)
public
EvaluationPersona
getEvaluationPersonas
(
int
index
)
Optional. The evaluation personas for the app. This field is used to define the personas that can be used for evaluation. Maximum of 30 personas can be defined.
repeated .google.cloud.ces.v1beta.EvaluationPersona evaluation_personas = 30 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationPersonasCount()
public
int
getEvaluationPersonasCount
()
Optional. The evaluation personas for the app. This field is used to define the personas that can be used for evaluation. Maximum of 30 personas can be defined.
repeated .google.cloud.ces.v1beta.EvaluationPersona evaluation_personas = 30 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationPersonasList()
public
List<EvaluationPersona>
getEvaluationPersonasList
()
Optional. The evaluation personas for the app. This field is used to define the personas that can be used for evaluation. Maximum of 30 personas can be defined.
repeated .google.cloud.ces.v1beta.EvaluationPersona evaluation_personas = 30 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationPersonasOrBuilder(int index)
public
EvaluationPersonaOrBuilder
getEvaluationPersonasOrBuilder
(
int
index
)
Optional. The evaluation personas for the app. This field is used to define the personas that can be used for evaluation. Maximum of 30 personas can be defined.
repeated .google.cloud.ces.v1beta.EvaluationPersona evaluation_personas = 30 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationPersonasOrBuilderList()
public
List
< ?
extends
EvaluationPersonaOrBuilder
>
getEvaluationPersonasOrBuilderList
()
Optional. The evaluation personas for the app. This field is used to define the personas that can be used for evaluation. Maximum of 30 personas can be defined.
repeated .google.cloud.ces.v1beta.EvaluationPersona evaluation_personas = 30 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationSettings()
public
EvaluationSettings
getEvaluationSettings
()
Optional. The evaluation settings for the app.
.google.cloud.ces.v1beta.EvaluationSettings evaluation_settings = 33 [(.google.api.field_behavior) = OPTIONAL];
getEvaluationSettingsOrBuilder()
public
EvaluationSettingsOrBuilder
getEvaluationSettingsOrBuilder
()
Optional. The evaluation settings for the app.
.google.cloud.ces.v1beta.EvaluationSettings evaluation_settings = 33 [(.google.api.field_behavior) = OPTIONAL];
getGlobalInstruction()
public
String
getGlobalInstruction
()
Optional. Instructions for all the agents in the app. You can use this instruction to set up a stable identity or personality across all the agents.
string global_instruction = 17 [(.google.api.field_behavior) = OPTIONAL];
getGlobalInstructionBytes()
public
ByteString
getGlobalInstructionBytes
()
Optional. Instructions for all the agents in the app. You can use this instruction to set up a stable identity or personality across all the agents.
string global_instruction = 17 [(.google.api.field_behavior) = OPTIONAL];
getGuardrails(int index)
public
String
getGuardrails
(
int
index
)
Optional. List of guardrails for the app.
Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}
repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getGuardrailsBytes(int index)
public
ByteString
getGuardrailsBytes
(
int
index
)
Optional. List of guardrails for the app.
Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}
repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getGuardrailsCount()
public
int
getGuardrailsCount
()
Optional. List of guardrails for the app.
Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}
repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getGuardrailsList()
public
ProtocolStringList
getGuardrailsList
()
Optional. List of guardrails for the app.
Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}
repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getLanguageSettings()
public
LanguageSettings
getLanguageSettings
()
Optional. Language settings of the app.
.google.cloud.ces.v1beta.LanguageSettings language_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
getLanguageSettingsOrBuilder()
public
LanguageSettingsOrBuilder
getLanguageSettingsOrBuilder
()
Optional. Language settings of the app.
.google.cloud.ces.v1beta.LanguageSettings language_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
getLocked()
public
boolean
getLocked
()
Optional. Indicates whether the app is locked for changes. If the app is locked, modifications to the app resources will be rejected.
bool locked = 29 [(.google.api.field_behavior) = OPTIONAL];
getLoggingSettings()
public
LoggingSettings
getLoggingSettings
()
Optional. Logging settings of the app.
.google.cloud.ces.v1beta.LoggingSettings logging_settings = 8 [(.google.api.field_behavior) = OPTIONAL];
getLoggingSettingsOrBuilder()
public
LoggingSettingsOrBuilder
getLoggingSettingsOrBuilder
()
Optional. Logging settings of the app.
.google.cloud.ces.v1beta.LoggingSettings logging_settings = 8 [(.google.api.field_behavior) = OPTIONAL];
getMetadata() (deprecated)
public
Map<String
,
String
>
getMetadata
()
Use #getMetadataMap() instead.
getMetadataCount()
public
int
getMetadataCount
()
Optional. Metadata about the app. This field can be used to store additional information relevant to the app's details or intended usages.
map<string, string> metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
getMetadataMap()
public
Map<String
,
String
>
getMetadataMap
()
Optional. Metadata about the app. This field can be used to store additional information relevant to the app's details or intended usages.
map<string, string> metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
getMetadataOrDefault(String key, String defaultValue)
public
String
getMetadataOrDefault
(
String
key
,
String
defaultValue
)
Optional. Metadata about the app. This field can be used to store additional information relevant to the app's details or intended usages.
map<string, string> metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
getMetadataOrThrow(String key)
public
String
getMetadataOrThrow
(
String
key
)
Optional. Metadata about the app. This field can be used to store additional information relevant to the app's details or intended usages.
map<string, string> metadata = 11 [(.google.api.field_behavior) = OPTIONAL];
getModelSettings()
public
ModelSettings
getModelSettings
()
Optional. The default LLM model settings for the app. Individual resources (e.g. agents, guardrails) can override these configurations as needed.
.google.cloud.ces.v1beta.ModelSettings model_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
getModelSettingsOrBuilder()
public
ModelSettingsOrBuilder
getModelSettingsOrBuilder
()
Optional. The default LLM model settings for the app. Individual resources (e.g. agents, guardrails) can override these configurations as needed.
.google.cloud.ces.v1beta.ModelSettings model_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
getName()
public
String
getName
()
Identifier. The unique identifier of the app.
Format: projects/{project}/locations/{location}/apps/{app}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getNameBytes()
public
ByteString
getNameBytes
()
Identifier. The unique identifier of the app.
Format: projects/{project}/locations/{location}/apps/{app}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getParserForType()
public
Parser<App>
getParserForType
()
getPinned()
public
boolean
getPinned
()
Optional. Whether the app is pinned in the app list.
bool pinned = 31 [(.google.api.field_behavior) = OPTIONAL];
getPredefinedVariableDeclarations(int index)
public
App
.
VariableDeclaration
getPredefinedVariableDeclarations
(
int
index
)
Output only. The declarations of predefined variables for the app.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredefinedVariableDeclarationsCount()
public
int
getPredefinedVariableDeclarationsCount
()
Output only. The declarations of predefined variables for the app.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredefinedVariableDeclarationsList()
public
List<App
.
VariableDeclaration
>
getPredefinedVariableDeclarationsList
()
Output only. The declarations of predefined variables for the app.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredefinedVariableDeclarationsOrBuilder(int index)
public
App
.
VariableDeclarationOrBuilder
getPredefinedVariableDeclarationsOrBuilder
(
int
index
)
Output only. The declarations of predefined variables for the app.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredefinedVariableDeclarationsOrBuilderList()
public
List
< ?
extends
App
.
VariableDeclarationOrBuilder
>
getPredefinedVariableDeclarationsOrBuilderList
()
Output only. The declarations of predefined variables for the app.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
List
< ? extends com.google.cloud.ces.v1beta.App.VariableDeclarationOrBuilder
>
getRootAgent()
public
String
getRootAgent
()
Optional. The root agent is the entry point of the app.
Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}
string root_agent = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getRootAgentBytes()
public
ByteString
getRootAgentBytes
()
Optional. The root agent is the entry point of the app.
Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}
string root_agent = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getSerializedSize()
public
int
getSerializedSize
()
getTimeZoneSettings()
public
TimeZoneSettings
getTimeZoneSettings
()
Optional. TimeZone settings of the app.
.google.cloud.ces.v1beta.TimeZoneSettings time_zone_settings = 27 [(.google.api.field_behavior) = OPTIONAL];
getTimeZoneSettingsOrBuilder()
public
TimeZoneSettingsOrBuilder
getTimeZoneSettingsOrBuilder
()
Optional. TimeZone settings of the app.
.google.cloud.ces.v1beta.TimeZoneSettings time_zone_settings = 27 [(.google.api.field_behavior) = OPTIONAL];
getToolExecutionMode()
public
App
.
ToolExecutionMode
getToolExecutionMode
()
Optional. The tool execution mode for the app. If not provided, will default to PARALLEL.
.google.cloud.ces.v1beta.App.ToolExecutionMode tool_execution_mode = 32 [(.google.api.field_behavior) = OPTIONAL];
getToolExecutionModeValue()
public
int
getToolExecutionModeValue
()
Optional. The tool execution mode for the app. If not provided, will default to PARALLEL.
.google.cloud.ces.v1beta.App.ToolExecutionMode tool_execution_mode = 32 [(.google.api.field_behavior) = OPTIONAL];
getUpdateTime()
public
Timestamp
getUpdateTime
()
Output only. Timestamp when the app was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder()
public
TimestampOrBuilder
getUpdateTimeOrBuilder
()
Output only. Timestamp when the app was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVariableDeclarations(int index)
public
App
.
VariableDeclaration
getVariableDeclarations
(
int
index
)
Optional. The declarations of the variables.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
getVariableDeclarationsCount()
public
int
getVariableDeclarationsCount
()
Optional. The declarations of the variables.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
getVariableDeclarationsList()
public
List<App
.
VariableDeclaration
>
getVariableDeclarationsList
()
Optional. The declarations of the variables.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
getVariableDeclarationsOrBuilder(int index)
public
App
.
VariableDeclarationOrBuilder
getVariableDeclarationsOrBuilder
(
int
index
)
Optional. The declarations of the variables.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
getVariableDeclarationsOrBuilderList()
public
List
< ?
extends
App
.
VariableDeclarationOrBuilder
>
getVariableDeclarationsOrBuilderList
()
Optional. The declarations of the variables.
repeated .google.cloud.ces.v1beta.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
List
< ? extends com.google.cloud.ces.v1beta.App.VariableDeclarationOrBuilder
>
hasAudioProcessingConfig()
public
boolean
hasAudioProcessingConfig
()
Optional. Audio processing configuration of the app.
.google.cloud.ces.v1beta.AudioProcessingConfig audio_processing_config = 7 [(.google.api.field_behavior) = OPTIONAL];
hasClientCertificateSettings()
public
boolean
hasClientCertificateSettings
()
Optional. The default client certificate settings for the app.
.google.cloud.ces.v1beta.ClientCertificateSettings client_certificate_settings = 25 [(.google.api.field_behavior) = OPTIONAL];
hasCreateTime()
public
boolean
hasCreateTime
()
Output only. Timestamp when the app was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasDataStoreSettings()
public
boolean
hasDataStoreSettings
()
Optional. The data store settings for the app.
.google.cloud.ces.v1beta.DataStoreSettings data_store_settings = 15 [(.google.api.field_behavior) = OPTIONAL];
hasDefaultChannelProfile()
public
boolean
hasDefaultChannelProfile
()
Optional. The default channel profile used by the app.
.google.cloud.ces.v1beta.ChannelProfile default_channel_profile = 22 [(.google.api.field_behavior) = OPTIONAL];
hasErrorHandlingSettings()
public
boolean
hasErrorHandlingSettings
()
Optional. Error handling settings of the app.
.google.cloud.ces.v1beta.ErrorHandlingSettings error_handling_settings = 34 [(.google.api.field_behavior) = OPTIONAL];
hasEvaluationMetricsThresholds()
public
boolean
hasEvaluationMetricsThresholds
()
Optional. The evaluation thresholds for the app.
.google.cloud.ces.v1beta.EvaluationMetricsThresholds evaluation_metrics_thresholds = 24 [(.google.api.field_behavior) = OPTIONAL];
hasEvaluationSettings()
public
boolean
hasEvaluationSettings
()
Optional. The evaluation settings for the app.
.google.cloud.ces.v1beta.EvaluationSettings evaluation_settings = 33 [(.google.api.field_behavior) = OPTIONAL];
hasLanguageSettings()
public
boolean
hasLanguageSettings
()
Optional. Language settings of the app.
.google.cloud.ces.v1beta.LanguageSettings language_settings = 18 [(.google.api.field_behavior) = OPTIONAL];
hasLoggingSettings()
public
boolean
hasLoggingSettings
()
Optional. Logging settings of the app.
.google.cloud.ces.v1beta.LoggingSettings logging_settings = 8 [(.google.api.field_behavior) = OPTIONAL];
hasModelSettings()
public
boolean
hasModelSettings
()
Optional. The default LLM model settings for the app. Individual resources (e.g. agents, guardrails) can override these configurations as needed.
.google.cloud.ces.v1beta.ModelSettings model_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
hasTimeZoneSettings()
public
boolean
hasTimeZoneSettings
()
Optional. TimeZone settings of the app.
.google.cloud.ces.v1beta.TimeZoneSettings time_zone_settings = 27 [(.google.api.field_behavior) = OPTIONAL];
hasUpdateTime()
public
boolean
hasUpdateTime
()
Output only. Timestamp when the app was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
internalGetMapFieldReflection(int number)
protected
MapFieldReflectionAccessor
internalGetMapFieldReflection
(
int
number
)
com.google.protobuf.MapFieldReflectionAccessor
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
App
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
App
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
App
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

