Class Table (3.19.0)

  public 
  
 final 
  
 class 
 Table 
  
 extends 
  
 GeneratedMessageV3 
  
 implements 
  
 TableOrBuilder 
 

Structured content to inspect. Up to 50,000 Value s per request allowed. See https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table to learn more.

Protobuf type google.privacy.dlp.v2.Table

Implements

TableOrBuilder

Static Fields

HEADERS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 HEADERS_FIELD_NUMBER 
 
Field Value
Type
Description
int

ROWS_FIELD_NUMBER

  public 
  
 static 
  
 final 
  
 int 
  
 ROWS_FIELD_NUMBER 
 
Field Value
Type
Description
int

Static Methods

getDefaultInstance()

  public 
  
 static 
  
 Table 
  
 getDefaultInstance 
 () 
 
Returns
Type
Description

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

newBuilder()

  public 
  
 static 
  
 Table 
 . 
 Builder 
  
 newBuilder 
 () 
 
Returns
Type
Description

newBuilder(Table prototype)

  public 
  
 static 
  
 Table 
 . 
 Builder 
  
 newBuilder 
 ( 
 Table 
  
 prototype 
 ) 
 
Parameter
Name
Description
prototype
Returns
Type
Description

parseDelimitedFrom(InputStream input)

  public 
  
 static 
  
 Table 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name
Description
input
Returns
Type
Description
Exceptions
Type
Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseDelimitedFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
input
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(byte[] data)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 ) 
 
Parameter
Name
Description
data
byte []
Returns
Type
Description
Exceptions
Type
Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 byte 
 [] 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
byte []
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteString data)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 ) 
 
Parameter
Name
Description
data
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 ByteString 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(CodedInputStream input)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Exceptions
Type
Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(InputStream input)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 ) 
 
Parameter
Name
Description
input
Returns
Type
Description
Exceptions
Type
Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 InputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
input
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteBuffer data)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 ) 
 
Parameter
Name
Description
data
Returns
Type
Description
Exceptions
Type
Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

  public 
  
 static 
  
 Table 
  
 parseFrom 
 ( 
 ByteBuffer 
  
 data 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
data
extensionRegistry
Returns
Type
Description
Exceptions
Type
Description

parser()

  public 
  
 static 
  
 Parser<Table> 
  
 parser 
 () 
 
Returns
Type
Description

Methods

equals(Object obj)

  public 
  
 boolean 
  
 equals 
 ( 
 Object 
  
 obj 
 ) 
 
Parameter
Name
Description
obj
Returns
Type
Description
Overrides

getDefaultInstanceForType()

  public 
  
 Table 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getHeaders(int index)

  public 
  
 FieldId 
  
 getHeaders 
 ( 
 int 
  
 index 
 ) 
 

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Parameter
Name
Description
index
int
Returns
Type
Description

getHeadersCount()

  public 
  
 int 
  
 getHeadersCount 
 () 
 

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
Type
Description
int

getHeadersList()

  public 
  
 List<FieldId> 
  
 getHeadersList 
 () 
 

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
Type
Description

getHeadersOrBuilder(int index)

  public 
  
 FieldIdOrBuilder 
  
 getHeadersOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Parameter
Name
Description
index
int
Returns
Type
Description

getHeadersOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 FieldIdOrBuilder 
>  
 getHeadersOrBuilderList 
 () 
 

Headers of the table.

repeated .google.privacy.dlp.v2.FieldId headers = 1;

Returns
Type
Description
List < ? extends com.google.privacy.dlp.v2.FieldIdOrBuilder >

getParserForType()

  public 
  
 Parser<Table> 
  
 getParserForType 
 () 
 
Returns
Type
Description
Overrides

getRows(int index)

  public 
  
 Table 
 . 
 Row 
  
 getRows 
 ( 
 int 
  
 index 
 ) 
 

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Parameter
Name
Description
index
int
Returns
Type
Description

getRowsCount()

  public 
  
 int 
  
 getRowsCount 
 () 
 

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
Type
Description
int

getRowsList()

  public 
  
 List<Table 
 . 
 Row 
>  
 getRowsList 
 () 
 

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
Type
Description
List < Row >

getRowsOrBuilder(int index)

  public 
  
 Table 
 . 
 RowOrBuilder 
  
 getRowsOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Parameter
Name
Description
index
int
Returns
Type
Description

getRowsOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 Table 
 . 
 RowOrBuilder 
>  
 getRowsOrBuilderList 
 () 
 

Rows of the table.

repeated .google.privacy.dlp.v2.Table.Row rows = 2;

Returns
Type
Description
List < ? extends com.google.privacy.dlp.v2.Table.RowOrBuilder >

getSerializedSize()

  public 
  
 int 
  
 getSerializedSize 
 () 
 
Returns
Type
Description
int
Overrides

getUnknownFields()

  public 
  
 final 
  
 UnknownFieldSet 
  
 getUnknownFields 
 () 
 
Returns
Type
Description
Overrides

hashCode()

  public 
  
 int 
  
 hashCode 
 () 
 
Returns
Type
Description
int
Overrides

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

newBuilderForType()

  public 
  
 Table 
 . 
 Builder 
  
 newBuilderForType 
 () 
 
Returns
Type
Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

  protected 
  
 Table 
 . 
 Builder 
  
 newBuilderForType 
 ( 
 GeneratedMessageV3 
 . 
 BuilderParent 
  
 parent 
 ) 
 
Parameter
Name
Description
parent
Returns
Type
Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

  protected 
  
 Object 
  
 newInstance 
 ( 
 GeneratedMessageV3 
 . 
 UnusedPrivateParameter 
  
 unused 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

toBuilder()

  public 
  
 Table 
 . 
 Builder 
  
 toBuilder 
 () 
 
Returns
Type
Description

writeTo(CodedOutputStream output)

  public 
  
 void 
  
 writeTo 
 ( 
 CodedOutputStream 
  
 output 
 ) 
 
Parameter
Name
Description
Overrides
Exceptions
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: