Interface CreateEnvironmentRequestOrBuilder (1.41.0)

public interface CreateEnvironmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

public abstract Environment getEnvironment()

The environment to create.

.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;

Returns
TypeDescription
Environment

The environment.

getEnvironmentOrBuilder()

public abstract EnvironmentOrBuilder getEnvironmentOrBuilder()

The environment to create.

.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;

Returns
TypeDescription
EnvironmentOrBuilder

getParent()

public abstract String getParent()

The parent must be of the form "projects/{projectId}/locations/{locationId}".

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The parent must be of the form "projects/{projectId}/locations/{locationId}".

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

hasEnvironment()

public abstract boolean hasEnvironment()

The environment to create.

.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;

Returns
TypeDescription
boolean

Whether the environment field is set.