Class AssetServiceGrpc.AssetServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
-
- com.google.ads.googleads.v10.services.AssetServiceGrpc.AssetServiceStub
-
- Enclosing class:
- AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceStub extends io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
Service to manage assets. Asset types can be created with AssetService are YoutubeVideoAsset, MediaBundleAsset and ImageAsset. TextAsset should be created with Ad inline.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AssetServiceGrpc.AssetServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateAssets(MutateAssetsRequest request, io.grpc.stub.StreamObserver<MutateAssetsResponse> responseObserver)Creates assets.
-
-
-
Method Detail
-
build
protected AssetServiceGrpc.AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceStub>
-
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]()
-
-