Package com.google.cloud.datastream.v1
Class SourceObjectIdentifier.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
- com.google.cloud.datastream.v1.SourceObjectIdentifier.Builder
-
- All Implemented Interfaces:
SourceObjectIdentifierOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SourceObjectIdentifier
public static final class SourceObjectIdentifier.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder> implements SourceObjectIdentifierOrBuilder
Represents an identifier of an object in the data source.
Protobuf typegoogle.cloud.datastream.v1.SourceObjectIdentifier
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
clear
public SourceObjectIdentifier.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
getDefaultInstanceForType
public SourceObjectIdentifier getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SourceObjectIdentifier build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SourceObjectIdentifier buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SourceObjectIdentifier.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
setField
public SourceObjectIdentifier.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
clearField
public SourceObjectIdentifier.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
clearOneof
public SourceObjectIdentifier.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
setRepeatedField
public SourceObjectIdentifier.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
addRepeatedField
public SourceObjectIdentifier.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
mergeFrom
public SourceObjectIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SourceObjectIdentifier.Builder>
-
mergeFrom
public SourceObjectIdentifier.Builder mergeFrom(SourceObjectIdentifier other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
mergeFrom
public SourceObjectIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SourceObjectIdentifier.Builder>- Throws:
IOException
-
getSourceIdentifierCase
public SourceObjectIdentifier.SourceIdentifierCase getSourceIdentifierCase()
- Specified by:
getSourceIdentifierCasein interfaceSourceObjectIdentifierOrBuilder
-
clearSourceIdentifier
public SourceObjectIdentifier.Builder clearSourceIdentifier()
-
hasOracleIdentifier
public boolean hasOracleIdentifier()
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;- Specified by:
hasOracleIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- Whether the oracleIdentifier field is set.
-
getOracleIdentifier
public SourceObjectIdentifier.OracleObjectIdentifier getOracleIdentifier()
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;- Specified by:
getOracleIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- The oracleIdentifier.
-
setOracleIdentifier
public SourceObjectIdentifier.Builder setOracleIdentifier(SourceObjectIdentifier.OracleObjectIdentifier value)
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
-
setOracleIdentifier
public SourceObjectIdentifier.Builder setOracleIdentifier(SourceObjectIdentifier.OracleObjectIdentifier.Builder builderForValue)
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
-
mergeOracleIdentifier
public SourceObjectIdentifier.Builder mergeOracleIdentifier(SourceObjectIdentifier.OracleObjectIdentifier value)
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
-
clearOracleIdentifier
public SourceObjectIdentifier.Builder clearOracleIdentifier()
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
-
getOracleIdentifierBuilder
public SourceObjectIdentifier.OracleObjectIdentifier.Builder getOracleIdentifierBuilder()
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;
-
getOracleIdentifierOrBuilder
public SourceObjectIdentifier.OracleObjectIdentifierOrBuilder getOracleIdentifierOrBuilder()
Oracle data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.OracleObjectIdentifier oracle_identifier = 1;- Specified by:
getOracleIdentifierOrBuilderin interfaceSourceObjectIdentifierOrBuilder
-
hasMysqlIdentifier
public boolean hasMysqlIdentifier()
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;- Specified by:
hasMysqlIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- Whether the mysqlIdentifier field is set.
-
getMysqlIdentifier
public SourceObjectIdentifier.MysqlObjectIdentifier getMysqlIdentifier()
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;- Specified by:
getMysqlIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- The mysqlIdentifier.
-
setMysqlIdentifier
public SourceObjectIdentifier.Builder setMysqlIdentifier(SourceObjectIdentifier.MysqlObjectIdentifier value)
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
-
setMysqlIdentifier
public SourceObjectIdentifier.Builder setMysqlIdentifier(SourceObjectIdentifier.MysqlObjectIdentifier.Builder builderForValue)
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
-
mergeMysqlIdentifier
public SourceObjectIdentifier.Builder mergeMysqlIdentifier(SourceObjectIdentifier.MysqlObjectIdentifier value)
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
-
clearMysqlIdentifier
public SourceObjectIdentifier.Builder clearMysqlIdentifier()
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
-
getMysqlIdentifierBuilder
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder getMysqlIdentifierBuilder()
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;
-
getMysqlIdentifierOrBuilder
public SourceObjectIdentifier.MysqlObjectIdentifierOrBuilder getMysqlIdentifierOrBuilder()
Mysql data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier mysql_identifier = 2;- Specified by:
getMysqlIdentifierOrBuilderin interfaceSourceObjectIdentifierOrBuilder
-
hasPostgresqlIdentifier
public boolean hasPostgresqlIdentifier()
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;- Specified by:
hasPostgresqlIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- Whether the postgresqlIdentifier field is set.
-
getPostgresqlIdentifier
public SourceObjectIdentifier.PostgresqlObjectIdentifier getPostgresqlIdentifier()
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;- Specified by:
getPostgresqlIdentifierin interfaceSourceObjectIdentifierOrBuilder- Returns:
- The postgresqlIdentifier.
-
setPostgresqlIdentifier
public SourceObjectIdentifier.Builder setPostgresqlIdentifier(SourceObjectIdentifier.PostgresqlObjectIdentifier value)
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
-
setPostgresqlIdentifier
public SourceObjectIdentifier.Builder setPostgresqlIdentifier(SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder builderForValue)
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
-
mergePostgresqlIdentifier
public SourceObjectIdentifier.Builder mergePostgresqlIdentifier(SourceObjectIdentifier.PostgresqlObjectIdentifier value)
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
-
clearPostgresqlIdentifier
public SourceObjectIdentifier.Builder clearPostgresqlIdentifier()
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
-
getPostgresqlIdentifierBuilder
public SourceObjectIdentifier.PostgresqlObjectIdentifier.Builder getPostgresqlIdentifierBuilder()
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;
-
getPostgresqlIdentifierOrBuilder
public SourceObjectIdentifier.PostgresqlObjectIdentifierOrBuilder getPostgresqlIdentifierOrBuilder()
PostgreSQL data source object identifier.
.google.cloud.datastream.v1.SourceObjectIdentifier.PostgresqlObjectIdentifier postgresql_identifier = 3;- Specified by:
getPostgresqlIdentifierOrBuilderin interfaceSourceObjectIdentifierOrBuilder
-
setUnknownFields
public final SourceObjectIdentifier.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
mergeUnknownFields
public final SourceObjectIdentifier.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SourceObjectIdentifier.Builder>
-
-