Interface ListEnvironmentsResponseOrBuilder (1.41.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
Name Description
index int
Returns
Type Description
Environment

getEnvironmentsCount()

public abstract int getEnvironmentsCount()

Environments under the given parent lake.

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

Returns
Type Description
int

getEnvironmentsList()

public abstract List<Environment> getEnvironmentsList()

Environments under the given parent lake.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
EnvironmentOrBuilder

getEnvironmentsOrBuilderList()

public abstract List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()

Environments under the given parent lake.

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

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.