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