Interface SharedCriterionOperationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SharedCriterionOperation, SharedCriterionOperation.Builder

public interface SharedCriterionOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Create operation: No resource name is expected for the new shared criterion.
    Create operation: No resource name is expected for the new shared criterion.
     
    Remove operation: A resource name for the removed shared criterion is expected, in this format: `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
    com.google.protobuf.ByteString
    Remove operation: A resource name for the removed shared criterion is expected, in this format: `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
    boolean
    Create operation: No resource name is expected for the new shared criterion.
    boolean
    Remove operation: A resource name for the removed shared criterion is expected, in this format: `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 shared
       criterion.
       
      .google.ads.googleads.v18.resources.SharedCriterion create = 1;
      Returns:
      Whether the create field is set.
    • getCreate

      SharedCriterion getCreate()
       Create operation: No resource name is expected for the new shared
       criterion.
       
      .google.ads.googleads.v18.resources.SharedCriterion create = 1;
      Returns:
      The create.
    • getCreateOrBuilder

      SharedCriterionOrBuilder getCreateOrBuilder()
       Create operation: No resource name is expected for the new shared
       criterion.
       
      .google.ads.googleads.v18.resources.SharedCriterion create = 1;
    • hasRemove

      boolean hasRemove()
       Remove operation: A resource name for the removed shared criterion is
       expected, in this format:
      
       `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
       
      string remove = 3 [(.google.api.resource_reference) = { ... }
      Returns:
      Whether the remove field is set.
    • getRemove

      String getRemove()
       Remove operation: A resource name for the removed shared criterion is
       expected, in this format:
      
       `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
       
      string remove = 3 [(.google.api.resource_reference) = { ... }
      Returns:
      The remove.
    • getRemoveBytes

      com.google.protobuf.ByteString getRemoveBytes()
       Remove operation: A resource name for the removed shared criterion is
       expected, in this format:
      
       `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
       
      string remove = 3 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for remove.
    • getOperationCase