public interface AssetListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAssetIds(int index)
public abstract String getAssetIds(int index)
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The assetIds at the given index. |
getAssetIdsBytes(int index)
public abstract ByteString getAssetIdsBytes(int index)
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the assetIds at the given index. |
getAssetIdsCount()
public abstract int getAssetIdsCount()
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of assetIds. |
getAssetIdsList()
public abstract List<String> getAssetIdsList()
Required. A list of asset IDs
repeated string asset_ids = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the assetIds. |