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