public static interface Agent.GenAppBuilderSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEngine()
Required.
|
com.google.protobuf.ByteString |
getEngineBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];Copyright © 2025 Google LLC. All rights reserved.