Class GcRule.Intersection (2.17.1)

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

Static Fields

RULES_FIELD_NUMBER

public static final int RULES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GcRule.Intersection getDefaultInstance()
Returns
TypeDescription
GcRule.Intersection

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GcRule.Intersection.Builder newBuilder()
Returns
TypeDescription
GcRule.Intersection.Builder

newBuilder(GcRule.Intersection prototype)

public static GcRule.Intersection.Builder newBuilder(GcRule.Intersection prototype)
Parameter
NameDescription
prototypeGcRule.Intersection
Returns
TypeDescription
GcRule.Intersection.Builder

parseDelimitedFrom(InputStream input)

public static GcRule.Intersection parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GcRule.Intersection parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GcRule.Intersection parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GcRule.Intersection parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GcRule.Intersection parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GcRule.Intersection parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GcRule.Intersection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GcRule.Intersection
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GcRule.Intersection> parser()
Returns
TypeDescription
Parser<Intersection>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GcRule.Intersection getDefaultInstanceForType()
Returns
TypeDescription
GcRule.Intersection

getParserForType()

public Parser<GcRule.Intersection> getParserForType()
Returns
TypeDescription
Parser<Intersection>
Overrides

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.bigtable.admin.v2.GcRuleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GcRule.Intersection.Builder newBuilderForType()
Returns
TypeDescription
GcRule.Intersection.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GcRule.Intersection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GcRule.Intersection.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GcRule.Intersection.Builder toBuilder()
Returns
TypeDescription
GcRule.Intersection.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException