@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2beta/control_service.proto") public final class ControlServiceGrpc extends Object
Service for modifying Control.
| Modifier and Type | Class and Description |
|---|---|
static class |
ControlServiceGrpc.ControlServiceBlockingStub
Service for modifying Control.
|
static class |
ControlServiceGrpc.ControlServiceFutureStub
Service for modifying Control.
|
static class |
ControlServiceGrpc.ControlServiceImplBase
Service for modifying Control.
|
static class |
ControlServiceGrpc.ControlServiceStub
Service for modifying Control.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateControlRequest,Control> |
getCreateControlMethod() |
static io.grpc.MethodDescriptor<DeleteControlRequest,com.google.protobuf.Empty> |
getDeleteControlMethod() |
static io.grpc.MethodDescriptor<GetControlRequest,Control> |
getGetControlMethod() |
static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse> |
getListControlsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateControlRequest,Control> |
getUpdateControlMethod() |
static ControlServiceGrpc.ControlServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ControlServiceGrpc.ControlServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ControlServiceGrpc.ControlServiceStub |
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<CreateControlRequest,Control> getCreateControlMethod()
public static io.grpc.MethodDescriptor<DeleteControlRequest,com.google.protobuf.Empty> getDeleteControlMethod()
public static io.grpc.MethodDescriptor<UpdateControlRequest,Control> getUpdateControlMethod()
public static io.grpc.MethodDescriptor<GetControlRequest,Control> getGetControlMethod()
public static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse> getListControlsMethod()
public static ControlServiceGrpc.ControlServiceStub newStub(io.grpc.Channel channel)
public static ControlServiceGrpc.ControlServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ControlServiceGrpc.ControlServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.