Class SecurityCenterSettingsServiceGrpc (0.44.0)

public final class SecurityCenterSettingsServiceGrpc

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.

Inheritance

java.lang.Object > SecurityCenterSettingsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(SecurityCenterSettingsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(SecurityCenterSettingsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceSecurityCenterSettingsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getBatchCalculateEffectiveSettingsMethod()

public static MethodDescriptor<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse> getBatchCalculateEffectiveSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsResponse>

getBatchGetSettingsMethod()

public static MethodDescriptor<BatchGetSettingsRequest,BatchGetSettingsResponse> getBatchGetSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchGetSettingsRequest,BatchGetSettingsResponse>

getCalculateEffectiveComponentSettingsMethod()

public static MethodDescriptor<CalculateEffectiveComponentSettingsRequest,ComponentSettings> getCalculateEffectiveComponentSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CalculateEffectiveComponentSettingsRequest,ComponentSettings>

getCalculateEffectiveSettingsMethod()

public static MethodDescriptor<CalculateEffectiveSettingsRequest,Settings> getCalculateEffectiveSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CalculateEffectiveSettingsRequest,Settings>

getGetComponentSettingsMethod()

public static MethodDescriptor<GetComponentSettingsRequest,ComponentSettings> getGetComponentSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetComponentSettingsRequest,ComponentSettings>

getGetServiceAccountMethod()

public static MethodDescriptor<GetServiceAccountRequest,ServiceAccount> getGetServiceAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount>

getGetSettingsMethod()

public static MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSettingsRequest,Settings>

getListComponentsMethod()

public static MethodDescriptor<ListComponentsRequest,ListComponentsResponse> getListComponentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListComponentsRequest,ListComponentsResponse>

getListDetectorsMethod()

public static MethodDescriptor<ListDetectorsRequest,ListDetectorsResponse> getListDetectorsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDetectorsRequest,ListDetectorsResponse>

getResetComponentSettingsMethod()

public static MethodDescriptor<ResetComponentSettingsRequest,Empty> getResetComponentSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResetComponentSettingsRequest,Empty>

getResetSettingsMethod()

public static MethodDescriptor<ResetSettingsRequest,Empty> getResetSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResetSettingsRequest,Empty>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateComponentSettingsMethod()

public static MethodDescriptor<UpdateComponentSettingsRequest,ComponentSettings> getUpdateComponentSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateComponentSettingsRequest,ComponentSettings>

getUpdateSettingsMethod()

public static MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings>

newBlockingStub(Channel channel)

public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceBlockingStub

newFutureStub(Channel channel)

public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceFutureStub

newStub(Channel channel)

public static SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SecurityCenterSettingsServiceGrpc.SecurityCenterSettingsServiceStub