Uses of Class
com.google.cloud.dialogflow.v2beta1.VersionsClient.ListVersionsPagedResponse
-
Packages that use VersionsClient.ListVersionsPagedResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of VersionsClient.ListVersionsPagedResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return VersionsClient.ListVersionsPagedResponse Modifier and Type Method Description VersionsClient.ListVersionsPagedResponse
VersionsClient. listVersions(AgentName parent)
Returns the list of all versions of the specified agent.VersionsClient.ListVersionsPagedResponse
VersionsClient. listVersions(ListVersionsRequest request)
Returns the list of all versions of the specified agent.VersionsClient.ListVersionsPagedResponse
VersionsClient. listVersions(String parent)
Returns the list of all versions of the specified agent.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type VersionsClient.ListVersionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VersionsClient.ListVersionsPagedResponse>
VersionsClient.ListVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>
VersionsClient. listVersionsPagedCallable()
Returns the list of all versions of the specified agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse>
VersionsSettings.Builder. listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse>
VersionsSettings. listVersionsSettings()
Returns the object with the settings used for calls to listVersions. -
Uses of VersionsClient.ListVersionsPagedResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type VersionsClient.ListVersionsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>
GrpcVersionsStub. listVersionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>
HttpJsonVersionsStub. listVersionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>
VersionsStub. listVersionsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse>
VersionsStubSettings.Builder. listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,VersionsClient.ListVersionsPagedResponse>
VersionsStubSettings. listVersionsSettings()
Returns the object with the settings used for calls to listVersions.
-