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.
1815 1816 1817 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1815 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
1813 1814 1815 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1813 def replication_state @replication_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1820 1821 1822 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1820 def update!(**args) @replication_state = args[:replication_state] if args.key?(:replication_state) end |