Class: Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance verify external sync settings response.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Sql::V1::SqlExternalSyncSettingError>
List of migration violations.
-
#kind ⇒ ::String
This is always
sql#migrationSettingErrorList. -
#warnings ⇒ ::Array<::Google::Cloud::Sql::V1::SqlExternalSyncSettingError>
List of migration warnings.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Sql::V1::SqlExternalSyncSettingError>
Returns List of migration violations.
938 939 940 941 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 938 class SqlInstancesVerifyExternalSyncSettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#migrationSettingErrorList.
938 939 940 941 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 938 class SqlInstancesVerifyExternalSyncSettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warnings ⇒ ::Array<::Google::Cloud::Sql::V1::SqlExternalSyncSettingError>
Returns List of migration warnings.
938 939 940 941 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 938 class SqlInstancesVerifyExternalSyncSettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |