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 GetChangelogRequestGetChangelogRequest.Builder. build()GetChangelogRequestGetChangelogRequest.Builder. buildPartial()static GetChangelogRequestGetChangelogRequest. getDefaultInstance()GetChangelogRequestGetChangelogRequest.Builder. getDefaultInstanceForType()GetChangelogRequestGetChangelogRequest. getDefaultInstanceForType()static GetChangelogRequestGetChangelogRequest. parseDelimitedFrom(InputStream input)static GetChangelogRequestGetChangelogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChangelogRequestGetChangelogRequest. parseFrom(byte[] data)static GetChangelogRequestGetChangelogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChangelogRequestGetChangelogRequest. parseFrom(com.google.protobuf.ByteString data)static GetChangelogRequestGetChangelogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChangelogRequestGetChangelogRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetChangelogRequestGetChangelogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChangelogRequestGetChangelogRequest. parseFrom(InputStream input)static GetChangelogRequestGetChangelogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChangelogRequestGetChangelogRequest. parseFrom(ByteBuffer data)static GetChangelogRequestGetChangelogRequest. 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 ChangelogChangelogsClient. getChangelog(GetChangelogRequest request)Retrieves the specified Changelog.default voidChangelogsGrpc.AsyncService. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)Retrieves the specified Changelog.ChangelogChangelogsGrpc.ChangelogsBlockingStub. getChangelog(GetChangelogRequest request)Retrieves the specified Changelog.com.google.common.util.concurrent.ListenableFuture<Changelog>ChangelogsGrpc.ChangelogsFutureStub. getChangelog(GetChangelogRequest request)Retrieves the specified Changelog.voidChangelogsGrpc.ChangelogsStub. getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)Retrieves the specified Changelog.GetChangelogRequest.BuilderGetChangelogRequest.Builder. mergeFrom(GetChangelogRequest other)static GetChangelogRequest.BuilderGetChangelogRequest. 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.
-