Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Disable validation warnings
Instance Attribute Summary collapse
-
#internal_resource_metadata ⇒ Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata>
Disable validation warnings Corresponds to the JSON property
internalResourceMetadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainCustomMetadataData
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainCustomMetadataData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainCustomMetadataData
Returns a new instance of StorageDatabasecenterPartnerapiV1mainCustomMetadataData.
4224 4225 4226 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4224 def initialize(**args) update!(**args) end |
Instance Attribute Details
#internal_resource_metadata ⇒ Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata>
Disable validation warnings
Corresponds to the JSON property internalResourceMetadata
4222 4223 4224 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4222 def @internal_resource_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4229 4230 4231 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4229 def update!(**args) @internal_resource_metadata = args[:internal_resource_metadata] if args.key?(:internal_resource_metadata) end |