Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetChangelogRequest
-
Packages that use GetChangelogRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetChangelogRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetChangelogRequest Modifier and Type Method Description GetChangelogRequest
GetChangelogRequest.Builder. build()
GetChangelogRequest
GetChangelogRequest.Builder. buildPartial()
static GetChangelogRequest
GetChangelogRequest. getDefaultInstance()
GetChangelogRequest
GetChangelogRequest.Builder. getDefaultInstanceForType()
GetChangelogRequest
GetChangelogRequest. getDefaultInstanceForType()
static GetChangelogRequest
GetChangelogRequest. parseDelimitedFrom(InputStream input)
static GetChangelogRequest
GetChangelogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChangelogRequest
GetChangelogRequest. parseFrom(byte[] data)
static GetChangelogRequest
GetChangelogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChangelogRequest
GetChangelogRequest. parseFrom(com.google.protobuf.ByteString data)
static GetChangelogRequest
GetChangelogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChangelogRequest
GetChangelogRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetChangelogRequest
GetChangelogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChangelogRequest
GetChangelogRequest. parseFrom(InputStream input)
static GetChangelogRequest
GetChangelogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChangelogRequest
GetChangelogRequest. parseFrom(ByteBuffer data)
static GetChangelogRequest
GetChangelogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GetChangelogRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetChangelogRequest,Changelog>
ChangelogsGrpc. getGetChangelogMethod()
com.google.protobuf.Parser<GetChangelogRequest>
GetChangelogRequest. getParserForType()
static com.google.protobuf.Parser<GetChangelogRequest>
GetChangelogRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GetChangelogRequest Modifier and Type Method Description Changelog
ChangelogsClient. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.default void
ChangelogsGrpc.AsyncService. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.Changelog
ChangelogsGrpc.ChangelogsBlockingStub. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.com.google.common.util.concurrent.ListenableFuture<Changelog>
ChangelogsGrpc.ChangelogsFutureStub. getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.void
ChangelogsGrpc.ChangelogsStub. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.GetChangelogRequest.Builder
GetChangelogRequest.Builder. mergeFrom(GetChangelogRequest other)
static GetChangelogRequest.Builder
GetChangelogRequest. newBuilder(GetChangelogRequest prototype)
-
Uses of GetChangelogRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type GetChangelogRequest 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.
-