Interface AssetListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetList,AssetList.Builder
public interface AssetListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAssetIds(int index)Required.com.google.protobuf.ByteStringgetAssetIdsBytes(int index)Required.intgetAssetIdsCount()Required.List<String>getAssetIdsList()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAssetIdsList
List<String> getAssetIdsList()
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- A list containing the assetIds.
-
getAssetIdsCount
int getAssetIdsCount()
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The count of assetIds.
-
getAssetIds
String getAssetIds(int index)
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The assetIds at the given index.
-
getAssetIdsBytes
com.google.protobuf.ByteString getAssetIdsBytes(int index)
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the assetIds at the given index.
-
-