Interface CustomerAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerAsset,CustomerAsset.Builder
public interface CustomerAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsset()Required.com.google.protobuf.ByteStringgetAssetBytes()Required.AssetFieldTypeEnum.AssetFieldTypegetFieldType()Required.intgetFieldTypeValue()Required.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.AssetLinkStatusEnum.AssetLinkStatusgetStatus()Status of the customer asset.intgetStatusValue()Status of the customer asset.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getAsset
java.lang.String getAsset()
Required. Immutable. The asset which is linked to the customer.
string asset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()
Required. Immutable. The asset which is linked to the customer.
string asset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for asset.
-
getFieldTypeValue
int getFieldTypeValue()
Required. Immutable. Role that the asset takes for the customer link.
.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
AssetFieldTypeEnum.AssetFieldType getFieldType()
Required. Immutable. Role that the asset takes for the customer link.
.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The fieldType.
-
getStatusValue
int getStatusValue()
Status of the customer asset.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 4;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
AssetLinkStatusEnum.AssetLinkStatus getStatus()
Status of the customer asset.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 4;- Returns:
- The status.
-
-