public interface CreateEnvironmentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Environment |
getEnvironment()
Required.
|
String |
getEnvironmentId()
Required.
|
ByteString |
getEnvironmentIdBytes()
Required.
|
EnvironmentOrBuilder |
getEnvironmentOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasEnvironment()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The agent to create an environment for. Supported formats: - `projects/<Project ID>/agent` - `projects/<Project ID>/locations/<Location ID>/agent`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The agent to create an environment for. Supported formats: - `projects/<Project ID>/agent` - `projects/<Project ID>/locations/<Location ID>/agent`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEnvironment()
Required. The environment to create.
.google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
Environment getEnvironment()
Required. The environment to create.
.google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
EnvironmentOrBuilder getEnvironmentOrBuilder()
Required. The environment to create.
.google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
String getEnvironmentId()
Required. The unique id of the new environment.
string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];
ByteString getEnvironmentIdBytes()
Required. The unique id of the new environment.
string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.