Class SecurityCenterGrpc
- java.lang.Object
-
- com.google.cloud.securitycenter.v1p1beta1.SecurityCenterGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/securitycenter/v1p1beta1/securitycenter_service.proto") public final class SecurityCenterGrpc extends Object
V1p1Beta1 APIs for Security Center service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityCenterGrpc.AsyncServiceV1p1Beta1 APIs for Security Center service.static classSecurityCenterGrpc.SecurityCenterBlockingStubA stub to allow clients to do synchronous rpc calls to service SecurityCenter.static classSecurityCenterGrpc.SecurityCenterFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service SecurityCenter.static classSecurityCenterGrpc.SecurityCenterImplBaseBase class for the server implementation of the service SecurityCenter.static classSecurityCenterGrpc.SecurityCenterStubA stub to allow clients to do asynchronous rpc calls to service SecurityCenter.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(SecurityCenterGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateFindingRequest,Finding>getCreateFindingMethod()static io.grpc.MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig>getCreateNotificationConfigMethod()static io.grpc.MethodDescriptor<CreateSourceRequest,Source>getCreateSourceMethod()static io.grpc.MethodDescriptor<DeleteNotificationConfigRequest,com.google.protobuf.Empty>getDeleteNotificationConfigMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>getGetIamPolicyMethod()static io.grpc.MethodDescriptor<GetNotificationConfigRequest,NotificationConfig>getGetNotificationConfigMethod()static io.grpc.MethodDescriptor<GetOrganizationSettingsRequest,OrganizationSettings>getGetOrganizationSettingsMethod()static io.grpc.MethodDescriptor<GetSourceRequest,Source>getGetSourceMethod()static io.grpc.MethodDescriptor<GroupAssetsRequest,GroupAssetsResponse>getGroupAssetsMethod()static io.grpc.MethodDescriptor<GroupFindingsRequest,GroupFindingsResponse>getGroupFindingsMethod()static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse>getListAssetsMethod()static io.grpc.MethodDescriptor<ListFindingsRequest,ListFindingsResponse>getListFindingsMethod()static io.grpc.MethodDescriptor<ListNotificationConfigsRequest,ListNotificationConfigsResponse>getListNotificationConfigsMethod()static io.grpc.MethodDescriptor<ListSourcesRequest,ListSourcesResponse>getListSourcesMethod()static io.grpc.MethodDescriptor<RunAssetDiscoveryRequest,com.google.longrunning.Operation>getRunAssetDiscoveryMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SetFindingStateRequest,Finding>getSetFindingStateMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>getSetIamPolicyMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>getTestIamPermissionsMethod()static io.grpc.MethodDescriptor<UpdateFindingRequest,Finding>getUpdateFindingMethod()static io.grpc.MethodDescriptor<UpdateNotificationConfigRequest,NotificationConfig>getUpdateNotificationConfigMethod()static io.grpc.MethodDescriptor<UpdateOrganizationSettingsRequest,OrganizationSettings>getUpdateOrganizationSettingsMethod()static io.grpc.MethodDescriptor<UpdateSecurityMarksRequest,SecurityMarks>getUpdateSecurityMarksMethod()static io.grpc.MethodDescriptor<UpdateSourceRequest,Source>getUpdateSourceMethod()static SecurityCenterGrpc.SecurityCenterBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SecurityCenterGrpc.SecurityCenterFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SecurityCenterGrpc.SecurityCenterStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSourceMethod
public static io.grpc.MethodDescriptor<CreateSourceRequest,Source> getCreateSourceMethod()
-
getCreateFindingMethod
public static io.grpc.MethodDescriptor<CreateFindingRequest,Finding> getCreateFindingMethod()
-
getCreateNotificationConfigMethod
public static io.grpc.MethodDescriptor<CreateNotificationConfigRequest,NotificationConfig> getCreateNotificationConfigMethod()
-
getDeleteNotificationConfigMethod
public static io.grpc.MethodDescriptor<DeleteNotificationConfigRequest,com.google.protobuf.Empty> getDeleteNotificationConfigMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getGetNotificationConfigMethod
public static io.grpc.MethodDescriptor<GetNotificationConfigRequest,NotificationConfig> getGetNotificationConfigMethod()
-
getGetOrganizationSettingsMethod
public static io.grpc.MethodDescriptor<GetOrganizationSettingsRequest,OrganizationSettings> getGetOrganizationSettingsMethod()
-
getGetSourceMethod
public static io.grpc.MethodDescriptor<GetSourceRequest,Source> getGetSourceMethod()
-
getGroupAssetsMethod
public static io.grpc.MethodDescriptor<GroupAssetsRequest,GroupAssetsResponse> getGroupAssetsMethod()
-
getGroupFindingsMethod
public static io.grpc.MethodDescriptor<GroupFindingsRequest,GroupFindingsResponse> getGroupFindingsMethod()
-
getListAssetsMethod
public static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
-
getListFindingsMethod
public static io.grpc.MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
-
getListNotificationConfigsMethod
public static io.grpc.MethodDescriptor<ListNotificationConfigsRequest,ListNotificationConfigsResponse> getListNotificationConfigsMethod()
-
getListSourcesMethod
public static io.grpc.MethodDescriptor<ListSourcesRequest,ListSourcesResponse> getListSourcesMethod()
-
getRunAssetDiscoveryMethod
public static io.grpc.MethodDescriptor<RunAssetDiscoveryRequest,com.google.longrunning.Operation> getRunAssetDiscoveryMethod()
-
getSetFindingStateMethod
public static io.grpc.MethodDescriptor<SetFindingStateRequest,Finding> getSetFindingStateMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getUpdateFindingMethod
public static io.grpc.MethodDescriptor<UpdateFindingRequest,Finding> getUpdateFindingMethod()
-
getUpdateNotificationConfigMethod
public static io.grpc.MethodDescriptor<UpdateNotificationConfigRequest,NotificationConfig> getUpdateNotificationConfigMethod()
-
getUpdateOrganizationSettingsMethod
public static io.grpc.MethodDescriptor<UpdateOrganizationSettingsRequest,OrganizationSettings> getUpdateOrganizationSettingsMethod()
-
getUpdateSourceMethod
public static io.grpc.MethodDescriptor<UpdateSourceRequest,Source> getUpdateSourceMethod()
-
getUpdateSecurityMarksMethod
public static io.grpc.MethodDescriptor<UpdateSecurityMarksRequest,SecurityMarks> getUpdateSecurityMarksMethod()
-
newStub
public static SecurityCenterGrpc.SecurityCenterStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SecurityCenterGrpc.SecurityCenterBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SecurityCenterGrpc.SecurityCenterFutureStub 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(SecurityCenterGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-