public final class SqlInstancesVerifyExternalSyncSettingsRequest extends GeneratedMessage implements SqlInstancesVerifyExternalSyncSettingsRequestOrBuilder
Protobuf type google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MIGRATION_TYPE_FIELD_NUMBER
public static final int MIGRATION_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
MYSQL_SYNC_CONFIG_FIELD_NUMBER
public static final int MYSQL_SYNC_CONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SELECTED_OBJECTS_FIELD_NUMBER
public static final int SELECTED_OBJECTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SYNC_MODE_FIELD_NUMBER
public static final int SYNC_MODE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SYNC_PARALLEL_LEVEL_FIELD_NUMBER
public static final int SYNC_PARALLEL_LEVEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERIFY_CONNECTION_ONLY_FIELD_NUMBER
public static final int VERIFY_CONNECTION_ONLY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERIFY_REPLICATION_ONLY_FIELD_NUMBER
public static final int VERIFY_REPLICATION_ONLY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SqlInstancesVerifyExternalSyncSettingsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SqlInstancesVerifyExternalSyncSettingsRequest.Builder newBuilder()
newBuilder(SqlInstancesVerifyExternalSyncSettingsRequest prototype)
public static SqlInstancesVerifyExternalSyncSettingsRequest.Builder newBuilder(SqlInstancesVerifyExternalSyncSettingsRequest prototype)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseDelimitedFrom(InputStream input)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(CodedInputStream input)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(InputStream input)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SqlInstancesVerifyExternalSyncSettingsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SqlInstancesVerifyExternalSyncSettingsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SqlInstancesVerifyExternalSyncSettingsRequest getDefaultInstanceForType()
getInstance()
public String getInstance()
Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns |
| Type |
Description |
String |
The instance.
|
getInstanceBytes()
public ByteString getInstanceBytes()
Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for instance.
|
getMigrationType()
public SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType getMigrationType()
Optional. MigrationType configures the migration to use physical files or
logical dump files. If not set, then the logical dump file configuration is
used. Valid values are LOGICAL or PHYSICAL. Only applicable to MySQL.
.google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType migration_type = 7 [(.google.api.field_behavior) = OPTIONAL];
getMigrationTypeValue()
public int getMigrationTypeValue()
Optional. MigrationType configures the migration to use physical files or
logical dump files. If not set, then the logical dump file configuration is
used. Valid values are LOGICAL or PHYSICAL. Only applicable to MySQL.
.google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType migration_type = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for migrationType.
|
getMysqlSyncConfig()
public MySqlSyncConfig getMysqlSyncConfig()
Optional. MySQL-specific settings for start external sync.
.google.cloud.sql.v1beta4.MySqlSyncConfig mysql_sync_config = 6 [(.google.api.field_behavior) = OPTIONAL];
getMysqlSyncConfigOrBuilder()
public MySqlSyncConfigOrBuilder getMysqlSyncConfigOrBuilder()
Optional. MySQL-specific settings for start external sync.
.google.cloud.sql.v1beta4.MySqlSyncConfig mysql_sync_config = 6 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<SqlInstancesVerifyExternalSyncSettingsRequest> getParserForType()
Overrides
getProject()
public String getProject()
Project ID of the project that contains the instance.
string project = 2;
| Returns |
| Type |
Description |
String |
The project.
|
getProjectBytes()
public ByteString getProjectBytes()
Project ID of the project that contains the instance.
string project = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for project.
|
getSelectedObjects(int index)
public ExternalSyncSelectedObject getSelectedObjects(int index)
Optional. Migrate only the specified objects from the source instance. If
this field is empty, then migrate all objects.
repeated .google.cloud.sql.v1beta4.ExternalSyncSelectedObject selected_objects = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSelectedObjectsCount()
public int getSelectedObjectsCount()
Optional. Migrate only the specified objects from the source instance. If
this field is empty, then migrate all objects.
repeated .google.cloud.sql.v1beta4.ExternalSyncSelectedObject selected_objects = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getSelectedObjectsList()
public List<ExternalSyncSelectedObject> getSelectedObjectsList()
Optional. Migrate only the specified objects from the source instance. If
this field is empty, then migrate all objects.
repeated .google.cloud.sql.v1beta4.ExternalSyncSelectedObject selected_objects = 9 [(.google.api.field_behavior) = OPTIONAL];
getSelectedObjectsOrBuilder(int index)
public ExternalSyncSelectedObjectOrBuilder getSelectedObjectsOrBuilder(int index)
Optional. Migrate only the specified objects from the source instance. If
this field is empty, then migrate all objects.
repeated .google.cloud.sql.v1beta4.ExternalSyncSelectedObject selected_objects = 9 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSelectedObjectsOrBuilderList()
public List<? extends ExternalSyncSelectedObjectOrBuilder> getSelectedObjectsOrBuilderList()
Optional. Migrate only the specified objects from the source instance. If
this field is empty, then migrate all objects.
repeated .google.cloud.sql.v1beta4.ExternalSyncSelectedObject selected_objects = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.sql.v1beta4.ExternalSyncSelectedObjectOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSyncConfigCase()
public SqlInstancesVerifyExternalSyncSettingsRequest.SyncConfigCase getSyncConfigCase()
getSyncMode()
public SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode getSyncMode()
External sync mode
.google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode sync_mode = 4;
getSyncModeValue()
public int getSyncModeValue()
External sync mode
.google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode sync_mode = 4;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for syncMode.
|
getSyncParallelLevel()
public ExternalSyncParallelLevel getSyncParallelLevel()
Optional. Parallel level for initial data sync. Only applicable for
PostgreSQL.
.google.cloud.sql.v1beta4.ExternalSyncParallelLevel sync_parallel_level = 8 [(.google.api.field_behavior) = OPTIONAL];
getSyncParallelLevelValue()
public int getSyncParallelLevelValue()
Optional. Parallel level for initial data sync. Only applicable for
PostgreSQL.
.google.cloud.sql.v1beta4.ExternalSyncParallelLevel sync_parallel_level = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for syncParallelLevel.
|
getVerifyConnectionOnly()
public boolean getVerifyConnectionOnly()
Flag to enable verifying connection only
bool verify_connection_only = 3;
| Returns |
| Type |
Description |
boolean |
The verifyConnectionOnly.
|
getVerifyReplicationOnly()
public boolean getVerifyReplicationOnly()
Optional. Flag to verify settings required by replication setup only
bool verify_replication_only = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The verifyReplicationOnly.
|
hasMysqlSyncConfig()
public boolean hasMysqlSyncConfig()
Optional. MySQL-specific settings for start external sync.
.google.cloud.sql.v1beta4.MySqlSyncConfig mysql_sync_config = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the mysqlSyncConfig field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SqlInstancesVerifyExternalSyncSettingsRequest.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SqlInstancesVerifyExternalSyncSettingsRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public SqlInstancesVerifyExternalSyncSettingsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides