public interface SubAgentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironment()
Optional.
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
Optional.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
Required. The project of this agent.
Format: `projects/<Project ID>` or
`projects/<Project ID>/locations/<Location ID>`.
string project = 1;com.google.protobuf.ByteString getProjectBytes()
Required. The project of this agent.
Format: `projects/<Project ID>` or
`projects/<Project ID>/locations/<Location ID>`.
string project = 1;String getEnvironment()
Optional. The unique identifier (`environment name` in dialogflow console) of this sub-agent environment. Assumes draft environment if `environment` is not set.
string environment = 2;com.google.protobuf.ByteString getEnvironmentBytes()
Optional. The unique identifier (`environment name` in dialogflow console) of this sub-agent environment. Assumes draft environment if `environment` is not set.
string environment = 2;Copyright © 2023 Google LLC. All rights reserved.