Class GrpcSecurityCenterStub (2.5.6)

public class GrpcSecurityCenterStub extends SecurityCenterStub

gRPC stub implementation for the SecurityCenter service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SecurityCenterStub > GrpcSecurityCenterStub

Static Methods

create(ClientContext clientContext)

public static final GrpcSecurityCenterStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcSecurityCenterStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcSecurityCenterStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcSecurityCenterStub
Exceptions
TypeDescription
IOException

create(SecurityCenterStubSettings settings)

public static final GrpcSecurityCenterStub create(SecurityCenterStubSettings settings)
Parameter
NameDescription
settingsSecurityCenterStubSettings
Returns
TypeDescription
GrpcSecurityCenterStub
Exceptions
TypeDescription
IOException

Constructors

GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext)

protected GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcSecurityCenterStub, 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.

Parameters
NameDescription
settingsSecurityCenterStubSettings
clientContextClientContext

GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcSecurityCenterStub(SecurityCenterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcSecurityCenterStub, 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.

Parameters
NameDescription
settingsSecurityCenterStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createFindingCallable()

public UnaryCallable<CreateFindingRequest,Finding> createFindingCallable()
Returns
TypeDescription
UnaryCallable<CreateFindingRequest,Finding>
Overrides

createNotificationConfigCallable()

public UnaryCallable<CreateNotificationConfigRequest,NotificationConfig> createNotificationConfigCallable()
Returns
TypeDescription
UnaryCallable<CreateNotificationConfigRequest,NotificationConfig>
Overrides

createSourceCallable()

public UnaryCallable<CreateSourceRequest,Source> createSourceCallable()
Returns
TypeDescription
UnaryCallable<CreateSourceRequest,Source>
Overrides

deleteNotificationConfigCallable()

public UnaryCallable<DeleteNotificationConfigRequest,Empty> deleteNotificationConfigCallable()
Returns
TypeDescription
UnaryCallable<DeleteNotificationConfigRequest,Empty>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getNotificationConfigCallable()

public UnaryCallable<GetNotificationConfigRequest,NotificationConfig> getNotificationConfigCallable()
Returns
TypeDescription
UnaryCallable<GetNotificationConfigRequest,NotificationConfig>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

getOrganizationSettingsCallable()

public UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings> getOrganizationSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetOrganizationSettingsRequest,OrganizationSettings>
Overrides

getSourceCallable()

public UnaryCallable<GetSourceRequest,Source> getSourceCallable()
Returns
TypeDescription
UnaryCallable<GetSourceRequest,Source>
Overrides

groupAssetsCallable()

public UnaryCallable<GroupAssetsRequest,GroupAssetsResponse> groupAssetsCallable()
Returns
TypeDescription
UnaryCallable<GroupAssetsRequest,GroupAssetsResponse>
Overrides

groupAssetsPagedCallable()

public UnaryCallable<GroupAssetsRequest,SecurityCenterClient.GroupAssetsPagedResponse> groupAssetsPagedCallable()
Returns
TypeDescription
UnaryCallable<GroupAssetsRequest,GroupAssetsPagedResponse>
Overrides

groupFindingsCallable()

public UnaryCallable<GroupFindingsRequest,GroupFindingsResponse> groupFindingsCallable()
Returns
TypeDescription
UnaryCallable<GroupFindingsRequest,GroupFindingsResponse>
Overrides

groupFindingsPagedCallable()

public UnaryCallable<GroupFindingsRequest,SecurityCenterClient.GroupFindingsPagedResponse> groupFindingsPagedCallable()
Returns
TypeDescription
UnaryCallable<GroupFindingsRequest,GroupFindingsPagedResponse>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAssetsCallable()

public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns
TypeDescription
UnaryCallable<ListAssetsRequest,ListAssetsResponse>
Overrides

listAssetsPagedCallable()

public UnaryCallable<ListAssetsRequest,SecurityCenterClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse>
Overrides

listFindingsCallable()

public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
Returns
TypeDescription
UnaryCallable<ListFindingsRequest,ListFindingsResponse>
Overrides

listFindingsPagedCallable()

public UnaryCallable<ListFindingsRequest,SecurityCenterClient.ListFindingsPagedResponse> listFindingsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListFindingsRequest,ListFindingsPagedResponse>
Overrides

listNotificationConfigsCallable()

public UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsResponse> listNotificationConfigsCallable()
Returns
TypeDescription
UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsResponse>
Overrides

listNotificationConfigsPagedCallable()

public UnaryCallable<ListNotificationConfigsRequest,SecurityCenterClient.ListNotificationConfigsPagedResponse> listNotificationConfigsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListNotificationConfigsRequest,ListNotificationConfigsPagedResponse>
Overrides

listSourcesCallable()

public UnaryCallable<ListSourcesRequest,ListSourcesResponse> listSourcesCallable()
Returns
TypeDescription
UnaryCallable<ListSourcesRequest,ListSourcesResponse>
Overrides

listSourcesPagedCallable()

public UnaryCallable<ListSourcesRequest,SecurityCenterClient.ListSourcesPagedResponse> listSourcesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSourcesRequest,ListSourcesPagedResponse>
Overrides

runAssetDiscoveryCallable()

public UnaryCallable<RunAssetDiscoveryRequest,Operation> runAssetDiscoveryCallable()
Returns
TypeDescription
UnaryCallable<RunAssetDiscoveryRequest,Operation>
Overrides

runAssetDiscoveryOperationCallable()

public OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,Empty> runAssetDiscoveryOperationCallable()
Returns
TypeDescription
OperationCallable<RunAssetDiscoveryRequest,RunAssetDiscoveryResponse,Empty>
Overrides

setFindingStateCallable()

public UnaryCallable<SetFindingStateRequest,Finding> setFindingStateCallable()
Returns
TypeDescription
UnaryCallable<SetFindingStateRequest,Finding>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateFindingCallable()

public UnaryCallable<UpdateFindingRequest,Finding> updateFindingCallable()
Returns
TypeDescription
UnaryCallable<UpdateFindingRequest,Finding>
Overrides

updateNotificationConfigCallable()

public UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig> updateNotificationConfigCallable()
Returns
TypeDescription
UnaryCallable<UpdateNotificationConfigRequest,NotificationConfig>
Overrides

updateOrganizationSettingsCallable()

public UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings> updateOrganizationSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateOrganizationSettingsRequest,OrganizationSettings>
Overrides

updateSecurityMarksCallable()

public UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks> updateSecurityMarksCallable()
Returns
TypeDescription
UnaryCallable<UpdateSecurityMarksRequest,SecurityMarks>
Overrides

updateSourceCallable()

public UnaryCallable<UpdateSourceRequest,Source> updateSourceCallable()
Returns
TypeDescription
UnaryCallable<UpdateSourceRequest,Source>
Overrides