public static final class QuotaProtos.SpaceQuota extends com.google.protobuf.GeneratedMessage implements QuotaProtos.SpaceQuotaOrBuilder
SpaceQuota
 Defines a limit on the amount of filesystem space used by a table/namespace
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
QuotaProtos.SpaceQuota.Builder
Protobuf type  
SpaceQuota | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
REMOVE_FIELD_NUMBER  | 
static int | 
SOFT_LIMIT_FIELD_NUMBER  | 
static int | 
VIOLATION_POLICY_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static QuotaProtos.SpaceQuota | 
getDefaultInstance()  | 
QuotaProtos.SpaceQuota | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
boolean | 
getRemove()
optional bool remove = 3 [default = false]; | 
int | 
getSerializedSize()  | 
long | 
getSoftLimit()
optional uint64 soft_limit = 1; | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
QuotaProtos.SpaceViolationPolicy | 
getViolationPolicy()
optional .SpaceViolationPolicy violation_policy = 2; | 
int | 
hashCode()  | 
boolean | 
hasRemove()
optional bool remove = 3 [default = false]; | 
boolean | 
hasSoftLimit()
optional uint64 soft_limit = 1; | 
boolean | 
hasViolationPolicy()
optional .SpaceViolationPolicy violation_policy = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static QuotaProtos.SpaceQuota.Builder | 
newBuilder()  | 
static QuotaProtos.SpaceQuota.Builder | 
newBuilder(QuotaProtos.SpaceQuota prototype)  | 
QuotaProtos.SpaceQuota.Builder | 
newBuilderForType()  | 
protected QuotaProtos.SpaceQuota.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static QuotaProtos.SpaceQuota | 
parseDelimitedFrom(InputStream input)  | 
static QuotaProtos.SpaceQuota | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(com.google.protobuf.ByteString data)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static QuotaProtos.SpaceQuota | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
QuotaProtos.SpaceQuota.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int SOFT_LIMIT_FIELD_NUMBER
public static final int VIOLATION_POLICY_FIELD_NUMBER
public static final int REMOVE_FIELD_NUMBER
public static QuotaProtos.SpaceQuota getDefaultInstance()
public QuotaProtos.SpaceQuota getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasSoftLimit()
optional uint64 soft_limit = 1;
 The limit of bytes for this quota
hasSoftLimit in interface QuotaProtos.SpaceQuotaOrBuilderpublic long getSoftLimit()
optional uint64 soft_limit = 1;
 The limit of bytes for this quota
getSoftLimit in interface QuotaProtos.SpaceQuotaOrBuilderpublic boolean hasViolationPolicy()
optional .SpaceViolationPolicy violation_policy = 2;
 The action to take when the quota is violated
hasViolationPolicy in interface QuotaProtos.SpaceQuotaOrBuilderpublic QuotaProtos.SpaceViolationPolicy getViolationPolicy()
optional .SpaceViolationPolicy violation_policy = 2;
 The action to take when the quota is violated
getViolationPolicy in interface QuotaProtos.SpaceQuotaOrBuilderpublic boolean hasRemove()
optional bool remove = 3 [default = false];
 When true, remove the quota.
hasRemove in interface QuotaProtos.SpaceQuotaOrBuilderpublic boolean getRemove()
optional bool remove = 3 [default = false];
 When true, remove the quota.
getRemove in interface QuotaProtos.SpaceQuotaOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.SpaceQuota parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuotaProtos.SpaceQuota parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuotaProtos.SpaceQuota parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QuotaProtos.SpaceQuota parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuotaProtos.SpaceQuota.Builder newBuilder()
public QuotaProtos.SpaceQuota.Builder newBuilderForType()
public static QuotaProtos.SpaceQuota.Builder newBuilder(QuotaProtos.SpaceQuota prototype)
public QuotaProtos.SpaceQuota.Builder toBuilder()
protected QuotaProtos.SpaceQuota.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)