public final class OracleSchema extends GeneratedMessage implements OracleSchemaOrBuilderOracle schema.
Protobuf type google.cloud.datastream.v1alpha1.OracleSchema
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > OracleSchemaImplements
OracleSchemaOrBuilderStatic Fields
ORACLE_TABLES_FIELD_NUMBER
public static final int ORACLE_TABLES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SCHEMA_NAME_FIELD_NUMBER
public static final int SCHEMA_NAME_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.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OracleTable |
|
getOracleTablesCount()
public int getOracleTablesCount()Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOracleTablesList()
public List<OracleTable> getOracleTablesList()Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Returns | |
|---|---|
| Type | Description |
List<OracleTable> |
|
getOracleTablesOrBuilder(int index)
public OracleTableOrBuilder getOracleTablesOrBuilder(int index)Tables in the schema.
repeated .google.cloud.datastream.v1alpha1.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.cloud.datastream.v1alpha1.OracleTable oracle_tables = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datastream.v1alpha1.OracleTableOrBuilder> |
|
getParserForType()
public Parser<OracleSchema> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<OracleSchema> |
|
getSchemaName()
public String getSchemaName()Schema name.
string schema_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The schemaName. |
getSchemaNameBytes()
public ByteString getSchemaNameBytes()Schema name.
string schema_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schemaName. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.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(AbstractMessage.BuilderParent parent)
protected OracleSchema.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
OracleSchema.Builder |
|
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 |
|