Uses of Class
com.google.cloud.dialogflow.cx.v3.Changelog
-
Packages that use Changelog Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of Changelog in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Changelog Modifier and Type Method Description Changelog
Changelog.Builder. build()
Changelog
Changelog.Builder. buildPartial()
Changelog
ChangelogsClient. getChangelog(ChangelogName name)
Retrieves the specified Changelog.Changelog
ChangelogsClient. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.Changelog
ChangelogsClient. getChangelog(String name)
Retrieves the specified Changelog.Changelog
ChangelogsGrpc.ChangelogsBlockingStub. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.Changelog
ListChangelogsResponse.Builder. getChangelogs(int index)
The list of changelogs.Changelog
ListChangelogsResponse. getChangelogs(int index)
The list of changelogs.Changelog
ListChangelogsResponseOrBuilder. getChangelogs(int index)
The list of changelogs.static Changelog
Changelog. getDefaultInstance()
Changelog
Changelog.Builder. getDefaultInstanceForType()
Changelog
Changelog. getDefaultInstanceForType()
static Changelog
Changelog. parseDelimitedFrom(InputStream input)
static Changelog
Changelog. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Changelog
Changelog. parseFrom(byte[] data)
static Changelog
Changelog. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Changelog
Changelog. parseFrom(com.google.protobuf.ByteString data)
static Changelog
Changelog. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Changelog
Changelog. parseFrom(com.google.protobuf.CodedInputStream input)
static Changelog
Changelog. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Changelog
Changelog. parseFrom(InputStream input)
static Changelog
Changelog. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Changelog
Changelog. parseFrom(ByteBuffer data)
static Changelog
Changelog. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Changelog Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Changelog>
ChangelogsGrpc.ChangelogsFutureStub. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog>
ChangelogsClient. getChangelogCallable()
Retrieves the specified Changelog.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChangelogRequest,Changelog>
ChangelogsSettings.Builder. getChangelogSettings()
Returns the builder for the settings used for calls to getChangelog.com.google.api.gax.rpc.UnaryCallSettings<GetChangelogRequest,Changelog>
ChangelogsSettings. getChangelogSettings()
Returns the object with the settings used for calls to getChangelog.List<Changelog>
ListChangelogsResponse.Builder. getChangelogsList()
The list of changelogs.List<Changelog>
ListChangelogsResponse. getChangelogsList()
The list of changelogs.List<Changelog>
ListChangelogsResponseOrBuilder. getChangelogsList()
The list of changelogs.static io.grpc.MethodDescriptor<GetChangelogRequest,Changelog>
ChangelogsGrpc. getGetChangelogMethod()
com.google.protobuf.Parser<Changelog>
Changelog. getParserForType()
static com.google.protobuf.Parser<Changelog>
Changelog. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Changelog Modifier and Type Method Description ListChangelogsResponse.Builder
ListChangelogsResponse.Builder. addChangelogs(int index, Changelog value)
The list of changelogs.ListChangelogsResponse.Builder
ListChangelogsResponse.Builder. addChangelogs(Changelog value)
The list of changelogs.Changelog.Builder
Changelog.Builder. mergeFrom(Changelog other)
static Changelog.Builder
Changelog. newBuilder(Changelog prototype)
ListChangelogsResponse.Builder
ListChangelogsResponse.Builder. setChangelogs(int index, Changelog value)
The list of changelogs.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Changelog Modifier and Type Method Description ListChangelogsResponse.Builder
ListChangelogsResponse.Builder. addAllChangelogs(Iterable<? extends Changelog> values)
The list of changelogs.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)
default void
ChangelogsGrpc.AsyncService. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.void
ChangelogsGrpc.ChangelogsStub. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog. -
Uses of Changelog in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type Changelog Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog>
ChangelogsStub. getChangelogCallable()
com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog>
GrpcChangelogsStub. getChangelogCallable()
com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog>
HttpJsonChangelogsStub. getChangelogCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChangelogRequest,Changelog>
ChangelogsStubSettings.Builder. getChangelogSettings()
Returns the builder for the settings used for calls to getChangelog.com.google.api.gax.rpc.UnaryCallSettings<GetChangelogRequest,Changelog>
ChangelogsStubSettings. getChangelogSettings()
Returns the object with the settings used for calls to getChangelog.
-