Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetFlowRequest
-
Packages that use GetFlowRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetFlowRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetFlowRequest Modifier and Type Method Description GetFlowRequest
GetFlowRequest.Builder. build()
GetFlowRequest
GetFlowRequest.Builder. buildPartial()
static GetFlowRequest
GetFlowRequest. getDefaultInstance()
GetFlowRequest
GetFlowRequest.Builder. getDefaultInstanceForType()
GetFlowRequest
GetFlowRequest. getDefaultInstanceForType()
static GetFlowRequest
GetFlowRequest. parseDelimitedFrom(InputStream input)
static GetFlowRequest
GetFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFlowRequest
GetFlowRequest. parseFrom(byte[] data)
static GetFlowRequest
GetFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFlowRequest
GetFlowRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFlowRequest
GetFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFlowRequest
GetFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFlowRequest
GetFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFlowRequest
GetFlowRequest. parseFrom(InputStream input)
static GetFlowRequest
GetFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFlowRequest
GetFlowRequest. parseFrom(ByteBuffer data)
static GetFlowRequest
GetFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GetFlowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
FlowsClient. getFlowCallable()
Retrieves the specified flow.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFlowRequest,Flow>
FlowsSettings.Builder. getFlowSettings()
Returns the builder for the settings used for calls to getFlow.com.google.api.gax.rpc.UnaryCallSettings<GetFlowRequest,Flow>
FlowsSettings. getFlowSettings()
Returns the object with the settings used for calls to getFlow.static io.grpc.MethodDescriptor<GetFlowRequest,Flow>
FlowsGrpc. getGetFlowMethod()
com.google.protobuf.Parser<GetFlowRequest>
GetFlowRequest. getParserForType()
static com.google.protobuf.Parser<GetFlowRequest>
GetFlowRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GetFlowRequest Modifier and Type Method Description Flow
FlowsClient. getFlow(GetFlowRequest request)
Retrieves the specified flow.default void
FlowsGrpc.AsyncService. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Retrieves the specified flow.Flow
FlowsGrpc.FlowsBlockingStub. getFlow(GetFlowRequest request)
Retrieves the specified flow.com.google.common.util.concurrent.ListenableFuture<Flow>
FlowsGrpc.FlowsFutureStub. getFlow(GetFlowRequest request)
Retrieves the specified flow.void
FlowsGrpc.FlowsStub. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Retrieves the specified flow.GetFlowRequest.Builder
GetFlowRequest.Builder. mergeFrom(GetFlowRequest other)
static GetFlowRequest.Builder
GetFlowRequest. newBuilder(GetFlowRequest prototype)
-
Uses of GetFlowRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type GetFlowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
FlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
GrpcFlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
HttpJsonFlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFlowRequest,Flow>
FlowsStubSettings.Builder. getFlowSettings()
Returns the builder for the settings used for calls to getFlow.com.google.api.gax.rpc.UnaryCallSettings<GetFlowRequest,Flow>
FlowsStubSettings. getFlowSettings()
Returns the object with the settings used for calls to getFlow.
-