- 0.56.0 (latest)
- 0.55.0
- 0.54.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.6
- 0.5.13
public class GrpcSecurityCenterSettingsServiceStub extends SecurityCenterSettingsServiceStub
gRPC stub implementation for the SecurityCenterSettingsService service API.
This class is for advanced usage and reflects the underlying API directly.
Inheritance
java.lang.Object > SecurityCenterSettingsServiceStub > GrpcSecurityCenterSettingsServiceStubStatic Methods
create(ClientContext clientContext)
public static final GrpcSecurityCenterSettingsServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcSecurityCenterSettingsServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSecurityCenterSettingsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcSecurityCenterSettingsServiceStub |
Type | Description |
IOException |
create(SecurityCenterSettingsServiceStubSettings settings)
public static final GrpcSecurityCenterSettingsServiceStub create(SecurityCenterSettingsServiceStubSettings settings)
Name | Description |
settings | SecurityCenterSettingsServiceStubSettings |
Type | Description |
GrpcSecurityCenterSettingsServiceStub |
Type | Description |
IOException |
Constructors
GrpcSecurityCenterSettingsServiceStub(SecurityCenterSettingsServiceStubSettings settings, ClientContext clientContext)
protected GrpcSecurityCenterSettingsServiceStub(SecurityCenterSettingsServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSecurityCenterSettingsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | SecurityCenterSettingsServiceStubSettings |
clientContext | ClientContext |
GrpcSecurityCenterSettingsServiceStub(SecurityCenterSettingsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSecurityCenterSettingsServiceStub(SecurityCenterSettingsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSecurityCenterSettingsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | SecurityCenterSettingsServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
batchCalculateEffectiveSettingsCallable()
public UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> batchCalculateEffectiveSettingsCallable()
Type | Description |
UnaryCallable<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> |
batchGetSettingsCallable()
public UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse> batchGetSettingsCallable()
Type | Description |
UnaryCallable<BatchGetSettingsRequest,BatchGetSettingsResponse> |
calculateEffectiveComponentSettingsCallable()
public UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings> calculateEffectiveComponentSettingsCallable()
Type | Description |
UnaryCallable<CalculateEffectiveComponentSettingsRequest,ComponentSettings> |
calculateEffectiveSettingsCallable()
public UnaryCallable<CalculateEffectiveSettingsRequest,Settings> calculateEffectiveSettingsCallable()
Type | Description |
UnaryCallable<CalculateEffectiveSettingsRequest,Settings> |
close()
public final void close()
getComponentSettingsCallable()
public UnaryCallable<GetComponentSettingsRequest,ComponentSettings> getComponentSettingsCallable()
Type | Description |
UnaryCallable<GetComponentSettingsRequest,ComponentSettings> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
getServiceAccountCallable()
public UnaryCallable<GetServiceAccountRequest,ServiceAccount> getServiceAccountCallable()
Type | Description |
UnaryCallable<GetServiceAccountRequest,ServiceAccount> |
getSettingsCallable()
public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Type | Description |
UnaryCallable<GetSettingsRequest,Settings> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listComponentsCallable()
public UnaryCallable<ListComponentsRequest,ListComponentsResponse> listComponentsCallable()
Type | Description |
UnaryCallable<ListComponentsRequest,ListComponentsResponse> |
listComponentsPagedCallable()
public UnaryCallable<ListComponentsRequest,SecurityCenterSettingsServiceClient.ListComponentsPagedResponse> listComponentsPagedCallable()
Type | Description |
UnaryCallable<ListComponentsRequest,ListComponentsPagedResponse> |
listDetectorsCallable()
public UnaryCallable<ListDetectorsRequest,ListDetectorsResponse> listDetectorsCallable()
Type | Description |
UnaryCallable<ListDetectorsRequest,ListDetectorsResponse> |
listDetectorsPagedCallable()
public UnaryCallable<ListDetectorsRequest,SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse> listDetectorsPagedCallable()
Type | Description |
UnaryCallable<ListDetectorsRequest,ListDetectorsPagedResponse> |
resetComponentSettingsCallable()
public UnaryCallable<ResetComponentSettingsRequest,Empty> resetComponentSettingsCallable()
Type | Description |
UnaryCallable<ResetComponentSettingsRequest,Empty> |
resetSettingsCallable()
public UnaryCallable<ResetSettingsRequest,Empty> resetSettingsCallable()
Type | Description |
UnaryCallable<ResetSettingsRequest,Empty> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateComponentSettingsCallable()
public UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings> updateComponentSettingsCallable()
Type | Description |
UnaryCallable<UpdateComponentSettingsRequest,ComponentSettings> |
updateSettingsCallable()
public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Type | Description |
UnaryCallable<UpdateSettingsRequest,Settings> |