Uses of Class
com.google.cloud.websecurityscanner.v1.ListCrawledUrlsResponse
-
Packages that use ListCrawledUrlsResponse Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1.stub -
-
Uses of ListCrawledUrlsResponse in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return ListCrawledUrlsResponse Modifier and Type Method Description ListCrawledUrlsResponseListCrawledUrlsResponse.Builder. build()ListCrawledUrlsResponseListCrawledUrlsResponse.Builder. buildPartial()static ListCrawledUrlsResponseListCrawledUrlsResponse. getDefaultInstance()ListCrawledUrlsResponseListCrawledUrlsResponse.Builder. getDefaultInstanceForType()ListCrawledUrlsResponseListCrawledUrlsResponse. getDefaultInstanceForType()ListCrawledUrlsResponseWebSecurityScannerGrpc.WebSecurityScannerBlockingStub. listCrawledUrls(ListCrawledUrlsRequest request)List CrawledUrls under a given ScanRun.static ListCrawledUrlsResponseListCrawledUrlsResponse. parseDelimitedFrom(InputStream input)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(byte[] data)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(com.google.protobuf.ByteString data)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(InputStream input)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(ByteBuffer data)static ListCrawledUrlsResponseListCrawledUrlsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type ListCrawledUrlsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse>WebSecurityScannerGrpc. getListCrawledUrlsMethod()com.google.protobuf.Parser<ListCrawledUrlsResponse>ListCrawledUrlsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListCrawledUrlsResponse>WebSecurityScannerGrpc.WebSecurityScannerFutureStub. listCrawledUrls(ListCrawledUrlsRequest request)List CrawledUrls under a given ScanRun.com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse>WebSecurityScannerClient. listCrawledUrlsCallable()List CrawledUrls under a given ScanRun.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerSettings.Builder. listCrawledUrlsSettings()Returns the builder for the settings used for calls to listCrawledUrls.com.google.api.gax.rpc.PagedCallSettings<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerSettings. listCrawledUrlsSettings()Returns the object with the settings used for calls to listCrawledUrls.static com.google.protobuf.Parser<ListCrawledUrlsResponse>ListCrawledUrlsResponse. parser()Methods in com.google.cloud.websecurityscanner.v1 with parameters of type ListCrawledUrlsResponse Modifier and Type Method Description protected WebSecurityScannerClient.ListCrawledUrlsPageWebSecurityScannerClient.ListCrawledUrlsPage. createPage(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, ListCrawledUrlsResponse response)ListCrawledUrlsResponse.BuilderListCrawledUrlsResponse.Builder. mergeFrom(ListCrawledUrlsResponse other)static ListCrawledUrlsResponse.BuilderListCrawledUrlsResponse. newBuilder(ListCrawledUrlsResponse prototype)Method parameters in com.google.cloud.websecurityscanner.v1 with type arguments of type ListCrawledUrlsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerClient.ListCrawledUrlsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, com.google.api.core.ApiFuture<ListCrawledUrlsResponse> futureResponse)static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerClient.ListCrawledUrlsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, com.google.api.core.ApiFuture<ListCrawledUrlsResponse> futureResponse)protected WebSecurityScannerClient.ListCrawledUrlsPageWebSecurityScannerClient.ListCrawledUrlsPage. createPage(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, ListCrawledUrlsResponse response)com.google.api.core.ApiFuture<WebSecurityScannerClient.ListCrawledUrlsPage>WebSecurityScannerClient.ListCrawledUrlsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, com.google.api.core.ApiFuture<ListCrawledUrlsResponse> futureResponse)com.google.api.core.ApiFuture<WebSecurityScannerClient.ListCrawledUrlsPage>WebSecurityScannerClient.ListCrawledUrlsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, com.google.api.core.ApiFuture<ListCrawledUrlsResponse> futureResponse)default voidWebSecurityScannerGrpc.AsyncService. listCrawledUrls(ListCrawledUrlsRequest request, io.grpc.stub.StreamObserver<ListCrawledUrlsResponse> responseObserver)List CrawledUrls under a given ScanRun.voidWebSecurityScannerGrpc.WebSecurityScannerStub. listCrawledUrls(ListCrawledUrlsRequest request, io.grpc.stub.StreamObserver<ListCrawledUrlsResponse> responseObserver)List CrawledUrls under a given ScanRun. -
Uses of ListCrawledUrlsResponse in com.google.cloud.websecurityscanner.v1.stub
Methods in com.google.cloud.websecurityscanner.v1.stub that return types with arguments of type ListCrawledUrlsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse>GrpcWebSecurityScannerStub. listCrawledUrlsCallable()com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse>HttpJsonWebSecurityScannerStub. listCrawledUrlsCallable()com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse>WebSecurityScannerStub. listCrawledUrlsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerStubSettings.Builder. listCrawledUrlsSettings()Returns the builder for the settings used for calls to listCrawledUrls.com.google.api.gax.rpc.PagedCallSettings<ListCrawledUrlsRequest,ListCrawledUrlsResponse,WebSecurityScannerClient.ListCrawledUrlsPagedResponse>WebSecurityScannerStubSettings. listCrawledUrlsSettings()Returns the object with the settings used for calls to listCrawledUrls.
-