Class Table.Row (3.5.0)

public static final class Table.Row extends GeneratedMessageV3 implements Table.RowOrBuilder

Values of the row.

Protobuf type google.privacy.dlp.v2.Table.Row

Implements

Table.RowOrBuilder

Static Fields

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Table.Row getDefaultInstance()
Returns
TypeDescription
Table.Row

getDescriptor()

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

newBuilder()

public static Table.Row.Builder newBuilder()
Returns
TypeDescription
Table.Row.Builder

newBuilder(Table.Row prototype)

public static Table.Row.Builder newBuilder(Table.Row prototype)
Parameter
NameDescription
prototypeTable.Row
Returns
TypeDescription
Table.Row.Builder

parseDelimitedFrom(InputStream input)

public static Table.Row parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Table.Row
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static Table.Row parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Table.Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static Table.Row parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Table.Row
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static Table.Row parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Table.Row
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static Table.Row parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Table.Row
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<Table.Row> parser()
Returns
TypeDescription
Parser<Row>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Table.Row getDefaultInstanceForType()
Returns
TypeDescription
Table.Row

getParserForType()

public Parser<Table.Row> getParserForType()
Returns
TypeDescription
Parser<Row>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getValues(int index)

public Value getValues(int index)

Individual cells.

repeated .google.privacy.dlp.v2.Value values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Value

getValuesCount()

public int getValuesCount()

Individual cells.

repeated .google.privacy.dlp.v2.Value values = 1;

Returns
TypeDescription
int

getValuesList()

public List<Value> getValuesList()

Individual cells.

repeated .google.privacy.dlp.v2.Value values = 1;

Returns
TypeDescription
List<Value>

getValuesOrBuilder(int index)

public ValueOrBuilder getValuesOrBuilder(int index)

Individual cells.

repeated .google.privacy.dlp.v2.Value values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueOrBuilder

getValuesOrBuilderList()

public List<? extends ValueOrBuilder> getValuesOrBuilderList()

Individual cells.

repeated .google.privacy.dlp.v2.Value values = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.ValueOrBuilder>

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 Table.Row.Builder newBuilderForType()
Returns
TypeDescription
Table.Row.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Table.Row.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Table.Row.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public Table.Row.Builder toBuilder()
Returns
TypeDescription
Table.Row.Builder

writeTo(CodedOutputStream output)

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