Interface MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder

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

public interface MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       The ID of the customer whose shared sets are being modified.
       
      string customer_id = 1;
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       The ID of the customer whose shared sets are being modified.
       
      string customer_id = 1;
      Returns:
      The bytes for customerId.
    • hasOperation

      boolean hasOperation()
       The operation to perform.
       
      .google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
      Returns:
      Whether the operation field is set.
    • getOperation

       The operation to perform.
       
      .google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
      Returns:
      The operation.
    • getOperationOrBuilder

       The operation to perform.
       
      .google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
    • getValidateOnly

      boolean getValidateOnly()
       If true, the request is validated but not executed. Only errors are
       returned, not results.
       
      bool validate_only = 3;
      Returns:
      The validateOnly.
    • getEnableWarnings

      boolean getEnableWarnings()
       Optional. If true, enables returning warnings. Warnings return error
       messages and error codes without blocking the execution of the mutate
       operation.
       
      bool enable_warnings = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The enableWarnings.