Interface CreateEnvironmentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateEnvironmentRequest,CreateEnvironmentRequest.Builder
public interface CreateEnvironmentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentgetEnvironment()The environment to create.EnvironmentOrBuildergetEnvironmentOrBuilder()The environment to create.StringgetParent()The parent must be of the form "projects/{projectId}/locations/{locationId}".com.google.protobuf.ByteStringgetParentBytes()The parent must be of the form "projects/{projectId}/locations/{locationId}".booleanhasEnvironment()The environment to create.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
The parent must be of the form "projects/{projectId}/locations/{locationId}".string parent = 1;- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
The parent must be of the form "projects/{projectId}/locations/{locationId}".string parent = 1;- Returns:
- The bytes for parent.
-
hasEnvironment
boolean hasEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1.Environment environment = 2;- Returns:
- Whether the environment field is set.
-
getEnvironment
Environment getEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1.Environment environment = 2;- Returns:
- The environment.
-
getEnvironmentOrBuilder
EnvironmentOrBuilder getEnvironmentOrBuilder()
The environment to create.
.google.cloud.orchestration.airflow.service.v1.Environment environment = 2;
-
-