Skip to content

Commit

Permalink
feat(bigtableadmin): update the api
Browse files Browse the repository at this point in the history
#### bigtableadmin:v2

The following keys were deleted:
- schemas.CheckConsistencyRequest.properties.standardReadRemoteWrites.$ref (Total Keys: 1)
- schemas.StandardReadRemoteWrites (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent 0957c1a commit 199280a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions docs/dyn/bigtableadmin_v2.projects.instances.tables.html
Expand Up @@ -134,8 +134,6 @@ <h3>Method Details</h3>

{ # Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
&quot;consistencyToken&quot;: &quot;A String&quot;, # Required. The token created using GenerateConsistencyToken for the Table.
&quot;standardReadRemoteWrites&quot;: { # Checks that all writes before the consistency token was generated is replicated in every cluster and readable. # Checks that reads using an app profile with `StandardIsolation` can see all writes committed before the token was created, even if the read and write target different clusters.
},
}

x__xgafv: string, V1 error format.
Expand Down
12 changes: 1 addition & 11 deletions googleapiclient/discovery_cache/documents/bigtableadmin.v2.json
Expand Up @@ -1875,7 +1875,7 @@
}
}
},
"revision": "20240207",
"revision": "20240221",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2146,10 +2146,6 @@
"consistencyToken": {
"description": "Required. The token created using GenerateConsistencyToken for the Table.",
"type": "string"
},
"standardReadRemoteWrites": {
"$ref": "StandardReadRemoteWrites",
"description": "Checks that reads using an app profile with `StandardIsolation` can see all writes committed before the token was created, even if the read and write target different clusters."
}
},
"type": "object"
Expand Down Expand Up @@ -3324,12 +3320,6 @@
},
"type": "object"
},
"StandardReadRemoteWrites": {
"description": "Checks that all writes before the consistency token was generated is replicated in every cluster and readable.",
"id": "StandardReadRemoteWrites",
"properties": {},
"type": "object"
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
"id": "Status",
Expand Down

0 comments on commit 199280a

Please sign in to comment.