Interface MutateCustomerResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateCustomerResult,MutateCustomerResult.Builder
public interface MutateCustomerResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomergetCustomer()The mutated customer with only mutable fields after mutate.CustomerOrBuildergetCustomerOrBuilder()The mutated customer with only mutable fields after mutate.java.lang.StringgetResourceName()Returned for successful operations.com.google.protobuf.ByteStringgetResourceNameBytes()Returned for successful operations.booleanhasCustomer()The mutated customer with only mutable fields after mutate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Returned for successful operations.
string resource_name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Returned for successful operations.
string resource_name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasCustomer
boolean hasCustomer()
The mutated customer with only mutable fields after mutate. The fields will only be returned when response_content_type is set to "MUTABLE_RESOURCE".
.google.ads.googleads.v10.resources.Customer customer = 2;- Returns:
- Whether the customer field is set.
-
getCustomer
Customer getCustomer()
The mutated customer with only mutable fields after mutate. The fields will only be returned when response_content_type is set to "MUTABLE_RESOURCE".
.google.ads.googleads.v10.resources.Customer customer = 2;- Returns:
- The customer.
-
getCustomerOrBuilder
CustomerOrBuilder getCustomerOrBuilder()
The mutated customer with only mutable fields after mutate. The fields will only be returned when response_content_type is set to "MUTABLE_RESOURCE".
.google.ads.googleads.v10.resources.Customer customer = 2;
-
-