public final class SecurityPostureGrpc
Service describing handlers for resources.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(SecurityPostureGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(SecurityPostureGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreatePostureDeploymentMethod()
public static MethodDescriptor<CreatePostureDeploymentRequest,Operation> getCreatePostureDeploymentMethod()
getCreatePostureMethod()
public static MethodDescriptor<CreatePostureRequest,Operation> getCreatePostureMethod()
getDeletePostureDeploymentMethod()
public static MethodDescriptor<DeletePostureDeploymentRequest,Operation> getDeletePostureDeploymentMethod()
getDeletePostureMethod()
public static MethodDescriptor<DeletePostureRequest,Operation> getDeletePostureMethod()
public static MethodDescriptor<ExtractPostureRequest,Operation> getExtractPostureMethod()
getGetPostureDeploymentMethod()
public static MethodDescriptor<GetPostureDeploymentRequest,PostureDeployment> getGetPostureDeploymentMethod()
getGetPostureMethod()
public static MethodDescriptor<GetPostureRequest,Posture> getGetPostureMethod()
getGetPostureTemplateMethod()
public static MethodDescriptor<GetPostureTemplateRequest,PostureTemplate> getGetPostureTemplateMethod()
getListPostureDeploymentsMethod()
public static MethodDescriptor<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse> getListPostureDeploymentsMethod()
getListPostureRevisionsMethod()
public static MethodDescriptor<ListPostureRevisionsRequest,ListPostureRevisionsResponse> getListPostureRevisionsMethod()
getListPostureTemplatesMethod()
public static MethodDescriptor<ListPostureTemplatesRequest,ListPostureTemplatesResponse> getListPostureTemplatesMethod()
getListPosturesMethod()
public static MethodDescriptor<ListPosturesRequest,ListPosturesResponse> getListPosturesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdatePostureDeploymentMethod()
public static MethodDescriptor<UpdatePostureDeploymentRequest,Operation> getUpdatePostureDeploymentMethod()
getUpdatePostureMethod()
public static MethodDescriptor<UpdatePostureRequest,Operation> getUpdatePostureMethod()
newBlockingStub(Channel channel)
public static SecurityPostureGrpc.SecurityPostureBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static SecurityPostureGrpc.SecurityPostureFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static SecurityPostureGrpc.SecurityPostureStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|