Interface ListEnvironmentsResponseOrBuilder (1.37.0)

public interface ListEnvironmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironments(int index)

public abstract Environment getEnvironments(int index)

The list of environments returned by a ListEnvironmentsRequest.

repeated .google.cloud.orchestration.airflow.service.v1beta1.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Environment

getEnvironmentsCount()

public abstract int getEnvironmentsCount()

The list of environments returned by a ListEnvironmentsRequest.

repeated .google.cloud.orchestration.airflow.service.v1beta1.Environment environments = 1;

Returns
TypeDescription
int

getEnvironmentsList()

public abstract List<Environment> getEnvironmentsList()

The list of environments returned by a ListEnvironmentsRequest.

repeated .google.cloud.orchestration.airflow.service.v1beta1.Environment environments = 1;

Returns
TypeDescription
List<Environment>

getEnvironmentsOrBuilder(int index)

public abstract EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)

The list of environments returned by a ListEnvironmentsRequest.

repeated .google.cloud.orchestration.airflow.service.v1beta1.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EnvironmentOrBuilder

getEnvironmentsOrBuilderList()

public abstract List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()

The list of environments returned by a ListEnvironmentsRequest.

repeated .google.cloud.orchestration.airflow.service.v1beta1.Environment environments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The page token used to query for the next page if one exists.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The page token used to query for the next page if one exists.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.