public interface ListAssetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssets(int index)
public abstract Asset getAssets(int index)Assets.
repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;
| Name | Description |
| index | int |
| Type | Description |
| Asset |
getAssetsCount()
public abstract int getAssetsCount()Assets.
repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;
| Type | Description |
| int |
getAssetsList()
public abstract List<Asset> getAssetsList()Assets.
repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;
| Type | Description |
| List<Asset> |
getAssetsOrBuilder(int index)
public abstract AssetOrBuilder getAssetsOrBuilder(int index)Assets.
repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;
| Name | Description |
| index | int |
| Type | Description |
| AssetOrBuilder |
getAssetsOrBuilderList()
public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()Assets.
repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getReadTime()
public abstract Timestamp getReadTime()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Type | Description |
| Timestamp | The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Type | Description |
| TimestampOrBuilder |
hasReadTime()
public abstract boolean hasReadTime()Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
| Type | Description |
| boolean | Whether the readTime field is set. |