Interface MutateBillingSetupResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateBillingSetupResponse,MutateBillingSetupResponse.Builder
public interface MutateBillingSetupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA result that identifies the resource affected by the mutate request.A result that identifies the resource affected by the mutate request.booleanA result that identifies the resource affected by the mutate request.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
-
hasResult
boolean hasResult()A result that identifies the resource affected by the mutate request.
.google.ads.googleads.v18.services.MutateBillingSetupResult result = 1;- Returns:
- Whether the result field is set.
-
getResult
MutateBillingSetupResult getResult()A result that identifies the resource affected by the mutate request.
.google.ads.googleads.v18.services.MutateBillingSetupResult result = 1;- Returns:
- The result.
-
getResultOrBuilder
MutateBillingSetupResultOrBuilder getResultOrBuilder()A result that identifies the resource affected by the mutate request.
.google.ads.googleads.v18.services.MutateBillingSetupResult result = 1;
-