Uses of Class
com.google.cloud.video.stitcher.v1.ListSlatesRequest
-
Packages that use ListSlatesRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of ListSlatesRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return ListSlatesRequest Modifier and Type Method Description ListSlatesRequestListSlatesRequest.Builder. build()ListSlatesRequestListSlatesRequest.Builder. buildPartial()static ListSlatesRequestListSlatesRequest. getDefaultInstance()ListSlatesRequestListSlatesRequest.Builder. getDefaultInstanceForType()ListSlatesRequestListSlatesRequest. getDefaultInstanceForType()static ListSlatesRequestListSlatesRequest. parseDelimitedFrom(InputStream input)static ListSlatesRequestListSlatesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSlatesRequestListSlatesRequest. parseFrom(byte[] data)static ListSlatesRequestListSlatesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSlatesRequestListSlatesRequest. parseFrom(com.google.protobuf.ByteString data)static ListSlatesRequestListSlatesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSlatesRequestListSlatesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSlatesRequestListSlatesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSlatesRequestListSlatesRequest. parseFrom(InputStream input)static ListSlatesRequestListSlatesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSlatesRequestListSlatesRequest. parseFrom(ByteBuffer data)static ListSlatesRequestListSlatesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type ListSlatesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSlatesRequest,ListSlatesResponse>VideoStitcherServiceGrpc. getListSlatesMethod()com.google.protobuf.Parser<ListSlatesRequest>ListSlatesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,ListSlatesResponse>VideoStitcherServiceClient. listSlatesCallable()Lists all slates in the specified project and location.com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceClient. listSlatesPagedCallable()Lists all slates in the specified project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceSettings.Builder. listSlatesSettings()Returns the builder for the settings used for calls to listSlates.com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceSettings. listSlatesSettings()Returns the object with the settings used for calls to listSlates.static com.google.protobuf.Parser<ListSlatesRequest>ListSlatesRequest. parser()Methods in com.google.cloud.video.stitcher.v1 with parameters of type ListSlatesRequest Modifier and Type Method Description VideoStitcherServiceClient.ListSlatesPagedResponseVideoStitcherServiceClient. listSlates(ListSlatesRequest request)Lists all slates in the specified project and location.default voidVideoStitcherServiceGrpc.AsyncService. listSlates(ListSlatesRequest request, io.grpc.stub.StreamObserver<ListSlatesResponse> responseObserver)Lists all slates in the specified project and location.ListSlatesResponseVideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. listSlates(ListSlatesRequest request)Lists all slates in the specified project and location.com.google.common.util.concurrent.ListenableFuture<ListSlatesResponse>VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. listSlates(ListSlatesRequest request)Lists all slates in the specified project and location.voidVideoStitcherServiceGrpc.VideoStitcherServiceStub. listSlates(ListSlatesRequest request, io.grpc.stub.StreamObserver<ListSlatesResponse> responseObserver)Lists all slates in the specified project and location.ListSlatesRequest.BuilderListSlatesRequest.Builder. mergeFrom(ListSlatesRequest other)static ListSlatesRequest.BuilderListSlatesRequest. newBuilder(ListSlatesRequest prototype)Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type ListSlatesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceClient.ListSlatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSlatesRequest,ListSlatesResponse,Slate> context, com.google.api.core.ApiFuture<ListSlatesResponse> futureResponse)protected VideoStitcherServiceClient.ListSlatesPageVideoStitcherServiceClient.ListSlatesPage. createPage(com.google.api.gax.rpc.PageContext<ListSlatesRequest,ListSlatesResponse,Slate> context, ListSlatesResponse response)com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListSlatesPage>VideoStitcherServiceClient.ListSlatesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSlatesRequest,ListSlatesResponse,Slate> context, com.google.api.core.ApiFuture<ListSlatesResponse> futureResponse) -
Uses of ListSlatesRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type ListSlatesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,ListSlatesResponse>GrpcVideoStitcherServiceStub. listSlatesCallable()com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,ListSlatesResponse>VideoStitcherServiceStub. listSlatesCallable()com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>GrpcVideoStitcherServiceStub. listSlatesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSlatesRequest,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceStub. listSlatesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceStubSettings.Builder. listSlatesSettings()Returns the builder for the settings used for calls to listSlates.com.google.api.gax.rpc.PagedCallSettings<ListSlatesRequest,ListSlatesResponse,VideoStitcherServiceClient.ListSlatesPagedResponse>VideoStitcherServiceStubSettings. listSlatesSettings()Returns the object with the settings used for calls to listSlates.
-