Class PostgresqlTable (1.14.0)

public final class PostgresqlTable extends GeneratedMessageV3 implements PostgresqlTableOrBuilder

PostgreSQL table.

Protobuf type google.cloud.datastream.v1.PostgresqlTable

Static Fields

POSTGRESQL_COLUMNS_FIELD_NUMBER

public static final int POSTGRESQL_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

TABLE_FIELD_NUMBER

public static final int TABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PostgresqlTable getDefaultInstance()
Returns
TypeDescription
PostgresqlTable

getDescriptor()

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

newBuilder()

public static PostgresqlTable.Builder newBuilder()
Returns
TypeDescription
PostgresqlTable.Builder

newBuilder(PostgresqlTable prototype)

public static PostgresqlTable.Builder newBuilder(PostgresqlTable prototype)
Parameter
NameDescription
prototypePostgresqlTable
Returns
TypeDescription
PostgresqlTable.Builder

parseDelimitedFrom(InputStream input)

public static PostgresqlTable parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PostgresqlTable
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static PostgresqlTable parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PostgresqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static PostgresqlTable parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PostgresqlTable
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static PostgresqlTable parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PostgresqlTable
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static PostgresqlTable parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PostgresqlTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<PostgresqlTable> parser()
Returns
TypeDescription
Parser<PostgresqlTable>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public PostgresqlTable getDefaultInstanceForType()
Returns
TypeDescription
PostgresqlTable

getParserForType()

public Parser<PostgresqlTable> getParserForType()
Returns
TypeDescription
Parser<PostgresqlTable>
Overrides

getPostgresqlColumns(int index)

public PostgresqlColumn getPostgresqlColumns(int index)

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlColumn

getPostgresqlColumnsCount()

public int getPostgresqlColumnsCount()

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;

Returns
TypeDescription
int

getPostgresqlColumnsList()

public List<PostgresqlColumn> getPostgresqlColumnsList()

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;

Returns
TypeDescription
List<PostgresqlColumn>

getPostgresqlColumnsOrBuilder(int index)

public PostgresqlColumnOrBuilder getPostgresqlColumnsOrBuilder(int index)

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
PostgresqlColumnOrBuilder

getPostgresqlColumnsOrBuilderList()

public List<? extends PostgresqlColumnOrBuilder> getPostgresqlColumnsOrBuilderList()

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;

Returns
TypeDescription
List<? extends com.google.cloud.datastream.v1.PostgresqlColumnOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTable()

public String getTable()

Table name.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public ByteString getTableBytes()

Table name.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public PostgresqlTable.Builder toBuilder()
Returns
TypeDescription
PostgresqlTable.Builder

writeTo(CodedOutputStream output)

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