Interface ListAssetsResponseOrBuilder (1.40.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
Name Description
index int
Returns
Type Description
Asset

getAssetsCount()

public abstract int getAssetsCount()

Asset under the given parent zone.

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

Returns
Type Description
int

getAssetsList()

public abstract List<Asset> getAssetsList()

Asset under the given parent zone.

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

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

Parameter
Name Description
index int
Returns
Type Description
AssetOrBuilder

getAssetsOrBuilderList()

public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()

Asset under the given parent zone.

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

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

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.