Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2MaterializedViewClusterState
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2MaterializedViewClusterState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
The state of a materialized view's data in a particular cluster.
Instance Attribute Summary collapse
-
#replication_state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2MaterializedViewClusterState
constructor
A new instance of GoogleBigtableAdminV2MaterializedViewClusterState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2MaterializedViewClusterState
Returns a new instance of GoogleBigtableAdminV2MaterializedViewClusterState.
1844 1845 1846 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1844 def initialize(**args) update!(**args) end |
Instance Attribute Details
#replication_state ⇒ String
Output only. The state of the materialized view in this cluster.
Corresponds to the JSON property replicationState
1842 1843 1844 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1842 def replication_state @replication_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1849 1850 1851 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1849 def update!(**args) @replication_state = args[:replication_state] if args.key?(:replication_state) end |