@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcWebSecurityScannerStub extends WebSecurityScannerStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcWebSecurityScannerStub(WebSecurityScannerStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcWebSecurityScannerStub, using the given settings.
|
protected |
GrpcWebSecurityScannerStub(WebSecurityScannerStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcWebSecurityScannerStub, using the given settings.
|
protected GrpcWebSecurityScannerStub(WebSecurityScannerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcWebSecurityScannerStub(WebSecurityScannerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcWebSecurityScannerStub create(WebSecurityScannerStubSettings settings) throws IOException
IOException
public static final GrpcWebSecurityScannerStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcWebSecurityScannerStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<CreateScanConfigRequest,ScanConfig> createScanConfigCallable()
createScanConfigCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<DeleteScanConfigRequest,Empty> deleteScanConfigCallable()
deleteScanConfigCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<GetScanConfigRequest,ScanConfig> getScanConfigCallable()
getScanConfigCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,WebSecurityScannerClient.ListScanConfigsPagedResponse> listScanConfigsPagedCallable()
listScanConfigsPagedCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse> listScanConfigsCallable()
listScanConfigsCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<UpdateScanConfigRequest,ScanConfig> updateScanConfigCallable()
updateScanConfigCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<StartScanRunRequest,ScanRun> startScanRunCallable()
startScanRunCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<GetScanRunRequest,ScanRun> getScanRunCallable()
getScanRunCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse> listScanRunsPagedCallable()
listScanRunsPagedCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> listScanRunsCallable()
listScanRunsCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<StopScanRunRequest,ScanRun> stopScanRunCallable()
stopScanRunCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,WebSecurityScannerClient.ListCrawledUrlsPagedResponse> listCrawledUrlsPagedCallable()
listCrawledUrlsPagedCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse> listCrawledUrlsCallable()
listCrawledUrlsCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<GetFindingRequest,Finding> getFindingCallable()
getFindingCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListFindingsRequest,WebSecurityScannerClient.ListFindingsPagedResponse> listFindingsPagedCallable()
listFindingsPagedCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
listFindingsCallable
in class WebSecurityScannerStub
public com.google.api.gax.rpc.UnaryCallable<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> listFindingTypeStatsCallable()
listFindingTypeStatsCallable
in class WebSecurityScannerStub
public final void close()
close
in interface AutoCloseable
close
in class WebSecurityScannerStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.