public interface CloudSqlSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDatabaseFlags(String key)
The database flags passed to the Cloud SQL instance at startup.
|
boolean |
containsUserLabels(String key)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
|
CloudSqlSettings.SqlActivationPolicy |
getActivationPolicy()
The activation policy specifies when the instance is activated; it is
applicable only when the instance state is 'RUNNABLE'.
|
int |
getActivationPolicyValue()
The activation policy specifies when the instance is activated; it is
applicable only when the instance state is 'RUNNABLE'.
|
com.google.protobuf.BoolValue |
getAutoStorageIncrease()
[default: ON] If you enable this setting, Cloud SQL checks your available
storage every 30 seconds.
|
com.google.protobuf.BoolValueOrBuilder |
getAutoStorageIncreaseOrBuilder()
[default: ON] If you enable this setting, Cloud SQL checks your available
storage every 30 seconds.
|
CloudSqlSettings.SqlAvailabilityType |
getAvailabilityType()
Optional.
|
int |
getAvailabilityTypeValue()
Optional.
|
String |
getCmekKeyName()
The KMS key name used for the csql instance.
|
com.google.protobuf.ByteString |
getCmekKeyNameBytes()
The KMS key name used for the csql instance.
|
String |
getCollation()
The Cloud SQL default instance level collation.
|
com.google.protobuf.ByteString |
getCollationBytes()
The Cloud SQL default instance level collation.
|
Map<String,String> |
getDatabaseFlags()
Deprecated.
|
int |
getDatabaseFlagsCount()
The database flags passed to the Cloud SQL instance at startup.
|
Map<String,String> |
getDatabaseFlagsMap()
The database flags passed to the Cloud SQL instance at startup.
|
String |
getDatabaseFlagsOrDefault(String key,
String defaultValue)
The database flags passed to the Cloud SQL instance at startup.
|
String |
getDatabaseFlagsOrThrow(String key)
The database flags passed to the Cloud SQL instance at startup.
|
CloudSqlSettings.SqlDatabaseVersion |
getDatabaseVersion()
The database engine type and version.
|
int |
getDatabaseVersionValue()
The database engine type and version.
|
com.google.protobuf.Int64Value |
getDataDiskSizeGb()
The storage capacity available to the database, in GB.
|
com.google.protobuf.Int64ValueOrBuilder |
getDataDiskSizeGbOrBuilder()
The storage capacity available to the database, in GB.
|
CloudSqlSettings.SqlDataDiskType |
getDataDiskType()
The type of storage: `PD_SSD` (default) or `PD_HDD`.
|
int |
getDataDiskTypeValue()
The type of storage: `PD_SSD` (default) or `PD_HDD`.
|
CloudSqlSettings.Edition |
getEdition()
Optional.
|
int |
getEditionValue()
Optional.
|
SqlIpConfig |
getIpConfig()
The settings for IP Management.
|
SqlIpConfigOrBuilder |
getIpConfigOrBuilder()
The settings for IP Management.
|
String |
getRootPassword()
Input only.
|
com.google.protobuf.ByteString |
getRootPasswordBytes()
Input only.
|
boolean |
getRootPasswordSet()
Output only.
|
String |
getSecondaryZone()
Optional.
|
com.google.protobuf.ByteString |
getSecondaryZoneBytes()
Optional.
|
String |
getSourceId()
The Database Migration Service source connection profile ID,
in the format:
`projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID`
|
com.google.protobuf.ByteString |
getSourceIdBytes()
The Database Migration Service source connection profile ID,
in the format:
`projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID`
|
com.google.protobuf.Int64Value |
getStorageAutoResizeLimit()
The maximum size to which storage capacity can be automatically increased.
|
com.google.protobuf.Int64ValueOrBuilder |
getStorageAutoResizeLimitOrBuilder()
The maximum size to which storage capacity can be automatically increased.
|
String |
getTier()
The tier (or machine type) for this instance, for example:
`db-n1-standard-1` (MySQL instances) or
`db-custom-1-3840` (PostgreSQL instances).
|
com.google.protobuf.ByteString |
getTierBytes()
The tier (or machine type) for this instance, for example:
`db-n1-standard-1` (MySQL instances) or
`db-custom-1-3840` (PostgreSQL instances).
|
Map<String,String> |
getUserLabels()
Deprecated.
|
int |
getUserLabelsCount()
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
|
Map<String,String> |
getUserLabelsMap()
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
|
String |
getUserLabelsOrDefault(String key,
String defaultValue)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
|
String |
getUserLabelsOrThrow(String key)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
|
String |
getZone()
The Google Cloud Platform zone where your Cloud SQL database instance is
located.
|
com.google.protobuf.ByteString |
getZoneBytes()
The Google Cloud Platform zone where your Cloud SQL database instance is
located.
|
boolean |
hasAutoStorageIncrease()
[default: ON] If you enable this setting, Cloud SQL checks your available
storage every 30 seconds.
|
boolean |
hasDataDiskSizeGb()
The storage capacity available to the database, in GB.
|
boolean |
hasIpConfig()
The settings for IP Management.
|
boolean |
hasStorageAutoResizeLimit()
The maximum size to which storage capacity can be automatically increased.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDatabaseVersionValue()
The database engine type and version.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion database_version = 1;
CloudSqlSettings.SqlDatabaseVersion getDatabaseVersion()
The database engine type and version.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion database_version = 1;
int getUserLabelsCount()
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs.
Example: `{ "name": "wrench", "mass": "18kg", "count": "3" }`.
map<string, string> user_labels = 2;boolean containsUserLabels(String key)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs.
Example: `{ "name": "wrench", "mass": "18kg", "count": "3" }`.
map<string, string> user_labels = 2;@Deprecated Map<String,String> getUserLabels()
getUserLabelsMap() instead.Map<String,String> getUserLabelsMap()
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs.
Example: `{ "name": "wrench", "mass": "18kg", "count": "3" }`.
map<string, string> user_labels = 2;String getUserLabelsOrDefault(String key, String defaultValue)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs.
Example: `{ "name": "wrench", "mass": "18kg", "count": "3" }`.
map<string, string> user_labels = 2;String getUserLabelsOrThrow(String key)
The resource labels for a Cloud SQL instance to use to annotate any related
underlying resources such as Compute Engine VMs.
An object containing a list of "key": "value" pairs.
Example: `{ "name": "wrench", "mass": "18kg", "count": "3" }`.
map<string, string> user_labels = 2;String getTier()
The tier (or machine type) for this instance, for example: `db-n1-standard-1` (MySQL instances) or `db-custom-1-3840` (PostgreSQL instances). For more information, see [Cloud SQL Instance Settings](https://cloud.google.com/sql/docs/mysql/instance-settings).
string tier = 3;com.google.protobuf.ByteString getTierBytes()
The tier (or machine type) for this instance, for example: `db-n1-standard-1` (MySQL instances) or `db-custom-1-3840` (PostgreSQL instances). For more information, see [Cloud SQL Instance Settings](https://cloud.google.com/sql/docs/mysql/instance-settings).
string tier = 3;boolean hasStorageAutoResizeLimit()
The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
.google.protobuf.Int64Value storage_auto_resize_limit = 4;com.google.protobuf.Int64Value getStorageAutoResizeLimit()
The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
.google.protobuf.Int64Value storage_auto_resize_limit = 4;com.google.protobuf.Int64ValueOrBuilder getStorageAutoResizeLimitOrBuilder()
The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit.
.google.protobuf.Int64Value storage_auto_resize_limit = 4;int getActivationPolicyValue()
The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests. `NEVER`: The instance is off; it is not activated, even if a connection request arrives.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy activation_policy = 5;
CloudSqlSettings.SqlActivationPolicy getActivationPolicy()
The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests. `NEVER`: The instance is off; it is not activated, even if a connection request arrives.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy activation_policy = 5;
boolean hasIpConfig()
The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
.google.cloud.clouddms.v1.SqlIpConfig ip_config = 6;SqlIpConfig getIpConfig()
The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
.google.cloud.clouddms.v1.SqlIpConfig ip_config = 6;SqlIpConfigOrBuilder getIpConfigOrBuilder()
The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled.
.google.cloud.clouddms.v1.SqlIpConfig ip_config = 6;boolean hasAutoStorageIncrease()
[default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
.google.protobuf.BoolValue auto_storage_increase = 7;com.google.protobuf.BoolValue getAutoStorageIncrease()
[default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
.google.protobuf.BoolValue auto_storage_increase = 7;com.google.protobuf.BoolValueOrBuilder getAutoStorageIncreaseOrBuilder()
[default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB.
.google.protobuf.BoolValue auto_storage_increase = 7;int getDatabaseFlagsCount()
The database flags passed to the Cloud SQL instance at startup.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
map<string, string> database_flags = 8;boolean containsDatabaseFlags(String key)
The database flags passed to the Cloud SQL instance at startup.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
map<string, string> database_flags = 8;@Deprecated Map<String,String> getDatabaseFlags()
getDatabaseFlagsMap() instead.Map<String,String> getDatabaseFlagsMap()
The database flags passed to the Cloud SQL instance at startup.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
map<string, string> database_flags = 8;String getDatabaseFlagsOrDefault(String key, String defaultValue)
The database flags passed to the Cloud SQL instance at startup.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
map<string, string> database_flags = 8;String getDatabaseFlagsOrThrow(String key)
The database flags passed to the Cloud SQL instance at startup.
An object containing a list of "key": value pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
map<string, string> database_flags = 8;int getDataDiskTypeValue()
The type of storage: `PD_SSD` (default) or `PD_HDD`.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType data_disk_type = 9;CloudSqlSettings.SqlDataDiskType getDataDiskType()
The type of storage: `PD_SSD` (default) or `PD_HDD`.
.google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType data_disk_type = 9;boolean hasDataDiskSizeGb()
The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
.google.protobuf.Int64Value data_disk_size_gb = 10;com.google.protobuf.Int64Value getDataDiskSizeGb()
The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
.google.protobuf.Int64Value data_disk_size_gb = 10;com.google.protobuf.Int64ValueOrBuilder getDataDiskSizeGbOrBuilder()
The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
.google.protobuf.Int64Value data_disk_size_gb = 10;String getZone()
The Google Cloud Platform zone where your Cloud SQL database instance is located.
string zone = 11;com.google.protobuf.ByteString getZoneBytes()
The Google Cloud Platform zone where your Cloud SQL database instance is located.
string zone = 11;String getSecondaryZone()
Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
string secondary_zone = 18 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSecondaryZoneBytes()
Optional. The Google Cloud Platform zone where the failover Cloud SQL database instance is located. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
string secondary_zone = 18 [(.google.api.field_behavior) = OPTIONAL];String getSourceId()
The Database Migration Service source connection profile ID, in the format: `projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID`
string source_id = 12;com.google.protobuf.ByteString getSourceIdBytes()
The Database Migration Service source connection profile ID, in the format: `projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID`
string source_id = 12;String getRootPassword()
Input only. Initial root password.
string root_password = 13 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.ByteString getRootPasswordBytes()
Input only. Initial root password.
string root_password = 13 [(.google.api.field_behavior) = INPUT_ONLY];boolean getRootPasswordSet()
Output only. Indicates If this connection profile root password is stored.
bool root_password_set = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];String getCollation()
The Cloud SQL default instance level collation.
string collation = 15;com.google.protobuf.ByteString getCollationBytes()
The Cloud SQL default instance level collation.
string collation = 15;String getCmekKeyName()
The KMS key name used for the csql instance.
string cmek_key_name = 16;com.google.protobuf.ByteString getCmekKeyNameBytes()
The KMS key name used for the csql instance.
string cmek_key_name = 16;int getAvailabilityTypeValue()
Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
.google.cloud.clouddms.v1.CloudSqlSettings.SqlAvailabilityType availability_type = 17 [(.google.api.field_behavior) = OPTIONAL];
CloudSqlSettings.SqlAvailabilityType getAvailabilityType()
Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
.google.cloud.clouddms.v1.CloudSqlSettings.SqlAvailabilityType availability_type = 17 [(.google.api.field_behavior) = OPTIONAL];
int getEditionValue()
Optional. The edition of the given Cloud SQL instance.
.google.cloud.clouddms.v1.CloudSqlSettings.Edition edition = 19 [(.google.api.field_behavior) = OPTIONAL];
CloudSqlSettings.Edition getEdition()
Optional. The edition of the given Cloud SQL instance.
.google.cloud.clouddms.v1.CloudSqlSettings.Edition edition = 19 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.