Interface ListEnvironmentsResponseOrBuilder (1.39.0)

public interface ListEnvironmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironments(int index)

public abstract Environment getEnvironments(int index)

Environments under the given parent lake.

repeated .google.cloud.dataplex.v1.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Environment

getEnvironmentsCount()

public abstract int getEnvironmentsCount()

Environments under the given parent lake.

repeated .google.cloud.dataplex.v1.Environment environments = 1;

Returns
TypeDescription
int

getEnvironmentsList()

public abstract List<Environment> getEnvironmentsList()

Environments under the given parent lake.

repeated .google.cloud.dataplex.v1.Environment environments = 1;

Returns
TypeDescription
List<Environment>

getEnvironmentsOrBuilder(int index)

public abstract EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)

Environments under the given parent lake.

repeated .google.cloud.dataplex.v1.Environment environments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EnvironmentOrBuilder

getEnvironmentsOrBuilderList()

public abstract List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()

Environments under the given parent lake.

repeated .google.cloud.dataplex.v1.Environment environments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.EnvironmentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.