
alluxio.grpc.table.DetachDatabasePResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/table/table_master.proto
package alluxio.grpc.table;
public interface DetachDatabasePResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.table.DetachDatabasePResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional bool success = 1;
* @return Whether the success field is set.
*/
boolean hasSuccess();
/**
* optional bool success = 1;
* @return The success.
*/
boolean getSuccess();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy