Class SecurityCenterGrpc
- java.lang.Object
-
- com.google.cloud.securitycenter.v1beta1.SecurityCenterGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/securitycenter/v1beta1/securitycenter_service.proto") public final class SecurityCenterGrpc extends Object
V1 Beta APIs for Security Center service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SecurityCenterGrpc.AsyncService
V1 Beta APIs for Security Center service.static class
SecurityCenterGrpc.SecurityCenterBlockingStub
A stub to allow clients to do synchronous rpc calls to service SecurityCenter.static class
SecurityCenterGrpc.SecurityCenterFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SecurityCenter.static class
SecurityCenterGrpc.SecurityCenterImplBase
Base class for the server implementation of the service SecurityCenter.static class
SecurityCenterGrpc.SecurityCenterStub
A stub to allow clients to do asynchronous rpc calls to service SecurityCenter.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(SecurityCenterGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateFindingRequest,Finding>
getCreateFindingMethod()
static io.grpc.MethodDescriptor<CreateSourceRequest,Source>
getCreateSourceMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
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<ListSourcesRequest,ListSourcesResponse>
getListSourcesMethod()
static io.grpc.MethodDescriptor<RunAssetDiscoveryRequest,com.google.longrunning.Operation>
getRunAssetDiscoveryMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
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<UpdateOrganizationSettingsRequest,OrganizationSettings>
getUpdateOrganizationSettingsMethod()
static io.grpc.MethodDescriptor<UpdateSecurityMarksRequest,SecurityMarks>
getUpdateSecurityMarksMethod()
static io.grpc.MethodDescriptor<UpdateSourceRequest,Source>
getUpdateSourceMethod()
static SecurityCenterGrpc.SecurityCenterBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SecurityCenterGrpc.SecurityCenterFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SecurityCenterGrpc.SecurityCenterStub
newStub(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()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
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()
-
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()
-
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()
-
-