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