Uses of Class
com.google.cloud.dialogflow.cx.v3.GetFlowRequest
-
Packages that use GetFlowRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of GetFlowRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return GetFlowRequest Modifier and Type Method Description GetFlowRequestGetFlowRequest.Builder. build()GetFlowRequestGetFlowRequest.Builder. buildPartial()static GetFlowRequestGetFlowRequest. getDefaultInstance()GetFlowRequestGetFlowRequest.Builder. getDefaultInstanceForType()GetFlowRequestGetFlowRequest. getDefaultInstanceForType()static GetFlowRequestGetFlowRequest. parseDelimitedFrom(InputStream input)static GetFlowRequestGetFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowRequestGetFlowRequest. parseFrom(byte[] data)static GetFlowRequestGetFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowRequestGetFlowRequest. parseFrom(com.google.protobuf.ByteString data)static GetFlowRequestGetFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowRequestGetFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFlowRequestGetFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowRequestGetFlowRequest. parseFrom(InputStream input)static GetFlowRequestGetFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlowRequestGetFlowRequest. parseFrom(ByteBuffer data)static GetFlowRequestGetFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type GetFlowRequest Modifier and Type Method Description FlowFlowsClient. getFlow(GetFlowRequest request)Retrieves the specified flow.default voidFlowsGrpc.AsyncService. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Retrieves the specified flow.FlowFlowsGrpc.FlowsBlockingStub. getFlow(GetFlowRequest request)Retrieves the specified flow.com.google.common.util.concurrent.ListenableFuture<Flow>FlowsGrpc.FlowsFutureStub. getFlow(GetFlowRequest request)Retrieves the specified flow.voidFlowsGrpc.FlowsStub. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Retrieves the specified flow.GetFlowRequest.BuilderGetFlowRequest.Builder. mergeFrom(GetFlowRequest other)static GetFlowRequest.BuilderGetFlowRequest. newBuilder(GetFlowRequest prototype) -
Uses of GetFlowRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-