Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListViewsPagedResponse
-
Packages that use ConfigClient.ListViewsPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of ConfigClient.ListViewsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListViewsPagedResponse Modifier and Type Method Description ConfigClient.ListViewsPagedResponse
ConfigClient. listViews(ListViewsRequest request)
Lists views on a log bucket.ConfigClient.ListViewsPagedResponse
ConfigClient. listViews(String parent)
Lists views on a log bucket.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListViewsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListViewsPagedResponse>
ConfigClient.ListViewsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,LogView> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
ConfigClient. listViewsPagedCallable()
Lists views on a log bucket.com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews. -
Uses of ConfigClient.ListViewsPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ConfigClient.ListViewsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2Stub. listViewsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse>
GrpcConfigServiceV2Stub. listViewsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2StubSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse>
ConfigServiceV2StubSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews.
-