public interface BatchGetAssetsHistoryResponseOrBuilder extends 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, hasOneof
isInitialized
List<TemporalAsset> getAssetsList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
TemporalAsset getAssets(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
int getAssetsCount()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
List<? extends TemporalAssetOrBuilder> getAssetsOrBuilderList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
TemporalAssetOrBuilder getAssetsOrBuilder(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
Copyright © 2022 Google LLC. All rights reserved.