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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerId()The ID of the customer whose shared sets are being modified.com.google.protobuf.ByteStringgetCustomerIdBytes()The ID of the customer whose shared sets are being modified.CustomerSkAdNetworkConversionValueSchemaOperationgetOperation()The operation to perform.CustomerSkAdNetworkConversionValueSchemaOperationOrBuildergetOperationOrBuilder()The operation to perform.booleangetValidateOnly()If true, the request is validated but not executed.booleanhasOperation()The operation to perform.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getOperation
CustomerSkAdNetworkConversionValueSchemaOperation getOperation()
The operation to perform.
.google.ads.googleads.v15.services.CustomerSkAdNetworkConversionValueSchemaOperation operation = 2;- Returns:
- The operation.
-
getOperationOrBuilder
CustomerSkAdNetworkConversionValueSchemaOperationOrBuilder getOperationOrBuilder()
The operation to perform.
.google.ads.googleads.v15.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.
-
-