3131public final class MaterializedView extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Set to true to make the MaterializedView protected against deletion.
34+ * Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`,
35+ * `REPLICATION_VIEW`, `FULL`.
3536 * The value may be {@code null}.
3637 */
3738 @ com .google .api .client .util .Key
@@ -40,37 +41,40 @@ public final class MaterializedView extends com.google.api.client.json.GenericJs
4041 /**
4142 * Optional. The etag for this materialized view. This may be sent on update requests to ensure
4243 * that the client has an up-to-date value before proceeding. The server returns an ABORTED error
43- * on a mismatched etag.
44+ * on a mismatched etag. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
4445 * The value may be {@code null}.
4546 */
4647 @ com .google .api .client .util .Key
4748 private java .lang .String etag ;
4849
4950 /**
5051 * Identifier. The unique name of the materialized view. Format:
51- * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`
52+ * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}` Views:
53+ * `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
5254 * The value may be {@code null}.
5355 */
5456 @ com .google .api .client .util .Key
5557 private java .lang .String name ;
5658
5759 /**
58- * Required. Immutable. The materialized view's select query.
60+ * Required. Immutable. The materialized view's select query. Views: `SCHEMA_VIEW`, `FULL`.
5961 * The value may be {@code null}.
6062 */
6163 @ com .google .api .client .util .Key
6264 private java .lang .String query ;
6365
6466 /**
65- * Set to true to make the MaterializedView protected against deletion.
67+ * Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`,
68+ * `REPLICATION_VIEW`, `FULL`.
6669 * @return value or {@code null} for none
6770 */
6871 public java .lang .Boolean getDeletionProtection () {
6972 return deletionProtection ;
7073 }
7174
7275 /**
73- * Set to true to make the MaterializedView protected against deletion.
76+ * Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`,
77+ * `REPLICATION_VIEW`, `FULL`.
7478 * @param deletionProtection deletionProtection or {@code null} for none
7579 */
7680 public MaterializedView setDeletionProtection (java .lang .Boolean deletionProtection ) {
@@ -81,7 +85,7 @@ public MaterializedView setDeletionProtection(java.lang.Boolean deletionProtecti
8185 /**
8286 * Optional. The etag for this materialized view. This may be sent on update requests to ensure
8387 * that the client has an up-to-date value before proceeding. The server returns an ABORTED error
84- * on a mismatched etag.
88+ * on a mismatched etag. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
8589 * @return value or {@code null} for none
8690 */
8791 public java .lang .String getEtag () {
@@ -91,7 +95,7 @@ public java.lang.String getEtag() {
9195 /**
9296 * Optional. The etag for this materialized view. This may be sent on update requests to ensure
9397 * that the client has an up-to-date value before proceeding. The server returns an ABORTED error
94- * on a mismatched etag.
98+ * on a mismatched etag. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
9599 * @param etag etag or {@code null} for none
96100 */
97101 public MaterializedView setEtag (java .lang .String etag ) {
@@ -101,7 +105,8 @@ public MaterializedView setEtag(java.lang.String etag) {
101105
102106 /**
103107 * Identifier. The unique name of the materialized view. Format:
104- * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`
108+ * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}` Views:
109+ * `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
105110 * @return value or {@code null} for none
106111 */
107112 public java .lang .String getName () {
@@ -110,7 +115,8 @@ public java.lang.String getName() {
110115
111116 /**
112117 * Identifier. The unique name of the materialized view. Format:
113- * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`
118+ * `projects/{project}/instances/{instance}/materializedViews/{materialized_view}` Views:
119+ * `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.
114120 * @param name name or {@code null} for none
115121 */
116122 public MaterializedView setName (java .lang .String name ) {
@@ -119,15 +125,15 @@ public MaterializedView setName(java.lang.String name) {
119125 }
120126
121127 /**
122- * Required. Immutable. The materialized view's select query.
128+ * Required. Immutable. The materialized view's select query. Views: `SCHEMA_VIEW`, `FULL`.
123129 * @return value or {@code null} for none
124130 */
125131 public java .lang .String getQuery () {
126132 return query ;
127133 }
128134
129135 /**
130- * Required. Immutable. The materialized view's select query.
136+ * Required. Immutable. The materialized view's select query. Views: `SCHEMA_VIEW`, `FULL`.
131137 * @param query query or {@code null} for none
132138 */
133139 public MaterializedView setQuery (java .lang .String query ) {
0 commit comments