Uses of Class
com.google.cloud.video.stitcher.v1.DeleteCdnKeyRequest
-
Packages that use DeleteCdnKeyRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of DeleteCdnKeyRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return DeleteCdnKeyRequest Modifier and Type Method Description DeleteCdnKeyRequest
DeleteCdnKeyRequest.Builder. build()
DeleteCdnKeyRequest
DeleteCdnKeyRequest.Builder. buildPartial()
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. getDefaultInstance()
DeleteCdnKeyRequest
DeleteCdnKeyRequest.Builder. getDefaultInstanceForType()
DeleteCdnKeyRequest
DeleteCdnKeyRequest. getDefaultInstanceForType()
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseDelimitedFrom(InputStream input)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(byte[] data)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(InputStream input)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(ByteBuffer data)
static DeleteCdnKeyRequest
DeleteCdnKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type DeleteCdnKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceClient. deleteCdnKeyCallable()
Deletes the specified CDN key.com.google.api.gax.rpc.OperationCallable<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceClient. deleteCdnKeyOperationCallable()
Deletes the specified CDN key.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceSettings.Builder. deleteCdnKeyOperationSettings()
Returns the builder for the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.OperationCallSettings<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceSettings. deleteCdnKeyOperationSettings()
Returns the object with the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceSettings.Builder. deleteCdnKeySettings()
Returns the builder for the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceSettings. deleteCdnKeySettings()
Returns the object with the settings used for calls to deleteCdnKey.static io.grpc.MethodDescriptor<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceGrpc. getDeleteCdnKeyMethod()
com.google.protobuf.Parser<DeleteCdnKeyRequest>
DeleteCdnKeyRequest. getParserForType()
static com.google.protobuf.Parser<DeleteCdnKeyRequest>
DeleteCdnKeyRequest. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type DeleteCdnKeyRequest Modifier and Type Method Description default void
VideoStitcherServiceGrpc.AsyncService. deleteCdnKey(DeleteCdnKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified CDN key.com.google.longrunning.Operation
VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. deleteCdnKey(DeleteCdnKeyRequest request)
Deletes the specified CDN key.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. deleteCdnKey(DeleteCdnKeyRequest request)
Deletes the specified CDN key.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. deleteCdnKey(DeleteCdnKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified CDN key.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceClient. deleteCdnKeyAsync(DeleteCdnKeyRequest request)
Deletes the specified CDN key.DeleteCdnKeyRequest.Builder
DeleteCdnKeyRequest.Builder. mergeFrom(DeleteCdnKeyRequest other)
static DeleteCdnKeyRequest.Builder
DeleteCdnKeyRequest. newBuilder(DeleteCdnKeyRequest prototype)
-
Uses of DeleteCdnKeyRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type DeleteCdnKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteCdnKeyRequest,com.google.longrunning.Operation>
GrpcVideoStitcherServiceStub. deleteCdnKeyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceStub. deleteCdnKeyCallable()
com.google.api.gax.rpc.OperationCallable<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcVideoStitcherServiceStub. deleteCdnKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceStub. deleteCdnKeyOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceStubSettings.Builder. deleteCdnKeyOperationSettings()
Returns the builder for the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.OperationCallSettings<DeleteCdnKeyRequest,com.google.protobuf.Empty,OperationMetadata>
VideoStitcherServiceStubSettings. deleteCdnKeyOperationSettings()
Returns the object with the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceStubSettings.Builder. deleteCdnKeySettings()
Returns the builder for the settings used for calls to deleteCdnKey.com.google.api.gax.rpc.UnaryCallSettings<DeleteCdnKeyRequest,com.google.longrunning.Operation>
VideoStitcherServiceStubSettings. deleteCdnKeySettings()
Returns the object with the settings used for calls to deleteCdnKey.
-