public final class OracleSchema extends GeneratedMessageV3 implements OracleSchemaOrBuilder
Oracle schema.
Protobuf type google.events.cloud.datastream.v1.OracleSchema
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OracleSchemaImplements
OracleSchemaOrBuilderStatic Fields
ORACLE_TABLES_FIELD_NUMBER
public static final int ORACLE_TABLES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static OracleSchema getDefaultInstance()
Returns | |
---|---|
Type | Description |
OracleSchema |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static OracleSchema.Builder newBuilder()
Returns | |
---|---|
Type | Description |
OracleSchema.Builder |
newBuilder(OracleSchema prototype)
public static OracleSchema.Builder newBuilder(OracleSchema prototype)
Parameter | |
---|---|
Name | Description |
prototype |
OracleSchema |
Returns | |
---|---|
Type | Description |
OracleSchema.Builder |
parseDelimitedFrom(InputStream input)
public static OracleSchema parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static OracleSchema parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static OracleSchema parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static OracleSchema parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static OracleSchema parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static OracleSchema parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OracleSchema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OracleSchema |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<OracleSchema> parser()
Returns | |
---|---|
Type | Description |
Parser<OracleSchema> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public OracleSchema getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
OracleSchema |
getOracleTables(int index)
public OracleTable getOracleTables(int index)
Tables in the schema.
repeated .google.events.cloud.datastream.v1.OracleTable oracle_tables = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OracleTable |
getOracleTablesCount()
public int getOracleTablesCount()
Tables in the schema.
repeated .google.events.cloud.datastream.v1.OracleTable oracle_tables = 2;
Returns | |
---|---|
Type | Description |
int |
getOracleTablesList()
public List<OracleTable> getOracleTablesList()
Tables in the schema.
repeated .google.events.cloud.datastream.v1.OracleTable oracle_tables = 2;
Returns | |
---|---|
Type | Description |
List<OracleTable> |
getOracleTablesOrBuilder(int index)
public OracleTableOrBuilder getOracleTablesOrBuilder(int index)
Tables in the schema.
repeated .google.events.cloud.datastream.v1.OracleTable oracle_tables = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OracleTableOrBuilder |
getOracleTablesOrBuilderList()
public List<? extends OracleTableOrBuilder> getOracleTablesOrBuilderList()
Tables in the schema.
repeated .google.events.cloud.datastream.v1.OracleTable oracle_tables = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.datastream.v1.OracleTableOrBuilder> |
getParserForType()
public Parser<OracleSchema> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<OracleSchema> |
getSchema()
public String getSchema()
Schema name.
string schema = 1;
Returns | |
---|---|
Type | Description |
String |
The schema. |
getSchemaBytes()
public ByteString getSchemaBytes()
Schema name.
string schema = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for schema. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public OracleSchema.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
OracleSchema.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OracleSchema.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
OracleSchema.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public OracleSchema.Builder toBuilder()
Returns | |
---|---|
Type | Description |
OracleSchema.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |