Interface ListActionsResponseOrBuilder (1.0.1)

public interface ListActionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActions(int index)

public abstract Action getActions(int index)

Actions under the given parent lake/zone/asset.

repeated .google.cloud.dataplex.v1.Action actions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Action

getActionsCount()

public abstract int getActionsCount()

Actions under the given parent lake/zone/asset.

repeated .google.cloud.dataplex.v1.Action actions = 1;

Returns
TypeDescription
int

getActionsList()

public abstract List<Action> getActionsList()

Actions under the given parent lake/zone/asset.

repeated .google.cloud.dataplex.v1.Action actions = 1;

Returns
TypeDescription
List<Action>

getActionsOrBuilder(int index)

public abstract ActionOrBuilder getActionsOrBuilder(int index)

Actions under the given parent lake/zone/asset.

repeated .google.cloud.dataplex.v1.Action actions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ActionOrBuilder

getActionsOrBuilderList()

public abstract List<? extends ActionOrBuilder> getActionsOrBuilderList()

Actions under the given parent lake/zone/asset.

repeated .google.cloud.dataplex.v1.Action actions = 1;

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

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.