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 Summary
Modifier and TypeMethodDescriptionThe ID of the customer whose shared sets are being modified.com.google.protobuf.ByteStringThe ID of the customer whose shared sets are being modified.booleanOptional.The operation to perform.The operation to perform.booleanIf true, the request is validated but not executed.booleanThe operation to perform.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
CustomerSkAdNetworkConversionValueSchemaOperation getOperation()The operation to perform.
.google.ads.googleads.v18.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;- Returns:
- The operation.
-
getOperationOrBuilder
CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder 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.
-