Class InterceptGrpc (0.94.0)

public final class InterceptGrpc

Service for Third-Party Packet Intercept (TPPI). TPPI is the "in-band" flavor of the Network Security Integrations product.

Inheritance

java.lang.Object > InterceptGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(InterceptGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(InterceptGrpc.AsyncService service)
Parameter
Name Description
service InterceptGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateInterceptDeploymentGroupMethod()

public static MethodDescriptor<CreateInterceptDeploymentGroupRequest,Operation> getCreateInterceptDeploymentGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInterceptDeploymentGroupRequest,Operation>

getCreateInterceptDeploymentMethod()

public static MethodDescriptor<CreateInterceptDeploymentRequest,Operation> getCreateInterceptDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInterceptDeploymentRequest,Operation>

getCreateInterceptEndpointGroupAssociationMethod()

public static MethodDescriptor<CreateInterceptEndpointGroupAssociationRequest,Operation> getCreateInterceptEndpointGroupAssociationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInterceptEndpointGroupAssociationRequest,Operation>

getCreateInterceptEndpointGroupMethod()

public static MethodDescriptor<CreateInterceptEndpointGroupRequest,Operation> getCreateInterceptEndpointGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInterceptEndpointGroupRequest,Operation>

getDeleteInterceptDeploymentGroupMethod()

public static MethodDescriptor<DeleteInterceptDeploymentGroupRequest,Operation> getDeleteInterceptDeploymentGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInterceptDeploymentGroupRequest,Operation>

getDeleteInterceptDeploymentMethod()

public static MethodDescriptor<DeleteInterceptDeploymentRequest,Operation> getDeleteInterceptDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInterceptDeploymentRequest,Operation>

getDeleteInterceptEndpointGroupAssociationMethod()

public static MethodDescriptor<DeleteInterceptEndpointGroupAssociationRequest,Operation> getDeleteInterceptEndpointGroupAssociationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInterceptEndpointGroupAssociationRequest,Operation>

getDeleteInterceptEndpointGroupMethod()

public static MethodDescriptor<DeleteInterceptEndpointGroupRequest,Operation> getDeleteInterceptEndpointGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInterceptEndpointGroupRequest,Operation>

getGetInterceptDeploymentGroupMethod()

public static MethodDescriptor<GetInterceptDeploymentGroupRequest,InterceptDeploymentGroup> getGetInterceptDeploymentGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInterceptDeploymentGroupRequest,InterceptDeploymentGroup>

getGetInterceptDeploymentMethod()

public static MethodDescriptor<GetInterceptDeploymentRequest,InterceptDeployment> getGetInterceptDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInterceptDeploymentRequest,InterceptDeployment>

getGetInterceptEndpointGroupAssociationMethod()

public static MethodDescriptor<GetInterceptEndpointGroupAssociationRequest,InterceptEndpointGroupAssociation> getGetInterceptEndpointGroupAssociationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInterceptEndpointGroupAssociationRequest,InterceptEndpointGroupAssociation>

getGetInterceptEndpointGroupMethod()

public static MethodDescriptor<GetInterceptEndpointGroupRequest,InterceptEndpointGroup> getGetInterceptEndpointGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInterceptEndpointGroupRequest,InterceptEndpointGroup>

getListInterceptDeploymentGroupsMethod()

public static MethodDescriptor<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse> getListInterceptDeploymentGroupsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse>

getListInterceptDeploymentsMethod()

public static MethodDescriptor<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse> getListInterceptDeploymentsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse>

getListInterceptEndpointGroupAssociationsMethod()

public static MethodDescriptor<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse> getListInterceptEndpointGroupAssociationsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse>

getListInterceptEndpointGroupsMethod()

public static MethodDescriptor<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse> getListInterceptEndpointGroupsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateInterceptDeploymentGroupMethod()

public static MethodDescriptor<UpdateInterceptDeploymentGroupRequest,Operation> getUpdateInterceptDeploymentGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInterceptDeploymentGroupRequest,Operation>

getUpdateInterceptDeploymentMethod()

public static MethodDescriptor<UpdateInterceptDeploymentRequest,Operation> getUpdateInterceptDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInterceptDeploymentRequest,Operation>

getUpdateInterceptEndpointGroupAssociationMethod()

public static MethodDescriptor<UpdateInterceptEndpointGroupAssociationRequest,Operation> getUpdateInterceptEndpointGroupAssociationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInterceptEndpointGroupAssociationRequest,Operation>

getUpdateInterceptEndpointGroupMethod()

public static MethodDescriptor<UpdateInterceptEndpointGroupRequest,Operation> getUpdateInterceptEndpointGroupMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInterceptEndpointGroupRequest,Operation>

newBlockingStub(Channel channel)

public static InterceptGrpc.InterceptBlockingStub 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
Returns
Type Description
InterceptGrpc.InterceptBlockingStub

newBlockingV2Stub(Channel channel)

public static InterceptGrpc.InterceptBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InterceptGrpc.InterceptBlockingV2Stub

newFutureStub(Channel channel)

public static InterceptGrpc.InterceptFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InterceptGrpc.InterceptFutureStub

newStub(Channel channel)

public static InterceptGrpc.InterceptStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
InterceptGrpc.InterceptStub