Uses of Class
com.google.cloud.video.stitcher.v1.ListCdnKeysRequest
-
Packages that use ListCdnKeysRequest Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of ListCdnKeysRequest in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return ListCdnKeysRequest Modifier and Type Method Description ListCdnKeysRequest
ListCdnKeysRequest.Builder. build()
ListCdnKeysRequest
ListCdnKeysRequest.Builder. buildPartial()
static ListCdnKeysRequest
ListCdnKeysRequest. getDefaultInstance()
ListCdnKeysRequest
ListCdnKeysRequest.Builder. getDefaultInstanceForType()
ListCdnKeysRequest
ListCdnKeysRequest. getDefaultInstanceForType()
static ListCdnKeysRequest
ListCdnKeysRequest. parseDelimitedFrom(InputStream input)
static ListCdnKeysRequest
ListCdnKeysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(byte[] data)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(InputStream input)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(ByteBuffer data)
static ListCdnKeysRequest
ListCdnKeysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type ListCdnKeysRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCdnKeysRequest,ListCdnKeysResponse>
VideoStitcherServiceGrpc. getListCdnKeysMethod()
com.google.protobuf.Parser<ListCdnKeysRequest>
ListCdnKeysRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,ListCdnKeysResponse>
VideoStitcherServiceClient. listCdnKeysCallable()
Lists all CDN keys in the specified project and location.com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceClient. listCdnKeysPagedCallable()
Lists all CDN keys in the specified project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceSettings.Builder. listCdnKeysSettings()
Returns the builder for the settings used for calls to listCdnKeys.com.google.api.gax.rpc.PagedCallSettings<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceSettings. listCdnKeysSettings()
Returns the object with the settings used for calls to listCdnKeys.static com.google.protobuf.Parser<ListCdnKeysRequest>
ListCdnKeysRequest. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type ListCdnKeysRequest Modifier and Type Method Description VideoStitcherServiceClient.ListCdnKeysPagedResponse
VideoStitcherServiceClient. listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.default void
VideoStitcherServiceGrpc.AsyncService. listCdnKeys(ListCdnKeysRequest request, io.grpc.stub.StreamObserver<ListCdnKeysResponse> responseObserver)
Lists all CDN keys in the specified project and location.ListCdnKeysResponse
VideoStitcherServiceGrpc.VideoStitcherServiceBlockingStub. listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.com.google.common.util.concurrent.ListenableFuture<ListCdnKeysResponse>
VideoStitcherServiceGrpc.VideoStitcherServiceFutureStub. listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.void
VideoStitcherServiceGrpc.VideoStitcherServiceStub. listCdnKeys(ListCdnKeysRequest request, io.grpc.stub.StreamObserver<ListCdnKeysResponse> responseObserver)
Lists all CDN keys in the specified project and location.ListCdnKeysRequest.Builder
ListCdnKeysRequest.Builder. mergeFrom(ListCdnKeysRequest other)
static ListCdnKeysRequest.Builder
ListCdnKeysRequest. newBuilder(ListCdnKeysRequest prototype)
Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type ListCdnKeysRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceClient.ListCdnKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, com.google.api.core.ApiFuture<ListCdnKeysResponse> futureResponse)
protected VideoStitcherServiceClient.ListCdnKeysPage
VideoStitcherServiceClient.ListCdnKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, ListCdnKeysResponse response)
com.google.api.core.ApiFuture<VideoStitcherServiceClient.ListCdnKeysPage>
VideoStitcherServiceClient.ListCdnKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey> context, com.google.api.core.ApiFuture<ListCdnKeysResponse> futureResponse)
-
Uses of ListCdnKeysRequest in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type ListCdnKeysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,ListCdnKeysResponse>
GrpcVideoStitcherServiceStub. listCdnKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,ListCdnKeysResponse>
VideoStitcherServiceStub. listCdnKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
GrpcVideoStitcherServiceStub. listCdnKeysPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCdnKeysRequest,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceStub. listCdnKeysPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceStubSettings.Builder. listCdnKeysSettings()
Returns the builder for the settings used for calls to listCdnKeys.com.google.api.gax.rpc.PagedCallSettings<ListCdnKeysRequest,ListCdnKeysResponse,VideoStitcherServiceClient.ListCdnKeysPagedResponse>
VideoStitcherServiceStubSettings. listCdnKeysSettings()
Returns the object with the settings used for calls to listCdnKeys.
-