@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/cx/v3/flow.proto") public final class FlowsGrpc extends Object
Service for managing [Flows][google.cloud.dialogflow.cx.v3.Flow].
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlowsGrpc.AsyncService
Service for managing [Flows][google.cloud.dialogflow.cx.v3.Flow].
|
static class |
FlowsGrpc.FlowsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Flows.
|
static class |
FlowsGrpc.FlowsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Flows.
|
static class |
FlowsGrpc.FlowsImplBase
Base class for the server implementation of the service Flows.
|
static class |
FlowsGrpc.FlowsStub
A stub to allow clients to do asynchronous rpc calls to service Flows.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(FlowsGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateFlowRequest,Flow> |
getCreateFlowMethod() |
static io.grpc.MethodDescriptor<DeleteFlowRequest,com.google.protobuf.Empty> |
getDeleteFlowMethod() |
static io.grpc.MethodDescriptor<ExportFlowRequest,com.google.longrunning.Operation> |
getExportFlowMethod() |
static io.grpc.MethodDescriptor<GetFlowRequest,Flow> |
getGetFlowMethod() |
static io.grpc.MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult> |
getGetFlowValidationResultMethod() |
static io.grpc.MethodDescriptor<ImportFlowRequest,com.google.longrunning.Operation> |
getImportFlowMethod() |
static io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse> |
getListFlowsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<TrainFlowRequest,com.google.longrunning.Operation> |
getTrainFlowMethod() |
static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow> |
getUpdateFlowMethod() |
static io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult> |
getValidateFlowMethod() |
static FlowsGrpc.FlowsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FlowsGrpc.FlowsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FlowsGrpc.FlowsStub |
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<CreateFlowRequest,Flow> getCreateFlowMethod()
public static io.grpc.MethodDescriptor<DeleteFlowRequest,com.google.protobuf.Empty> getDeleteFlowMethod()
public static io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse> getListFlowsMethod()
public static io.grpc.MethodDescriptor<GetFlowRequest,Flow> getGetFlowMethod()
public static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow> getUpdateFlowMethod()
public static io.grpc.MethodDescriptor<TrainFlowRequest,com.google.longrunning.Operation> getTrainFlowMethod()
public static io.grpc.MethodDescriptor<ValidateFlowRequest,FlowValidationResult> getValidateFlowMethod()
public static io.grpc.MethodDescriptor<GetFlowValidationResultRequest,FlowValidationResult> getGetFlowValidationResultMethod()
public static io.grpc.MethodDescriptor<ImportFlowRequest,com.google.longrunning.Operation> getImportFlowMethod()
public static io.grpc.MethodDescriptor<ExportFlowRequest,com.google.longrunning.Operation> getExportFlowMethod()
public static FlowsGrpc.FlowsStub newStub(io.grpc.Channel channel)
public static FlowsGrpc.FlowsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FlowsGrpc.FlowsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FlowsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.