Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.UpdatePageRequest
-
Packages that use UpdatePageRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of UpdatePageRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return UpdatePageRequest Modifier and Type Method Description UpdatePageRequestUpdatePageRequest.Builder. build()UpdatePageRequestUpdatePageRequest.Builder. buildPartial()static UpdatePageRequestUpdatePageRequest. getDefaultInstance()UpdatePageRequestUpdatePageRequest.Builder. getDefaultInstanceForType()UpdatePageRequestUpdatePageRequest. getDefaultInstanceForType()static UpdatePageRequestUpdatePageRequest. parseDelimitedFrom(InputStream input)static UpdatePageRequestUpdatePageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePageRequestUpdatePageRequest. parseFrom(byte[] data)static UpdatePageRequestUpdatePageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePageRequestUpdatePageRequest. parseFrom(com.google.protobuf.ByteString data)static UpdatePageRequestUpdatePageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePageRequestUpdatePageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdatePageRequestUpdatePageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePageRequestUpdatePageRequest. parseFrom(InputStream input)static UpdatePageRequestUpdatePageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatePageRequestUpdatePageRequest. parseFrom(ByteBuffer data)static UpdatePageRequestUpdatePageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type UpdatePageRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdatePageRequest>UpdatePageRequest. getParserForType()static io.grpc.MethodDescriptor<UpdatePageRequest,Page>PagesGrpc. getUpdatePageMethod()static com.google.protobuf.Parser<UpdatePageRequest>UpdatePageRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>PagesClient. updatePageCallable()Updates the specified page.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePageRequest,Page>PagesSettings.Builder. updatePageSettings()Returns the builder for the settings used for calls to updatePage.com.google.api.gax.rpc.UnaryCallSettings<UpdatePageRequest,Page>PagesSettings. updatePageSettings()Returns the object with the settings used for calls to updatePage.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type UpdatePageRequest Modifier and Type Method Description UpdatePageRequest.BuilderUpdatePageRequest.Builder. mergeFrom(UpdatePageRequest other)static UpdatePageRequest.BuilderUpdatePageRequest. newBuilder(UpdatePageRequest prototype)PagePagesClient. updatePage(UpdatePageRequest request)Updates the specified page.default voidPagesGrpc.AsyncService. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)Updates the specified page.PagePagesGrpc.PagesBlockingStub. updatePage(UpdatePageRequest request)Updates the specified page.com.google.common.util.concurrent.ListenableFuture<Page>PagesGrpc.PagesFutureStub. updatePage(UpdatePageRequest request)Updates the specified page.voidPagesGrpc.PagesStub. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)Updates the specified page. -
Uses of UpdatePageRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type UpdatePageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>GrpcPagesStub. updatePageCallable()com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>HttpJsonPagesStub. updatePageCallable()com.google.api.gax.rpc.UnaryCallable<UpdatePageRequest,Page>PagesStub. updatePageCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdatePageRequest,Page>PagesStubSettings.Builder. updatePageSettings()Returns the builder for the settings used for calls to updatePage.com.google.api.gax.rpc.UnaryCallSettings<UpdatePageRequest,Page>PagesStubSettings. updatePageSettings()Returns the object with the settings used for calls to updatePage.
-