Uses of Class
com.google.cloud.websecurityscanner.v1beta.ListScanRunsResponse
-
Packages that use ListScanRunsResponse Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1beta.stub -
-
Uses of ListScanRunsResponse in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta that return ListScanRunsResponse Modifier and Type Method Description ListScanRunsResponse
ListScanRunsResponse.Builder. build()
ListScanRunsResponse
ListScanRunsResponse.Builder. buildPartial()
static ListScanRunsResponse
ListScanRunsResponse. getDefaultInstance()
ListScanRunsResponse
ListScanRunsResponse.Builder. getDefaultInstanceForType()
ListScanRunsResponse
ListScanRunsResponse. getDefaultInstanceForType()
ListScanRunsResponse
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub. listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.static ListScanRunsResponse
ListScanRunsResponse. parseDelimitedFrom(InputStream input)
static ListScanRunsResponse
ListScanRunsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(byte[] data)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(InputStream input)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(ByteBuffer data)
static ListScanRunsResponse
ListScanRunsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1beta that return types with arguments of type ListScanRunsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse>
WebSecurityScannerGrpc. getListScanRunsMethod()
com.google.protobuf.Parser<ListScanRunsResponse>
ListScanRunsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListScanRunsResponse>
WebSecurityScannerGrpc.WebSecurityScannerFutureStub. listScanRuns(ListScanRunsRequest request)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,ListScanRunsResponse>
WebSecurityScannerClient. listScanRunsCallable()
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.static com.google.protobuf.Parser<ListScanRunsResponse>
ListScanRunsResponse. parser()
Methods in com.google.cloud.websecurityscanner.v1beta with parameters of type ListScanRunsResponse Modifier and Type Method Description protected WebSecurityScannerClient.ListScanRunsPage
WebSecurityScannerClient.ListScanRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, ListScanRunsResponse response)
ListScanRunsResponse.Builder
ListScanRunsResponse.Builder. mergeFrom(ListScanRunsResponse other)
static ListScanRunsResponse.Builder
ListScanRunsResponse. newBuilder(ListScanRunsResponse prototype)
Method parameters in com.google.cloud.websecurityscanner.v1beta with type arguments of type ListScanRunsResponse 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)
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)
protected WebSecurityScannerClient.ListScanRunsPage
WebSecurityScannerClient.ListScanRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, ListScanRunsResponse response)
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPage>
WebSecurityScannerClient.ListScanRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse)
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPage>
WebSecurityScannerClient.ListScanRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse)
default void
WebSecurityScannerGrpc.AsyncService. listScanRuns(ListScanRunsRequest request, io.grpc.stub.StreamObserver<ListScanRunsResponse> responseObserver)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.void
WebSecurityScannerGrpc.WebSecurityScannerStub. listScanRuns(ListScanRunsRequest request, io.grpc.stub.StreamObserver<ListScanRunsResponse> responseObserver)
Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time. -
Uses of ListScanRunsResponse in com.google.cloud.websecurityscanner.v1beta.stub
Methods in com.google.cloud.websecurityscanner.v1beta.stub that return types with arguments of type ListScanRunsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,ListScanRunsResponse>
GrpcWebSecurityScannerStub. listScanRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,ListScanRunsResponse>
HttpJsonWebSecurityScannerStub. listScanRunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,ListScanRunsResponse>
WebSecurityScannerStub. listScanRunsCallable()
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.
-