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 GetCdnKeyRequestGetCdnKeyRequest.Builder. build()GetCdnKeyRequestGetCdnKeyRequest.Builder. buildPartial()static GetCdnKeyRequestGetCdnKeyRequest. getDefaultInstance()GetCdnKeyRequestGetCdnKeyRequest.Builder. getDefaultInstanceForType()GetCdnKeyRequestGetCdnKeyRequest. getDefaultInstanceForType()static GetCdnKeyRequestGetCdnKeyRequest. parseDelimitedFrom(InputStream input)static GetCdnKeyRequestGetCdnKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(byte[] data)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(com.google.protobuf.ByteString data)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(InputStream input)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCdnKeyRequestGetCdnKeyRequest. parseFrom(ByteBuffer data)static GetCdnKeyRequestGetCdnKeyRequest. 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 CdnKeyVideoStitcherServiceClient. getCdnKey(GetCdnKeyRequest request)Returns the specified CDN key.default voidVideoStitcherServiceGrpc.AsyncService. getCdnKey(GetCdnKeyRequest request, io.grpc.stub.StreamObserver<CdnKey> responseObserver)Returns the specified CDN key.CdnKeyVideoStitcherServiceGrpc.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.voidVideoStitcherServiceGrpc.VideoStitcherServiceStub. getCdnKey(GetCdnKeyRequest request, io.grpc.stub.StreamObserver<CdnKey> responseObserver)Returns the specified CDN key.GetCdnKeyRequest.BuilderGetCdnKeyRequest.Builder. mergeFrom(GetCdnKeyRequest other)static GetCdnKeyRequest.BuilderGetCdnKeyRequest. 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.
-