Interface MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder

    • Method Detail

      • getCustomerId

        java.lang.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.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
        Returns:
        Whether the operation field is set.
      • 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.