Uses of Class
com.google.cloud.video.stitcher.v1.VideoStitcherServiceClient.ListCdnKeysPagedResponse
-
Packages that use VideoStitcherServiceClient.ListCdnKeysPagedResponse Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher APIcom.google.cloud.video.stitcher.v1.stub -
-
Uses of VideoStitcherServiceClient.ListCdnKeysPagedResponse in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VideoStitcherServiceClient.ListCdnKeysPagedResponse Modifier and Type Method Description VideoStitcherServiceClient.ListCdnKeysPagedResponse
VideoStitcherServiceClient. listCdnKeys(ListCdnKeysRequest request)
Lists all CDN keys in the specified project and location.VideoStitcherServiceClient.ListCdnKeysPagedResponse
VideoStitcherServiceClient. listCdnKeys(LocationName parent)
Lists all CDN keys in the specified project and location.VideoStitcherServiceClient.ListCdnKeysPagedResponse
VideoStitcherServiceClient. listCdnKeys(String parent)
Lists all CDN keys in the specified project and location.Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VideoStitcherServiceClient.ListCdnKeysPagedResponse 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)
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. -
Uses of VideoStitcherServiceClient.ListCdnKeysPagedResponse in com.google.cloud.video.stitcher.v1.stub
Methods in com.google.cloud.video.stitcher.v1.stub that return types with arguments of type VideoStitcherServiceClient.ListCdnKeysPagedResponse Modifier and Type Method Description 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.
-