Interface BrandCampaignAssetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrandCampaignAssets,BrandCampaignAssets.Builder
public interface BrandCampaignAssetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.getLandscapeLogoAsset(int index) Optional.com.google.protobuf.ByteStringgetLandscapeLogoAssetBytes(int index) Optional.intOptional.Optional.getLogoAsset(int index) Required.com.google.protobuf.ByteStringgetLogoAssetBytes(int index) Required.intRequired.Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBusinessNameAsset
String getBusinessNameAsset()Required. The resource name of the business name text asset.
string business_name_asset = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The businessNameAsset.
-
getBusinessNameAssetBytes
com.google.protobuf.ByteString getBusinessNameAssetBytes()Required. The resource name of the business name text asset.
string business_name_asset = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for businessNameAsset.
-
getLogoAssetList
Required. The resource name of square logo assets.
repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- A list containing the logoAsset.
-
getLogoAssetCount
int getLogoAssetCount()Required. The resource name of square logo assets.
repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The count of logoAsset.
-
getLogoAsset
Required. The resource name of square logo assets.
repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the element to return.- Returns:
- The logoAsset at the given index.
-
getLogoAssetBytes
com.google.protobuf.ByteString getLogoAssetBytes(int index) Required. The resource name of square logo assets.
repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the logoAsset at the given index.
-
getLandscapeLogoAssetList
Optional. The resource name of landscape logo assets.
repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the landscapeLogoAsset.
-
getLandscapeLogoAssetCount
int getLandscapeLogoAssetCount()Optional. The resource name of landscape logo assets.
repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of landscapeLogoAsset.
-
getLandscapeLogoAsset
Optional. The resource name of landscape logo assets.
repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The landscapeLogoAsset at the given index.
-
getLandscapeLogoAssetBytes
com.google.protobuf.ByteString getLandscapeLogoAssetBytes(int index) Optional. The resource name of landscape logo assets.
repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the landscapeLogoAsset at the given index.
-