public interface BatchGetAssetsHistoryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TemporalAsset |
getAssets(int index)
A list of assets with valid time windows.
|
int |
getAssetsCount()
A list of assets with valid time windows.
|
List<TemporalAsset> |
getAssetsList()
A list of assets with valid time windows.
|
TemporalAssetOrBuilder |
getAssetsOrBuilder(int index)
A list of assets with valid time windows.
|
List<? extends TemporalAssetOrBuilder> |
getAssetsOrBuilderList()
A list of assets with valid time windows.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TemporalAsset> getAssetsList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1p2beta1.TemporalAsset assets = 1;TemporalAsset getAssets(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1p2beta1.TemporalAsset assets = 1;int getAssetsCount()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1p2beta1.TemporalAsset assets = 1;List<? extends TemporalAssetOrBuilder> getAssetsOrBuilderList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1p2beta1.TemporalAsset assets = 1;TemporalAssetOrBuilder getAssetsOrBuilder(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1p2beta1.TemporalAsset assets = 1;Copyright © 2020 Google LLC. All rights reserved.