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 GetSlateRequestGetSlateRequest.Builder. build()GetSlateRequestGetSlateRequest.Builder. buildPartial()static GetSlateRequestGetSlateRequest. getDefaultInstance()GetSlateRequestGetSlateRequest.Builder. getDefaultInstanceForType()GetSlateRequestGetSlateRequest. getDefaultInstanceForType()static GetSlateRequestGetSlateRequest. parseDelimitedFrom(InputStream input)static GetSlateRequestGetSlateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSlateRequestGetSlateRequest. parseFrom(byte[] data)static GetSlateRequestGetSlateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSlateRequestGetSlateRequest. parseFrom(com.google.protobuf.ByteString data)static GetSlateRequestGetSlateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSlateRequestGetSlateRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSlateRequestGetSlateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSlateRequestGetSlateRequest. parseFrom(InputStream input)static GetSlateRequestGetSlateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSlateRequestGetSlateRequest. parseFrom(ByteBuffer data)static GetSlateRequestGetSlateRequest. 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 SlateVideoStitcherServiceClient. getSlate(GetSlateRequest request)Returns the specified slate.default voidVideoStitcherServiceGrpc.AsyncService. getSlate(GetSlateRequest request, io.grpc.stub.StreamObserver<Slate> responseObserver)Returns the specified slate.SlateVideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. getSlate(GetSlateRequest request)Returns the specified slate.com.google.common.util.concurrent.ListenableFuture<Slate>VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. getSlate(GetSlateRequest request)Returns the specified slate.voidVideoStitcherServiceGrpc.VideoStitcherServiceStub. getSlate(GetSlateRequest request, io.grpc.stub.StreamObserver<Slate> responseObserver)Returns the specified slate.GetSlateRequest.BuilderGetSlateRequest.Builder. mergeFrom(GetSlateRequest other)static GetSlateRequest.BuilderGetSlateRequest. 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.
-