Uses of Class
com.google.cloud.video.stitcher.v1.CreateLiveConfigRequest
-
Packages that use CreateLiveConfigRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of CreateLiveConfigRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return CreateLiveConfigRequest Modifier and Type Method Description CreateLiveConfigRequest
CreateLiveConfigRequest.Builder. build()
CreateLiveConfigRequest
CreateLiveConfigRequest.Builder. buildPartial()
static CreateLiveConfigRequest
CreateLiveConfigRequest. getDefaultInstance()
CreateLiveConfigRequest
CreateLiveConfigRequest.Builder. getDefaultInstanceForType()
CreateLiveConfigRequest
CreateLiveConfigRequest. getDefaultInstanceForType()
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseDelimitedFrom(InputStream input)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(byte[] data)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(InputStream input)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(ByteBuffer data)
static CreateLiveConfigRequest
CreateLiveConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type CreateLiveConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceClient. createLiveConfigCallable()
Registers the live config with the provided unique ID in the specified region.com.google.api.gax.rpc.OperationCallable<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceClient. createLiveConfigOperationCallable()
Registers the live config with the provided unique ID in the specified region.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceSettings.Builder. createLiveConfigOperationSettings()
Returns the builder for the settings used for calls to createLiveConfig.com.google.api.gax.rpc.OperationCallSettings<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceSettings. createLiveConfigOperationSettings()
Returns the object with the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceSettings.Builder. createLiveConfigSettings()
Returns the builder for the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceSettings. createLiveConfigSettings()
Returns the object with the settings used for calls to createLiveConfig.static io.grpc.MethodDescriptor<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceGrpc. getCreateLiveConfigMethod()
com.google.protobuf.Parser<CreateLiveConfigRequest>
CreateLiveConfigRequest. getParserForType()
static com.google.protobuf.Parser<CreateLiveConfigRequest>
CreateLiveConfigRequest. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type CreateLiveConfigRequest Modifier and Type Method Description default void
VideoStitcherServiceGrpc.AsyncService. createLiveConfig(CreateLiveConfigRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Registers the live config with the provided unique ID in the specified region.com.google.longrunning.Operation
VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. createLiveConfig(CreateLiveConfigRequest request)
Registers the live config with the provided unique ID in the specified region.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. createLiveConfig(CreateLiveConfigRequest request)
Registers the live config with the provided unique ID in the specified region.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. createLiveConfig(CreateLiveConfigRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Registers the live config with the provided unique ID in the specified region.com.google.api.gax.longrunning.OperationFuture<LiveConfig,OperationMetadata>
VideoStitcherServiceClient. createLiveConfigAsync(CreateLiveConfigRequest request)
Registers the live config with the provided unique ID in the specified region.CreateLiveConfigRequest.Builder
CreateLiveConfigRequest.Builder. mergeFrom(CreateLiveConfigRequest other)
static CreateLiveConfigRequest.Builder
CreateLiveConfigRequest. newBuilder(CreateLiveConfigRequest prototype)
-
Uses of CreateLiveConfigRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type CreateLiveConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateLiveConfigRequest,com.google.longrunning.Operation>
GrpcVideoStitcherServiceStub. createLiveConfigCallable()
com.google.api.gax.rpc.UnaryCallable<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceStub. createLiveConfigCallable()
com.google.api.gax.rpc.OperationCallable<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
GrpcVideoStitcherServiceStub. createLiveConfigOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceStub. createLiveConfigOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceStubSettings.Builder. createLiveConfigOperationSettings()
Returns the builder for the settings used for calls to createLiveConfig.com.google.api.gax.rpc.OperationCallSettings<CreateLiveConfigRequest,LiveConfig,OperationMetadata>
VideoStitcherServiceStubSettings. createLiveConfigOperationSettings()
Returns the object with the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceStubSettings.Builder. createLiveConfigSettings()
Returns the builder for the settings used for calls to createLiveConfig.com.google.api.gax.rpc.UnaryCallSettings<CreateLiveConfigRequest,com.google.longrunning.Operation>
VideoStitcherServiceStubSettings. createLiveConfigSettings()
Returns the object with the settings used for calls to createLiveConfig.
-