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