Skip to content

Commit 542a8d9

Browse files
feat(bigtableadmin): update the api
#### bigtableadmin:v2 The following keys were added: - schemas.ModifyColumnFamiliesRequest.properties.ignoreWarnings.type (Total Keys: 1)
1 parent 077a0d6 commit 542a8d9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/dyn/bigtableadmin_v2.projects.instances.tables.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ <h3>Method Details</h3>
644644
The object takes the form of:
645645

646646
{ # Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies
647+
&quot;ignoreWarnings&quot;: True or False, # If true, ignore safety checks when modifying the column families.
647648
&quot;modifications&quot;: [ # Required. Modifications to be atomically applied to the specified table&#x27;s families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).
648649
{ # A create, update, or delete of a particular column family.
649650
&quot;create&quot;: { # A set of columns within a table which share a common configuration. # Create a new column family with the specified schema, or fail if one already exists with the given ID.

docs/dyn/bigtableadmin_v2.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
Returns:
107107
An object of the form:
108108

109-
{ # A resource that represents Google Cloud Platform location.
109+
{ # A resource that represents a Google Cloud location.
110110
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
111111
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
112112
&quot;a_key&quot;: &quot;A String&quot;,
@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138138

139139
{ # The response message for Locations.ListLocations.
140140
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
141-
{ # A resource that represents Google Cloud Platform location.
141+
{ # A resource that represents a Google Cloud location.
142142
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
143143
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
144144
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/bigtableadmin.v2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@
19661966
}
19671967
}
19681968
},
1969-
"revision": "20230405",
1969+
"revision": "20230517",
19701970
"rootUrl": "https://bigtableadmin.googleapis.com/",
19711971
"schemas": {
19721972
"AppProfile": {
@@ -2995,7 +2995,7 @@
29952995
"type": "object"
29962996
},
29972997
"Location": {
2998-
"description": "A resource that represents Google Cloud Platform location.",
2998+
"description": "A resource that represents a Google Cloud location.",
29992999
"id": "Location",
30003000
"properties": {
30013001
"displayName": {
@@ -3055,6 +3055,10 @@
30553055
"description": "Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies",
30563056
"id": "ModifyColumnFamiliesRequest",
30573057
"properties": {
3058+
"ignoreWarnings": {
3059+
"description": "If true, ignore safety checks when modifying the column families.",
3060+
"type": "boolean"
3061+
},
30583062
"modifications": {
30593063
"description": "Required. Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).",
30603064
"items": {

0 commit comments

Comments
 (0)