Uses of Class
com.google.cloud.dialogflow.cx.v3.FlowsClient.ListFlowsPagedResponse
-
Packages that use FlowsClient.ListFlowsPagedResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of FlowsClient.ListFlowsPagedResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return FlowsClient.ListFlowsPagedResponse Modifier and Type Method Description FlowsClient.ListFlowsPagedResponse
FlowsClient. listFlows(AgentName parent)
Returns the list of all flows in the specified agent.FlowsClient.ListFlowsPagedResponse
FlowsClient. listFlows(ListFlowsRequest request)
Returns the list of all flows in the specified agent.FlowsClient.ListFlowsPagedResponse
FlowsClient. listFlows(String parent)
Returns the list of all flows in the specified agent.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type FlowsClient.ListFlowsPagedResponse 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)
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. -
Uses of FlowsClient.ListFlowsPagedResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type FlowsClient.ListFlowsPagedResponse Modifier and Type Method Description 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.
-