Uses of Class
com.google.cloud.dialogflow.cx.v3.UpdatePageRequest
-
Packages that use UpdatePageRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of UpdatePageRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return UpdatePageRequest Modifier and Type Method Description UpdatePageRequest
UpdatePageRequest.Builder. build()
UpdatePageRequest
UpdatePageRequest.Builder. buildPartial()
static UpdatePageRequest
UpdatePageRequest. getDefaultInstance()
UpdatePageRequest
UpdatePageRequest.Builder. getDefaultInstanceForType()
UpdatePageRequest
UpdatePageRequest. getDefaultInstanceForType()
static UpdatePageRequest
UpdatePageRequest. parseDelimitedFrom(InputStream input)
static UpdatePageRequest
UpdatePageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePageRequest
UpdatePageRequest. parseFrom(byte[] data)
static UpdatePageRequest
UpdatePageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePageRequest
UpdatePageRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdatePageRequest
UpdatePageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePageRequest
UpdatePageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdatePageRequest
UpdatePageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePageRequest
UpdatePageRequest. parseFrom(InputStream input)
static UpdatePageRequest
UpdatePageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdatePageRequest
UpdatePageRequest. parseFrom(ByteBuffer data)
static UpdatePageRequest
UpdatePageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type UpdatePageRequest Modifier and Type Method Description UpdatePageRequest.Builder
UpdatePageRequest.Builder. mergeFrom(UpdatePageRequest other)
static UpdatePageRequest.Builder
UpdatePageRequest. newBuilder(UpdatePageRequest prototype)
Page
PagesClient. updatePage(UpdatePageRequest request)
Updates the specified page.default void
PagesGrpc.AsyncService. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page.Page
PagesGrpc.PagesBlockingStub. updatePage(UpdatePageRequest request)
Updates the specified page.com.google.common.util.concurrent.ListenableFuture<Page>
PagesGrpc.PagesFutureStub. updatePage(UpdatePageRequest request)
Updates the specified page.void
PagesGrpc.PagesStub. updatePage(UpdatePageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Updates the specified page. -
Uses of UpdatePageRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-