public interface ListAssetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssets(int index)
public abstract Asset getAssets(int index)Asset under the given parent zone.
repeated .google.cloud.dataplex.v1.Asset assets = 1;
| Name | Description |
| index | int |
| Type | Description |
| Asset |
getAssetsCount()
public abstract int getAssetsCount()Asset under the given parent zone.
repeated .google.cloud.dataplex.v1.Asset assets = 1;
| Type | Description |
| int |
getAssetsList()
public abstract List<Asset> getAssetsList()Asset under the given parent zone.
repeated .google.cloud.dataplex.v1.Asset assets = 1;
| Type | Description |
| List<Asset> |
getAssetsOrBuilder(int index)
public abstract AssetOrBuilder getAssetsOrBuilder(int index)Asset under the given parent zone.
repeated .google.cloud.dataplex.v1.Asset assets = 1;
| Name | Description |
| index | int |
| Type | Description |
| AssetOrBuilder |
getAssetsOrBuilderList()
public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()Asset under the given parent zone.
repeated .google.cloud.dataplex.v1.Asset assets = 1;
| Type | Description |
| List<? extends com.google.cloud.dataplex.v1.AssetOrBuilder> |
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. |