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