Interface AdGroupCriterionLabelOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupCriterionLabelOperation,AdGroupCriterionLabelOperation.Builder
public interface AdGroupCriterionLabelOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCreate operation: No resource name is expected for the new ad group label.Create operation: No resource name is expected for the new ad group label.Remove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`com.google.protobuf.ByteStringRemove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`booleanCreate operation: No resource name is expected for the new ad group label.booleanRemove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`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
-
hasCreate
boolean hasCreate()Create operation: No resource name is expected for the new ad group label.
.google.ads.googleads.v18.resources.AdGroupCriterionLabel create = 1;- Returns:
- Whether the create field is set.
-
getCreate
AdGroupCriterionLabel getCreate()Create operation: No resource name is expected for the new ad group label.
.google.ads.googleads.v18.resources.AdGroupCriterionLabel create = 1;- Returns:
- The create.
-
getCreateOrBuilder
AdGroupCriterionLabelOrBuilder getCreateOrBuilder()Create operation: No resource name is expected for the new ad group label.
.google.ads.googleads.v18.resources.AdGroupCriterionLabel create = 1; -
hasRemove
boolean hasRemove()Remove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the remove field is set.
-
getRemove
String getRemove()Remove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The remove.
-
getRemoveBytes
com.google.protobuf.ByteString getRemoveBytes()Remove operation: A resource name for the ad group criterion label being removed, in this format: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`string remove = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for remove.
-
getOperationCase
AdGroupCriterionLabelOperation.OperationCase getOperationCase()
-