com.google.ads.googleads.v17.services.MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/customer_sk_ad_network_conversion_value_schema_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface MutateCustomerSkAdNetworkConversionValueSchemaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
* @return Whether the operation field is set.
*/
boolean hasOperation();
/**
*
* The operation to perform.
*
*
* .google.ads.googleads.v17.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
* @return The operation.
*/
com.google.ads.googleads.v17.services.CustomerSkAdNetworkConversionValueSchemaOperation getOperation();
/**
*
* The operation to perform.
*
*
* .google.ads.googleads.v17.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;
*/
com.google.ads.googleads.v17.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();
/**
*
* 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];
* @return The enableWarnings.
*/
boolean getEnableWarnings();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy