public interface ListEnvironmentsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnvironments(int index)
public abstract Environment getEnvironments(int index)
The list of environments returned by a ListEnvironmentsRequest.
repeated .google.cloud.orchestration.airflow.service.v1.Environment environments = 1;
Name | Description |
index |
int |
Type | Description |
Environment |
getEnvironmentsCount()
public abstract int getEnvironmentsCount()
The list of environments returned by a ListEnvironmentsRequest.
repeated .google.cloud.orchestration.airflow.service.v1.Environment environments = 1;
Type | Description |
int |
getEnvironmentsList()
public abstract List<Environment> getEnvironmentsList()
The list of environments returned by a ListEnvironmentsRequest.
repeated .google.cloud.orchestration.airflow.service.v1.Environment environments = 1;
Type | Description |
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.v1.Environment environments = 1;
Name | Description |
index |
int |
Type | Description |
EnvironmentOrBuilder |
getEnvironmentsOrBuilderList()
public abstract List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()
The list of environments returned by a ListEnvironmentsRequest.
repeated .google.cloud.orchestration.airflow.service.v1.Environment environments = 1;
Type | Description |
List<? extends com.google.cloud.orchestration.airflow.service.v1.EnvironmentOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
The page token used to query for the next page if one exists.
string next_page_token = 2;
Type | Description |
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;
Type | Description |
ByteString |
The bytes for nextPageToken. |