Uses of Class
com.google.cloud.dialogflow.cx.v3.ListChangelogsRequest
-
Packages that use ListChangelogsRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ListChangelogsRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ListChangelogsRequest Modifier and Type Method Description ListChangelogsRequest
ListChangelogsRequest.Builder. build()
ListChangelogsRequest
ListChangelogsRequest.Builder. buildPartial()
static ListChangelogsRequest
ListChangelogsRequest. getDefaultInstance()
ListChangelogsRequest
ListChangelogsRequest.Builder. getDefaultInstanceForType()
ListChangelogsRequest
ListChangelogsRequest. getDefaultInstanceForType()
static ListChangelogsRequest
ListChangelogsRequest. parseDelimitedFrom(InputStream input)
static ListChangelogsRequest
ListChangelogsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(byte[] data)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(InputStream input)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(ByteBuffer data)
static ListChangelogsRequest
ListChangelogsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ListChangelogsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListChangelogsRequest,ListChangelogsResponse>
ChangelogsGrpc. getListChangelogsMethod()
com.google.protobuf.Parser<ListChangelogsRequest>
ListChangelogsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>
ChangelogsClient. listChangelogsCallable()
Returns the list of Changelogs.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.static com.google.protobuf.Parser<ListChangelogsRequest>
ListChangelogsRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ListChangelogsRequest Modifier and Type Method Description ChangelogsClient.ListChangelogsPagedResponse
ChangelogsClient. listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.default void
ChangelogsGrpc.AsyncService. listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.ListChangelogsResponse
ChangelogsGrpc.ChangelogsBlockingStub. listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse>
ChangelogsGrpc.ChangelogsFutureStub. listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.void
ChangelogsGrpc.ChangelogsStub. listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.ListChangelogsRequest.Builder
ListChangelogsRequest.Builder. mergeFrom(ListChangelogsRequest other)
static ListChangelogsRequest.Builder
ListChangelogsRequest. newBuilder(ListChangelogsRequest prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ListChangelogsRequest 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)
protected ChangelogsClient.ListChangelogsPage
ChangelogsClient.ListChangelogsPage. createPage(com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, ListChangelogsResponse response)
com.google.api.core.ApiFuture<ChangelogsClient.ListChangelogsPage>
ChangelogsClient.ListChangelogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListChangelogsRequest,ListChangelogsResponse,Changelog> context, com.google.api.core.ApiFuture<ListChangelogsResponse> futureResponse)
-
Uses of ListChangelogsRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ListChangelogsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>
ChangelogsStub. listChangelogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>
GrpcChangelogsStub. listChangelogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>
HttpJsonChangelogsStub. listChangelogsCallable()
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.
-