Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ListCrawledUrlsResponse
-
Packages that use ListCrawledUrlsResponse Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1alpha.stub -
-
Uses of ListCrawledUrlsResponse in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ListCrawledUrlsResponse Modifier and Type Method Description ListCrawledUrlsResponse
ListCrawledUrlsResponse.Builder. build()
ListCrawledUrlsResponse
ListCrawledUrlsResponse.Builder. buildPartial()
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. getDefaultInstance()
ListCrawledUrlsResponse
ListCrawledUrlsResponse.Builder. getDefaultInstanceForType()
ListCrawledUrlsResponse
ListCrawledUrlsResponse. getDefaultInstanceForType()
ListCrawledUrlsResponse
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub. listCrawledUrls(ListCrawledUrlsRequest request)
List CrawledUrls under a given ScanRun.static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseDelimitedFrom(InputStream input)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(byte[] data)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(InputStream input)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(ByteBuffer data)
static ListCrawledUrlsResponse
ListCrawledUrlsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1alpha 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.v1alpha with parameters of type ListCrawledUrlsResponse Modifier and Type Method Description protected WebSecurityScannerClient.ListCrawledUrlsPage
WebSecurityScannerClient.ListCrawledUrlsPage. createPage(com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, ListCrawledUrlsResponse response)
ListCrawledUrlsResponse.Builder
ListCrawledUrlsResponse.Builder. mergeFrom(ListCrawledUrlsResponse other)
static ListCrawledUrlsResponse.Builder
ListCrawledUrlsResponse. newBuilder(ListCrawledUrlsResponse prototype)
Method parameters in com.google.cloud.websecurityscanner.v1alpha 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.ListCrawledUrlsPage
WebSecurityScannerClient.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 void
WebSecurityScannerGrpc.AsyncService. listCrawledUrls(ListCrawledUrlsRequest request, io.grpc.stub.StreamObserver<ListCrawledUrlsResponse> responseObserver)
List CrawledUrls under a given ScanRun.void
WebSecurityScannerGrpc.WebSecurityScannerStub. listCrawledUrls(ListCrawledUrlsRequest request, io.grpc.stub.StreamObserver<ListCrawledUrlsResponse> responseObserver)
List CrawledUrls under a given ScanRun. -
Uses of ListCrawledUrlsResponse in com.google.cloud.websecurityscanner.v1alpha.stub
Methods in com.google.cloud.websecurityscanner.v1alpha.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.
-