Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ListFlowsRequest
-
Packages that use ListFlowsRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ListFlowsRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ListFlowsRequest Modifier and Type Method Description ListFlowsRequest
ListFlowsRequest.Builder. build()
ListFlowsRequest
ListFlowsRequest.Builder. buildPartial()
static ListFlowsRequest
ListFlowsRequest. getDefaultInstance()
ListFlowsRequest
ListFlowsRequest.Builder. getDefaultInstanceForType()
ListFlowsRequest
ListFlowsRequest. getDefaultInstanceForType()
static ListFlowsRequest
ListFlowsRequest. parseDelimitedFrom(InputStream input)
static ListFlowsRequest
ListFlowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFlowsRequest
ListFlowsRequest. parseFrom(byte[] data)
static ListFlowsRequest
ListFlowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFlowsRequest
ListFlowsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListFlowsRequest
ListFlowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFlowsRequest
ListFlowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFlowsRequest
ListFlowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFlowsRequest
ListFlowsRequest. parseFrom(InputStream input)
static ListFlowsRequest
ListFlowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFlowsRequest
ListFlowsRequest. parseFrom(ByteBuffer data)
static ListFlowsRequest
ListFlowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ListFlowsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFlowsRequest,ListFlowsResponse>
FlowsGrpc. getListFlowsMethod()
com.google.protobuf.Parser<ListFlowsRequest>
ListFlowsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,ListFlowsResponse>
FlowsClient. listFlowsCallable()
Returns the list of all flows in the specified agent.com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse>
FlowsClient. listFlowsPagedCallable()
Returns the list of all flows in the specified agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse>
FlowsSettings.Builder. listFlowsSettings()
Returns the builder for the settings used for calls to listFlows.com.google.api.gax.rpc.PagedCallSettings<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse>
FlowsSettings. listFlowsSettings()
Returns the object with the settings used for calls to listFlows.static com.google.protobuf.Parser<ListFlowsRequest>
ListFlowsRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ListFlowsRequest Modifier and Type Method Description FlowsClient.ListFlowsPagedResponse
FlowsClient. listFlows(ListFlowsRequest request)
Returns the list of all flows in the specified agent.default void
FlowsGrpc.AsyncService. listFlows(ListFlowsRequest request, io.grpc.stub.StreamObserver<ListFlowsResponse> responseObserver)
Returns the list of all flows in the specified agent.ListFlowsResponse
FlowsGrpc.FlowsBlockingStub. listFlows(ListFlowsRequest request)
Returns the list of all flows in the specified agent.com.google.common.util.concurrent.ListenableFuture<ListFlowsResponse>
FlowsGrpc.FlowsFutureStub. listFlows(ListFlowsRequest request)
Returns the list of all flows in the specified agent.void
FlowsGrpc.FlowsStub. listFlows(ListFlowsRequest request, io.grpc.stub.StreamObserver<ListFlowsResponse> responseObserver)
Returns the list of all flows in the specified agent.ListFlowsRequest.Builder
ListFlowsRequest.Builder. mergeFrom(ListFlowsRequest other)
static ListFlowsRequest.Builder
ListFlowsRequest. newBuilder(ListFlowsRequest prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type ListFlowsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<FlowsClient.ListFlowsPagedResponse>
FlowsClient.ListFlowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, com.google.api.core.ApiFuture<ListFlowsResponse> futureResponse)
protected FlowsClient.ListFlowsPage
FlowsClient.ListFlowsPage. createPage(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ListFlowsResponse response)
com.google.api.core.ApiFuture<FlowsClient.ListFlowsPage>
FlowsClient.ListFlowsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, com.google.api.core.ApiFuture<ListFlowsResponse> futureResponse)
-
Uses of ListFlowsRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ListFlowsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,ListFlowsResponse>
FlowsStub. listFlowsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,ListFlowsResponse>
GrpcFlowsStub. listFlowsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,ListFlowsResponse>
HttpJsonFlowsStub. listFlowsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse>
FlowsStub. listFlowsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse>
GrpcFlowsStub. listFlowsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFlowsRequest,FlowsClient.ListFlowsPagedResponse>
HttpJsonFlowsStub. listFlowsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse>
FlowsStubSettings.Builder. listFlowsSettings()
Returns the builder for the settings used for calls to listFlows.com.google.api.gax.rpc.PagedCallSettings<ListFlowsRequest,ListFlowsResponse,FlowsClient.ListFlowsPagedResponse>
FlowsStubSettings. listFlowsSettings()
Returns the object with the settings used for calls to listFlows.
-