Class CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerExtensionSettingServiceGrpc
public abstract static class CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer extension settings.
-
-
Constructor Summary
Constructors Constructor Description CustomerExtensionSettingServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerExtensionSettings(MutateCustomerExtensionSettingsRequest request, io.grpc.stub.StreamObserver<MutateCustomerExtensionSettingsResponse> responseObserver)Creates, updates, or removes customer extension settings.
-
-
-
Method Detail
-
mutateCustomerExtensionSettings
public void mutateCustomerExtensionSettings(MutateCustomerExtensionSettingsRequest request, io.grpc.stub.StreamObserver<MutateCustomerExtensionSettingsResponse> responseObserver)
Creates, updates, or removes customer extension settings. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CriterionError]() [DatabaseError]() [DateError]() [DistinctError]() [ExtensionSettingError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [ListOperationError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-