Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListLinksPagedResponse
-
Packages that use ConfigClient.ListLinksPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of ConfigClient.ListLinksPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListLinksPagedResponse Modifier and Type Method Description ConfigClient.ListLinksPagedResponse
ConfigClient. listLinks(ListLinksRequest request)
Lists links.ConfigClient.ListLinksPagedResponse
ConfigClient. listLinks(LogBucketName parent)
Lists links.ConfigClient.ListLinksPagedResponse
ConfigClient. listLinks(String parent)
Lists links.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListLinksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListLinksPagedResponse>
ConfigClient.ListLinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>
ConfigClient. listLinksPagedCallable()
Lists links.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>
ConfigSettings.Builder. listLinksSettings()
Returns the builder for the settings used for calls to listLinks.com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>
ConfigSettings. listLinksSettings()
Returns the object with the settings used for calls to listLinks. -
Uses of ConfigClient.ListLinksPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ConfigClient.ListLinksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>
ConfigServiceV2Stub. listLinksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>
GrpcConfigServiceV2Stub. listLinksPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>
ConfigServiceV2StubSettings.Builder. listLinksSettings()
Returns the builder for the settings used for calls to listLinks.com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>
ConfigServiceV2StubSettings. listLinksSettings()
Returns the object with the settings used for calls to listLinks.
-