Class MediaFileServiceGrpc.MediaFileServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MediaFileServiceGrpc.MediaFileServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.MediaFileServiceGrpc.MediaFileServiceBlockingStub
-
- Enclosing class:
- MediaFileServiceGrpc
public static final class MediaFileServiceGrpc.MediaFileServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MediaFileServiceGrpc.MediaFileServiceBlockingStub>
Service to manage media files.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MediaFileServiceGrpc.MediaFileServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateMediaFilesResponsemutateMediaFiles(MutateMediaFilesRequest request)Creates media files.
-
-
-
Method Detail
-
build
protected MediaFileServiceGrpc.MediaFileServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MediaFileServiceGrpc.MediaFileServiceBlockingStub>
-
mutateMediaFiles
public 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]()
-
-