Interface CustomerCustomizerOperationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CustomerCustomizer getCreate()
      Create operation: No resource name is expected for the new customer customizer
      CustomerCustomizerOrBuilder getCreateOrBuilder()
      Create operation: No resource name is expected for the new customer customizer
      CustomerCustomizerOperation.OperationCase getOperationCase()  
      java.lang.String getRemove()
      Remove operation: A resource name for the removed customer customizer is expected, in this format: `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
      com.google.protobuf.ByteString getRemoveBytes()
      Remove operation: A resource name for the removed customer customizer is expected, in this format: `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
      boolean hasCreate()
      Create operation: No resource name is expected for the new customer customizer
      boolean hasRemove()
      Remove operation: A resource name for the removed customer customizer is expected, in this format: `customers/{customer_id}/customerCustomizers/{customizer_attribute_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 Detail

      • hasCreate

        boolean hasCreate()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v13.resources.CustomerCustomizer create = 1;
        Returns:
        Whether the create field is set.
      • getCreate

        CustomerCustomizer getCreate()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v13.resources.CustomerCustomizer create = 1;
        Returns:
        The create.
      • getCreateOrBuilder

        CustomerCustomizerOrBuilder getCreateOrBuilder()
         Create operation: No resource name is expected for the new customer
         customizer
         
        .google.ads.googleads.v13.resources.CustomerCustomizer create = 1;
      • hasRemove

        boolean hasRemove()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the remove field is set.
      • getRemove

        java.lang.String getRemove()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The remove.
      • getRemoveBytes

        com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the removed customer customizer is
         expected, in this format:
         `customers/{customer_id}/customerCustomizers/{customizer_attribute_id}`
         
        string remove = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for remove.