Interface ListAssetsResponseOrBuilder (1.39.0)

public interface ListAssetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssets(int index)

public abstract Asset getAssets(int index)

Asset under the given parent zone.

repeated .google.cloud.dataplex.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Asset

getAssetsCount()

public abstract int getAssetsCount()

Asset under the given parent zone.

repeated .google.cloud.dataplex.v1.Asset assets = 1;

Returns
TypeDescription
int

getAssetsList()

public abstract List<Asset> getAssetsList()

Asset under the given parent zone.

repeated .google.cloud.dataplex.v1.Asset assets = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
AssetOrBuilder

getAssetsOrBuilderList()

public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()

Asset under the given parent zone.

repeated .google.cloud.dataplex.v1.Asset assets = 1;

Returns
TypeDescription
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;

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.