Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListSinksPagedResponse
-
Packages that use ConfigClient.ListSinksPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of ConfigClient.ListSinksPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListSinksPagedResponse Modifier and Type Method Description ConfigClient.ListSinksPagedResponseConfigClient. listSinks(BillingAccountName parent)Lists sinks.ConfigClient.ListSinksPagedResponseConfigClient. listSinks(FolderName parent)Lists sinks.ConfigClient.ListSinksPagedResponseConfigClient. listSinks(ListSinksRequest request)Lists sinks.ConfigClient.ListSinksPagedResponseConfigClient. listSinks(OrganizationName parent)Lists sinks.ConfigClient.ListSinksPagedResponseConfigClient. listSinks(ProjectName parent)Lists sinks.ConfigClient.ListSinksPagedResponseConfigClient. listSinks(String parent)Lists sinks.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListSinksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListSinksPagedResponse>ConfigClient.ListSinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>ConfigClient. listSinksPagedCallable()Lists sinks.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigSettings.Builder. listSinksSettings()Returns the builder for the settings used for calls to listSinks.com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigSettings. listSinksSettings()Returns the object with the settings used for calls to listSinks. -
Uses of ConfigClient.ListSinksPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ConfigClient.ListSinksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>ConfigServiceV2Stub. listSinksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>GrpcConfigServiceV2Stub. listSinksPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigServiceV2StubSettings.Builder. listSinksSettings()Returns the builder for the settings used for calls to listSinks.com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigServiceV2StubSettings. listSinksSettings()Returns the object with the settings used for calls to listSinks.
-