You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/AppProfile.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ public final class AppProfile extends com.google.api.client.json.GenericJson {
48
48
/**
49
49
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
50
50
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
51
-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
52
-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
51
+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
52
+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
53
53
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
54
54
* The value may be {@code null}.
55
55
*/
@@ -131,8 +131,8 @@ public AppProfile setDescription(java.lang.String description) {
131
131
/**
132
132
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
133
133
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
134
-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
135
-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
134
+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
135
+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
136
136
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
137
137
* @return value or {@code null} for none
138
138
*/
@@ -143,8 +143,8 @@ public java.lang.String getEtag() {
143
143
/**
144
144
* Strongly validated etag for optimistic concurrency control. Preserve the value returned from
145
145
* `GetAppProfile` when calling `UpdateAppProfile` to fail the request if there has been a
146
-
* modification in the mean time. The `update_mask` of the request need not include `etag` for
147
-
* this protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
146
+
* modification in the meantime. The `update_mask` of the request need not include `etag` for this
147
+
* protection to apply. See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC
148
148
* 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more details.
0 commit comments