Class MediaFileServiceGrpc.MediaFileServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<MediaFileServiceGrpc.MediaFileServiceFutureStub>
-
- com.google.ads.googleads.v10.services.MediaFileServiceGrpc.MediaFileServiceFutureStub
-
- Enclosing class:
- MediaFileServiceGrpc
public static final class MediaFileServiceGrpc.MediaFileServiceFutureStub extends io.grpc.stub.AbstractFutureStub<MediaFileServiceGrpc.MediaFileServiceFutureStub>
Service to manage media files.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MediaFileServiceGrpc.MediaFileServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateMediaFilesResponse>mutateMediaFiles(MutateMediaFilesRequest request)Creates media files.
-
-
-
Method Detail
-
build
protected MediaFileServiceGrpc.MediaFileServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MediaFileServiceGrpc.MediaFileServiceFutureStub>
-
mutateMediaFiles
public com.google.common.util.concurrent.ListenableFuture<MutateMediaFilesResponse> mutateMediaFiles(MutateMediaFilesRequest request)
Creates media files. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [DistinctError]() [FieldError]() [HeaderError]() [IdError]() [ImageError]() [InternalError]() [MediaBundleError]() [MediaFileError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-