public interface CreateEnvironmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract Environment getEnvironment()Required. The environment to create.
.google.cloud.dialogflow.cx.v3.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Environment | The environment. |
getEnvironmentOrBuilder()
public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()Required. The environment to create.
.google.cloud.dialogflow.cx.v3.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| EnvironmentOrBuilder |
getParent()
public abstract String getParent() Required. The Agent to create an Environment for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The Agent to create an Environment for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasEnvironment()
public abstract boolean hasEnvironment()Required. The environment to create.
.google.cloud.dialogflow.cx.v3.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the environment field is set. |