Package com.google.cloud.asset.v1
Interface BatchGetAssetsHistoryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchGetAssetsHistoryResponse
,BatchGetAssetsHistoryResponse.Builder
public interface BatchGetAssetsHistoryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAssetsList
List<TemporalAsset> getAssetsList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
-
getAssets
TemporalAsset getAssets(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
-
getAssetsCount
int getAssetsCount()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
-
getAssetsOrBuilderList
List<? extends TemporalAssetOrBuilder> getAssetsOrBuilderList()
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
-
getAssetsOrBuilder
TemporalAssetOrBuilder getAssetsOrBuilder(int index)
A list of assets with valid time windows.
repeated .google.cloud.asset.v1.TemporalAsset assets = 1;
-
-