Class MediaFileServiceGrpc.MediaFileServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.MediaFileServiceGrpc.MediaFileServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- MediaFileServiceGrpc
public abstract static class MediaFileServiceGrpc.MediaFileServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage media files.
-
-
Constructor Summary
Constructors Constructor Description MediaFileServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateMediaFiles(MutateMediaFilesRequest request, io.grpc.stub.StreamObserver<MutateMediaFilesResponse> responseObserver)Creates media files.
-
-
-
Method Detail
-
mutateMediaFiles
public void mutateMediaFiles(MutateMediaFilesRequest request, io.grpc.stub.StreamObserver<MutateMediaFilesResponse> responseObserver)
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-