Interface ListAssetsResponseOrBuilder (3.6.0)

public interface ListAssetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssets(int index)

public abstract Asset getAssets(int index)

Assets.

repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Asset

getAssetsCount()

public abstract int getAssetsCount()

Assets.

repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;

Returns
TypeDescription
int

getAssetsList()

public abstract List<Asset> getAssetsList()

Assets.

repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;

Returns
TypeDescription
List<Asset>

getAssetsOrBuilder(int index)

public abstract AssetOrBuilder getAssetsOrBuilder(int index)

Assets.

repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
AssetOrBuilder

getAssetsOrBuilderList()

public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()

Assets.

repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1p5beta1.AssetOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results. Set to empty if there are no remaining results.

string next_page_token = 3;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results. Set to empty if there are no remaining results.

string next_page_token = 3;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getReadTime()

public abstract Timestamp getReadTime()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
Timestamp

The readTime.

getReadTimeOrBuilder()

public abstract TimestampOrBuilder getReadTimeOrBuilder()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasReadTime()

public abstract boolean hasReadTime()

Time the snapshot was taken.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
boolean

Whether the readTime field is set.