Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ChangelogsClient.ListChangelogsPagedResponse
-
Packages that use ChangelogsClient.ListChangelogsPagedResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of ChangelogsClient.ListChangelogsPagedResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ChangelogsClient.ListChangelogsPagedResponse Modifier and Type Method Description ChangelogsClient.ListChangelogsPagedResponse
ChangelogsClient. listChangelogs(AgentName parent)
Returns the list of Changelogs.ChangelogsClient.ListChangelogsPagedResponse
ChangelogsClient. listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.ChangelogsClient.ListChangelogsPagedResponse
ChangelogsClient. listChangelogs(String parent)
Returns the list of Changelogs.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ChangelogsClient.ListChangelogsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsClient.ListChangelogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, com.google.api.core.ApiFuture<ListChangelogsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsClient. listChangelogsPagedCallable()
Returns the list of Changelogs.com.google.api.gax.rpc.PagedCallSettings.Builder<ListChangelogsRequest,ListChangelogsResponse,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsSettings.Builder. listChangelogsSettings()
Returns the builder for the settings used for calls to listChangelogs.com.google.api.gax.rpc.PagedCallSettings<ListChangelogsRequest,ListChangelogsResponse,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsSettings. listChangelogsSettings()
Returns the object with the settings used for calls to listChangelogs. -
Uses of ChangelogsClient.ListChangelogsPagedResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type ChangelogsClient.ListChangelogsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsStub. listChangelogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse>
GrpcChangelogsStub. listChangelogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse>
HttpJsonChangelogsStub. listChangelogsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListChangelogsRequest,ListChangelogsResponse,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsStubSettings.Builder. listChangelogsSettings()
Returns the builder for the settings used for calls to listChangelogs.com.google.api.gax.rpc.PagedCallSettings<ListChangelogsRequest,ListChangelogsResponse,ChangelogsClient.ListChangelogsPagedResponse>
ChangelogsStubSettings. listChangelogsSettings()
Returns the object with the settings used for calls to listChangelogs.
-