Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListExclusionsPagedResponse
Packages that use ConfigClient.ListExclusionsPagedResponse
Package
Description
A client to Cloud Logging API
-
Uses of ConfigClient.ListExclusionsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListExclusionsPagedResponseModifier and TypeMethodDescriptionConfigClient.listExclusions(BillingAccountName parent) Lists all the exclusions on the _Default sink in a parent resource.ConfigClient.listExclusions(FolderName parent) Lists all the exclusions on the _Default sink in a parent resource.ConfigClient.listExclusions(ListExclusionsRequest request) Lists all the exclusions on the _Default sink in a parent resource.ConfigClient.listExclusions(OrganizationName parent) Lists all the exclusions on the _Default sink in a parent resource.ConfigClient.listExclusions(ProjectName parent) Lists all the exclusions on the _Default sink in a parent resource.ConfigClient.listExclusions(String parent) Lists all the exclusions on the _Default sink in a parent resource.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListExclusionsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<ConfigClient.ListExclusionsPagedResponse>ConfigClient.ListExclusionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListExclusionsRequest, ListExclusionsResponse, LogExclusion> context, com.google.api.core.ApiFuture<ListExclusionsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> ConfigClient.listExclusionsPagedCallable()Lists all the exclusions on the _Default sink in a parent resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListExclusionsRequest,ListExclusionsResponse, ConfigClient.ListExclusionsPagedResponse> ConfigSettings.Builder.listExclusionsSettings()Returns the builder for the settings used for calls to listExclusions.com.google.api.gax.rpc.PagedCallSettings<ListExclusionsRequest,ListExclusionsResponse, ConfigClient.ListExclusionsPagedResponse> ConfigSettings.listExclusionsSettings()Returns the object with the settings used for calls to listExclusions. -
Uses of ConfigClient.ListExclusionsPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ConfigClient.ListExclusionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> ConfigServiceV2Stub.listExclusionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> GrpcConfigServiceV2Stub.listExclusionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListExclusionsRequest,ListExclusionsResponse, ConfigClient.ListExclusionsPagedResponse> ConfigServiceV2StubSettings.Builder.listExclusionsSettings()Returns the builder for the settings used for calls to listExclusions.com.google.api.gax.rpc.PagedCallSettings<ListExclusionsRequest,ListExclusionsResponse, ConfigClient.ListExclusionsPagedResponse> ConfigServiceV2StubSettings.listExclusionsSettings()Returns the object with the settings used for calls to listExclusions.