Class: Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#errors::Array<::Google::Cloud::Sql::V1::SqlExternalSyncSettingError>

Returns List of migration violations.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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