Class DnsThreatDetectorServiceGrpc (0.85.0)

public final class DnsThreatDetectorServiceGrpc

The Network Security API for DNS Threat Detectors.

Inheritance

java.lang.Object > DnsThreatDetectorServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DnsThreatDetectorServiceGrpc.AsyncService service)

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

getCreateDnsThreatDetectorMethod()

public static MethodDescriptor<CreateDnsThreatDetectorRequest,DnsThreatDetector> getCreateDnsThreatDetectorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDnsThreatDetectorRequest,DnsThreatDetector>

getDeleteDnsThreatDetectorMethod()

public static MethodDescriptor<DeleteDnsThreatDetectorRequest,Empty> getDeleteDnsThreatDetectorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteDnsThreatDetectorRequest,Empty>

getGetDnsThreatDetectorMethod()

public static MethodDescriptor<GetDnsThreatDetectorRequest,DnsThreatDetector> getGetDnsThreatDetectorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDnsThreatDetectorRequest,DnsThreatDetector>

getListDnsThreatDetectorsMethod()

public static MethodDescriptor<ListDnsThreatDetectorsRequest,ListDnsThreatDetectorsResponse> getListDnsThreatDetectorsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListDnsThreatDetectorsRequest,ListDnsThreatDetectorsResponse>

getServiceDescriptor()

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

getUpdateDnsThreatDetectorMethod()

public static MethodDescriptor<UpdateDnsThreatDetectorRequest,DnsThreatDetector> getUpdateDnsThreatDetectorMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDnsThreatDetectorRequest,DnsThreatDetector>

newBlockingStub(Channel channel)

public static DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceBlockingStub 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
DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceBlockingV2Stub 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
DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceFutureStub 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
DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceFutureStub

newStub(Channel channel)

public static DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceStub 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
DnsThreatDetectorServiceGrpc.DnsThreatDetectorServiceStub