Interface Agent.GenAppBuilderSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Agent.GenAppBuilderSettings,Agent.GenAppBuilderSettings.Builder
- Enclosing class:
- Agent
public static interface Agent.GenAppBuilderSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEngine()Required.com.google.protobuf.ByteStringgetEngineBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEngine
String getEngine()
Required. The full name of the Gen App Builder engine related to this agent if there is one. Format: `projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}`string engine = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The engine.
-
getEngineBytes
com.google.protobuf.ByteString getEngineBytes()
Required. The full name of the Gen App Builder engine related to this agent if there is one. Format: `projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}`string engine = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for engine.
-
-