All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v15.services.MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v15/services/customer_sk_ad_network_conversion_value_schema_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v15.services;

public interface MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v15.services.MutateCustomerSkAdNetworkConversionValueSchemaRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The ID of the customer whose shared sets are being modified.
   * 
* * string customer_id = 1; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * The ID of the customer whose shared sets are being modified.
   * 
* * string customer_id = 1; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * The operation to perform.
   * 
* * .google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2; * @return Whether the operation field is set. */ boolean hasOperation(); /** *
   * The operation to perform.
   * 
* * .google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2; * @return The operation. */ com.google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation getOperation(); /** *
   * The operation to perform.
   * 
* * .google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2; */ com.google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder getOperationOrBuilder(); /** *
   * If true, the request is validated but not executed. Only errors are
   * returned, not results.
   * 
* * bool validate_only = 3; * @return The validateOnly. */ boolean getValidateOnly(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy