Class AssetServiceGrpc.AssetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AssetServiceGrpc.AssetServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AssetServiceGrpc
public abstract static class AssetServiceGrpc.AssetServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage assets. Asset types can be created with AssetService are YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be created with Ad inline.
-
-
Constructor Summary
Constructors Constructor Description AssetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAssets(MutateAssetsRequest request, io.grpc.stub.StreamObserver<MutateAssetsResponse> responseObserver)Creates assets.
-
-
-
Method Detail
-
mutateAssets
public void mutateAssets(MutateAssetsRequest request, io.grpc.stub.StreamObserver<MutateAssetsResponse> responseObserver)
Creates assets. Operation statuses are returned. List of thrown errors: [AssetError]() [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [CurrencyCodeError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [ListOperationError]() [MediaUploadError]() [MutateError]() [NotAllowlistedError]() [NotEmptyError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]() [YoutubeVideoRegistrationError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-