Interface RemoveCampaignAutomaticallyCreatedAssetOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveCampaignAutomaticallyCreatedAssetOperation,RemoveCampaignAutomaticallyCreatedAssetOperation.Builder
public interface RemoveCampaignAutomaticallyCreatedAssetOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAsset()Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Required.intRequired.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
-
getCampaign
String getCampaign()Required. The resource name of the campaign.
string campaign = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The campaign.
-
getCampaignBytes
com.google.protobuf.ByteString getCampaignBytes()Required. The resource name of the campaign.
string campaign = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for campaign.
-
getAsset
String getAsset()Required. The resource name of the asset to remove.
string asset = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()Required. The resource name of the asset to remove.
string asset = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for asset.
-
getFieldTypeValue
int getFieldTypeValue()Required. The field type of the asset to remove.
.google.ads.googleads.v21.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
AssetFieldTypeEnum.AssetFieldType getFieldType()Required. The field type of the asset to remove.
.google.ads.googleads.v21.enums.AssetFieldTypeEnum.AssetFieldType field_type = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The fieldType.
-