public interface CreateEnvironmentRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnvironment()
public abstract Environment getEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns | |
---|---|
Type | Description |
Environment |
The environment. |
getEnvironmentOrBuilder()
public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns | |
---|---|
Type | Description |
EnvironmentOrBuilder |
getParent()
public abstract String getParent()
The parent must be of the form "projects/{projectId}/locations/{locationId}".
string parent = 1;
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
The parent must be of the form "projects/{projectId}/locations/{locationId}".
string parent = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasEnvironment()
public abstract boolean hasEnvironment()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the environment field is set. |