Uses of Class
com.google.cloud.websecurityscanner.v1.ListScanConfigsResponse
-
Packages that use ListScanConfigsResponse Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner APIcom.google.cloud.websecurityscanner.v1.stub -
-
Uses of ListScanConfigsResponse in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return ListScanConfigsResponse Modifier and Type Method Description ListScanConfigsResponse
ListScanConfigsResponse.Builder. build()
ListScanConfigsResponse
ListScanConfigsResponse.Builder. buildPartial()
static ListScanConfigsResponse
ListScanConfigsResponse. getDefaultInstance()
ListScanConfigsResponse
ListScanConfigsResponse.Builder. getDefaultInstanceForType()
ListScanConfigsResponse
ListScanConfigsResponse. getDefaultInstanceForType()
ListScanConfigsResponse
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub. listScanConfigs(ListScanConfigsRequest request)
Lists ScanConfigs under a given project.static ListScanConfigsResponse
ListScanConfigsResponse. parseDelimitedFrom(InputStream input)
static ListScanConfigsResponse
ListScanConfigsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(byte[] data)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(InputStream input)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(ByteBuffer data)
static ListScanConfigsResponse
ListScanConfigsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type ListScanConfigsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse>
WebSecurityScannerGrpc. getListScanConfigsMethod()
com.google.protobuf.Parser<ListScanConfigsResponse>
ListScanConfigsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListScanConfigsResponse>
WebSecurityScannerGrpc.WebSecurityScannerFutureStub. listScanConfigs(ListScanConfigsRequest request)
Lists ScanConfigs under a given project.com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse>
WebSecurityScannerClient. listScanConfigsCallable()
Lists ScanConfigs under a given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerSettings.Builder. listScanConfigsSettings()
Returns the builder for the settings used for calls to listScanConfigs.com.google.api.gax.rpc.PagedCallSettings<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerSettings. listScanConfigsSettings()
Returns the object with the settings used for calls to listScanConfigs.static com.google.protobuf.Parser<ListScanConfigsResponse>
ListScanConfigsResponse. parser()
Methods in com.google.cloud.websecurityscanner.v1 with parameters of type ListScanConfigsResponse Modifier and Type Method Description protected WebSecurityScannerClient.ListScanConfigsPage
WebSecurityScannerClient.ListScanConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, ListScanConfigsResponse response)
ListScanConfigsResponse.Builder
ListScanConfigsResponse.Builder. mergeFrom(ListScanConfigsResponse other)
static ListScanConfigsResponse.Builder
ListScanConfigsResponse. newBuilder(ListScanConfigsResponse prototype)
Method parameters in com.google.cloud.websecurityscanner.v1 with type arguments of type ListScanConfigsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerClient.ListScanConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, com.google.api.core.ApiFuture<ListScanConfigsResponse> futureResponse)
static com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerClient.ListScanConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, com.google.api.core.ApiFuture<ListScanConfigsResponse> futureResponse)
protected WebSecurityScannerClient.ListScanConfigsPage
WebSecurityScannerClient.ListScanConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, ListScanConfigsResponse response)
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanConfigsPage>
WebSecurityScannerClient.ListScanConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, com.google.api.core.ApiFuture<ListScanConfigsResponse> futureResponse)
com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanConfigsPage>
WebSecurityScannerClient.ListScanConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, com.google.api.core.ApiFuture<ListScanConfigsResponse> futureResponse)
default void
WebSecurityScannerGrpc.AsyncService. listScanConfigs(ListScanConfigsRequest request, io.grpc.stub.StreamObserver<ListScanConfigsResponse> responseObserver)
Lists ScanConfigs under a given project.void
WebSecurityScannerGrpc.WebSecurityScannerStub. listScanConfigs(ListScanConfigsRequest request, io.grpc.stub.StreamObserver<ListScanConfigsResponse> responseObserver)
Lists ScanConfigs under a given project. -
Uses of ListScanConfigsResponse in com.google.cloud.websecurityscanner.v1.stub
Methods in com.google.cloud.websecurityscanner.v1.stub that return types with arguments of type ListScanConfigsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse>
GrpcWebSecurityScannerStub. listScanConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse>
HttpJsonWebSecurityScannerStub. listScanConfigsCallable()
com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse>
WebSecurityScannerStub. listScanConfigsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerStubSettings.Builder. listScanConfigsSettings()
Returns the builder for the settings used for calls to listScanConfigs.com.google.api.gax.rpc.PagedCallSettings<ListScanConfigsRequest,ListScanConfigsResponse,WebSecurityScannerClient.ListScanConfigsPagedResponse>
WebSecurityScannerStubSettings. listScanConfigsSettings()
Returns the object with the settings used for calls to listScanConfigs.
-