Uses of Class
com.google.cloud.websecurityscanner.v1.WebSecurityScannerClient.ListScanRunsPagedResponse
-
Packages that use WebSecurityScannerClient.ListScanRunsPagedResponse Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1.stub -
-
Uses of WebSecurityScannerClient.ListScanRunsPagedResponse in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return WebSecurityScannerClient.ListScanRunsPagedResponse Modifier and Type Method Description WebSecurityScannerClient.ListScanRunsPagedResponse
WebSecurityScannerClient. listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type WebSecurityScannerClient.ListScanRunsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerClient.ListScanRunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerClient. listScanRunsPagedCallable()
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerSettings.Builder. listScanRunsSettings()
Returns the builder for the settings used for calls to listScanRuns.com.google.api.gax.rpc.PagedCallSettings<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerSettings. listScanRunsSettings()
Returns the object with the settings used for calls to listScanRuns. -
Uses of WebSecurityScannerClient.ListScanRunsPagedResponse in com.google.cloud.websecurityscanner.v1.stub
Methods in com.google.cloud.websecurityscanner.v1.stub that return types with arguments of type WebSecurityScannerClient.ListScanRunsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse>
GrpcWebSecurityScannerStub. listScanRunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse>
HttpJsonWebSecurityScannerStub. listScanRunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerStub. listScanRunsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerStubSettings.Builder. listScanRunsSettings()
Returns the builder for the settings used for calls to listScanRuns.com.google.api.gax.rpc.PagedCallSettings<ListScanRunsRequest,ListScanRunsResponse,WebSecurityScannerClient.ListScanRunsPagedResponse>
WebSecurityScannerStubSettings. listScanRunsSettings()
Returns the object with the settings used for calls to listScanRuns.
-