@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/ids/v1/ids.proto") public final class IDSGrpc extends Object
The IDS Service
| Modifier and Type | Class and Description |
|---|---|
static interface |
IDSGrpc.AsyncService
The IDS Service
|
static class |
IDSGrpc.IDSBlockingStub
A stub to allow clients to do synchronous rpc calls to service IDS.
|
static class |
IDSGrpc.IDSFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service IDS.
|
static class |
IDSGrpc.IDSImplBase
Base class for the server implementation of the service IDS.
|
static class |
IDSGrpc.IDSStub
A stub to allow clients to do asynchronous rpc calls to service IDS.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(IDSGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEndpointRequest,com.google.longrunning.Operation> |
getCreateEndpointMethod() |
static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.longrunning.Operation> |
getDeleteEndpointMethod() |
static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint> |
getGetEndpointMethod() |
static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> |
getListEndpointsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static IDSGrpc.IDSBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static IDSGrpc.IDSFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static IDSGrpc.IDSStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> getListEndpointsMethod()
public static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint> getGetEndpointMethod()
public static io.grpc.MethodDescriptor<CreateEndpointRequest,com.google.longrunning.Operation> getCreateEndpointMethod()
public static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.longrunning.Operation> getDeleteEndpointMethod()
public static IDSGrpc.IDSStub newStub(io.grpc.Channel channel)
public static IDSGrpc.IDSBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IDSGrpc.IDSFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(IDSGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.