public static final class GcRule.Intersection extends GeneratedMessageV3 implements GcRule.IntersectionOrBuilder
A GcRule which deletes cells matching all of the given rules.
Protobuf type google.bigtable.admin.v2.GcRule.Intersection
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GcRule.IntersectionImplements
GcRule.IntersectionOrBuilderStatic Fields
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GcRule.Intersection getDefaultInstance()
Type | Description |
GcRule.Intersection |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GcRule.Intersection.Builder newBuilder()
Type | Description |
GcRule.Intersection.Builder |
newBuilder(GcRule.Intersection prototype)
public static GcRule.Intersection.Builder newBuilder(GcRule.Intersection prototype)
Name | Description |
prototype | GcRule.Intersection |
Type | Description |
GcRule.Intersection.Builder |
parseDelimitedFrom(InputStream input)
public static GcRule.Intersection parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GcRule.Intersection parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GcRule.Intersection parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GcRule.Intersection parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GcRule.Intersection parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GcRule.Intersection parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GcRule.Intersection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcRule.Intersection |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GcRule.Intersection> parser()
Type | Description |
Parser<Intersection> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public GcRule.Intersection getDefaultInstanceForType()
Type | Description |
GcRule.Intersection |
getParserForType()
public Parser<GcRule.Intersection> getParserForType()
Type | Description |
Parser<Intersection> |
getRules(int index)
public GcRule getRules(int index)
Only delete cells which would be deleted by every element of rules
.
repeated .google.bigtable.admin.v2.GcRule rules = 1;
Name | Description |
index | int |
Type | Description |
GcRule |
getRulesCount()
public int getRulesCount()
Only delete cells which would be deleted by every element of rules
.
repeated .google.bigtable.admin.v2.GcRule rules = 1;
Type | Description |
int |
getRulesList()
public List<GcRule> getRulesList()
Only delete cells which would be deleted by every element of rules
.
repeated .google.bigtable.admin.v2.GcRule rules = 1;
Type | Description |
List<GcRule> |
getRulesOrBuilder(int index)
public GcRuleOrBuilder getRulesOrBuilder(int index)
Only delete cells which would be deleted by every element of rules
.
repeated .google.bigtable.admin.v2.GcRule rules = 1;
Name | Description |
index | int |
Type | Description |
GcRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends GcRuleOrBuilder> getRulesOrBuilderList()
Only delete cells which would be deleted by every element of rules
.
repeated .google.bigtable.admin.v2.GcRule rules = 1;
Type | Description |
List<? extends com.google.bigtable.admin.v2.GcRuleOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public GcRule.Intersection.Builder newBuilderForType()
Type | Description |
GcRule.Intersection.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GcRule.Intersection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GcRule.Intersection.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GcRule.Intersection.Builder toBuilder()
Type | Description |
GcRule.Intersection.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |