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