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