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 GetLiveConfigRequest
GetLiveConfigRequest.Builder. build()
GetLiveConfigRequest
GetLiveConfigRequest.Builder. buildPartial()
static GetLiveConfigRequest
GetLiveConfigRequest. getDefaultInstance()
GetLiveConfigRequest
GetLiveConfigRequest.Builder. getDefaultInstanceForType()
GetLiveConfigRequest
GetLiveConfigRequest. getDefaultInstanceForType()
static GetLiveConfigRequest
GetLiveConfigRequest. parseDelimitedFrom(InputStream input)
static GetLiveConfigRequest
GetLiveConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(byte[] data)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(InputStream input)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLiveConfigRequest
GetLiveConfigRequest. parseFrom(ByteBuffer data)
static GetLiveConfigRequest
GetLiveConfigRequest. 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 LiveConfig
VideoStitcherServiceClient. getLiveConfig(GetLiveConfigRequest request)
Returns the specified live config managed by the Video Stitcher service.default void
VideoStitcherServiceGrpc.AsyncService. getLiveConfig(GetLiveConfigRequest request, io.grpc.stub.StreamObserver<LiveConfig> responseObserver)
Returns the specified live config managed by the Video Stitcher service.LiveConfig
VideoStitcherServiceGrpc.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.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. getLiveConfig(GetLiveConfigRequest request, io.grpc.stub.StreamObserver<LiveConfig> responseObserver)
Returns the specified live config managed by the Video Stitcher service.GetLiveConfigRequest.Builder
GetLiveConfigRequest.Builder. mergeFrom(GetLiveConfigRequest other)
static GetLiveConfigRequest.Builder
GetLiveConfigRequest. 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.
-