Class AssetServiceGrpc.AssetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.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()voidgetAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)Returns the requested asset in full detail.voidmutateAssets(MutateAssetsRequest request, io.grpc.stub.StreamObserver<MutateAssetsResponse> responseObserver)Creates assets.
-
-
-
Method Detail
-
getAsset
public void getAsset(GetAssetRequest request, io.grpc.stub.StreamObserver<Asset> responseObserver)
Returns the requested asset in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
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
-
-