Class: Google::Apis::ApphubV1alpha::SpannerLocation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apphub_v1alpha/classes.rb,
lib/google/apis/apphub_v1alpha/representations.rb,
lib/google/apis/apphub_v1alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SpannerLocation

Returns a new instance of SpannerLocation.



1879
1880
1881
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1879

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#backup_nameArray<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

Returns:

  • (Array<String>)


1872
1873
1874
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1872

def backup_name
  @backup_name
end

#db_nameArray<String>

Set of databases used by the resource in format /span// Corresponds to the JSON property dbName

Returns:

  • (Array<String>)


1877
1878
1879
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1877

def db_name
  @db_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1884
1885
1886
1887
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 1884

def update!(**args)
  @backup_name = args[:backup_name] if args.key?(:backup_name)
  @db_name = args[:db_name] if args.key?(:db_name)
end