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