Class SecurityCenterSettingsServiceGrpc
- java.lang.Object
-
- com.google.cloud.securitycenter.settings.v1beta1.SecurityCenterSettingsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/securitycenter/settings/v1beta1/securitycenter_settings_service.proto") public final class SecurityCenterSettingsServiceGrpc extends Object
## API Overview The SecurityCenterSettingsService is a sub-api of `securitycenter.googleapis.com`. The service provides methods to manage Security Center Settings, and Component Settings for GCP organizations, folders, projects, and clusters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SecurityCenterSettingsServiceGrpc.AsyncService
## API Overview The SecurityCenterSettingsService is a sub-api of `securitycenter.googleapis.com`.static class
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service SecurityCenterSettingsService.static class
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SecurityCenterSettingsService.static class
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceImplBase
Base class for the server implementation of the service SecurityCenterSettingsService.static class
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub
A stub to allow clients to do asynchronous rpc calls to service SecurityCenterSettingsService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetServiceAccountMethod
public static io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount> getGetServiceAccountMethod()
-
getGetSettingsMethod
public static io.grpc.MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
-
getUpdateSettingsMethod
public static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
-
getResetSettingsMethod
public static io.grpc.MethodDescriptor<ResetSettingsRequest,com.google.protobuf.Empty> getResetSettingsMethod()
-
getBatchGetSettingsMethod
public static io.grpc.MethodDescriptor<BatchGetSettingsRequest,BatchGetSettingsResponse> getBatchGetSettingsMethod()
-
getCalculateEffectiveSettingsMethod
public static io.grpc.MethodDescriptor<CalculateEffectiveSettingsRequest,Settings> getCalculateEffectiveSettingsMethod()
-
getBatchCalculateEffectiveSettingsMethod
public static io.grpc.MethodDescriptor<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> getBatchCalculateEffectiveSettingsMethod()
-
getGetComponentSettingsMethod
public static io.grpc.MethodDescriptor<GetComponentSettingsRequest,ComponentSettings> getGetComponentSettingsMethod()
-
getUpdateComponentSettingsMethod
public static io.grpc.MethodDescriptor<UpdateComponentSettingsRequest,ComponentSettings> getUpdateComponentSettingsMethod()
-
getResetComponentSettingsMethod
public static io.grpc.MethodDescriptor<ResetComponentSettingsRequest,com.google.protobuf.Empty> getResetComponentSettingsMethod()
-
getCalculateEffectiveComponentSettingsMethod
public static io.grpc.MethodDescriptor<CalculateEffectiveComponentSettingsRequest,ComponentSettings> getCalculateEffectiveComponentSettingsMethod()
-
getListDetectorsMethod
public static io.grpc.MethodDescriptor<ListDetectorsRequest,ListDetectorsResponse> getListDetectorsMethod()
-
getListComponentsMethod
public static io.grpc.MethodDescriptor<ListComponentsRequest,ListComponentsResponse> getListComponentsMethod()
-
newStub
public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SecurityCenterSettingsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-