Class: Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Instance Attribute Summary collapse
-
#backup_name ⇒ Array<String>
Set of backups used by the resource with name in the same format as what is available at http://table/spanner_automon.backup_metadata Corresponds to the JSON property
backupName
. -
#db_name ⇒ Array<String>
Set of databases used by the resource in format /span// Corresponds to the JSON property
dbName
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
constructor
A new instance of CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
Returns a new instance of CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.
403 404 405 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 403 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_name ⇒ Array<String>
Set of backups used by the resource with name in the same format as what is
available at http://table/spanner_automon.backup_metadata
Corresponds to the JSON property backupName
396 397 398 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 396 def backup_name @backup_name end |
#db_name ⇒ Array<String>
Set of databases used by the resource in format /span//
Corresponds to the JSON property dbName
401 402 403 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 401 def db_name @db_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
408 409 410 411 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 408 def update!(**args) @backup_name = args[:backup_name] if args.key?(:backup_name) @db_name = args[:db_name] if args.key?(:db_name) end |