public interface CreateEnvironmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Environment |
getEnvironment()
The environment to create.
|
EnvironmentOrBuilder |
getEnvironmentOrBuilder()
The environment to create.
|
String |
getParent()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
|
com.google.protobuf.ByteString |
getParentBytes()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
|
boolean |
hasEnvironment()
The environment to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;boolean hasEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;Environment getEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;EnvironmentOrBuilder getEnvironmentOrBuilder()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;Copyright © 2023 Google LLC. All rights reserved.