public interface ListActionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| Action |
getActionsCount()
public abstract int getActionsCount()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Type | Description |
| int |
getActionsList()
public abstract List<Action> getActionsList()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| ActionOrBuilder |
getActionsOrBuilderList()
public abstract List<? extends ActionOrBuilder> getActionsOrBuilderList()Actions under the given parent lake/zone/asset.
repeated .google.cloud.dataplex.v1.Action actions = 1;
| Type | Description |
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |