Uses of Class
com.google.cloud.dialogflow.cx.v3.DeletePageRequest
-
Packages that use DeletePageRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of DeletePageRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DeletePageRequest Modifier and Type Method Description DeletePageRequestDeletePageRequest.Builder. build()DeletePageRequestDeletePageRequest.Builder. buildPartial()static DeletePageRequestDeletePageRequest. getDefaultInstance()DeletePageRequestDeletePageRequest.Builder. getDefaultInstanceForType()DeletePageRequestDeletePageRequest. getDefaultInstanceForType()static DeletePageRequestDeletePageRequest. parseDelimitedFrom(InputStream input)static DeletePageRequestDeletePageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePageRequestDeletePageRequest. parseFrom(byte[] data)static DeletePageRequestDeletePageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePageRequestDeletePageRequest. parseFrom(com.google.protobuf.ByteString data)static DeletePageRequestDeletePageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePageRequestDeletePageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeletePageRequestDeletePageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePageRequestDeletePageRequest. parseFrom(InputStream input)static DeletePageRequestDeletePageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeletePageRequestDeletePageRequest. parseFrom(ByteBuffer data)static DeletePageRequestDeletePageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type DeletePageRequest Modifier and Type Method Description voidPagesClient. deletePage(DeletePageRequest request)Deletes the specified page.default voidPagesGrpc.AsyncService. deletePage(DeletePageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified page.com.google.protobuf.EmptyPagesGrpc.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.voidPagesGrpc.PagesStub. deletePage(DeletePageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified page.DeletePageRequest.BuilderDeletePageRequest.Builder. mergeFrom(DeletePageRequest other)static DeletePageRequest.BuilderDeletePageRequest. newBuilder(DeletePageRequest prototype) -
Uses of DeletePageRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-