Skip to content

Commit dee9ffe

Browse files
feat: Automated regeneration of bigtableadmin v2 client (#18933)
Auto-created at 2024-05-05 09:49:05 +0000 using the toys pull request generator.
1 parent be7dda8 commit dee9ffe

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

api_names_out.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46248,6 +46248,7 @@
4624846248
"/bigtableadmin:v2/Instance/labels": labels
4624946249
"/bigtableadmin:v2/Instance/labels/label": label
4625046250
"/bigtableadmin:v2/Instance/name": name
46251+
"/bigtableadmin:v2/Instance/satisfiesPzi": satisfies_pzi
4625146252
"/bigtableadmin:v2/Instance/satisfiesPzs": satisfies_pzs
4625246253
"/bigtableadmin:v2/Instance/state": state
4625346254
"/bigtableadmin:v2/Instance/type": type

generated/google-apis-bigtableadmin_v2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigtableadmin_v2
22

3+
### v0.54.0 (2024-05-05)
4+
5+
* Regenerated from discovery document revision 20240429
6+
37
### v0.53.0 (2024-04-28)
48

59
* Regenerated from discovery document revision 20240413

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb

+7
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,12 @@ class Instance
18991899
# @return [String]
19001900
attr_accessor :name
19011901

1902+
# Output only. Reserved for future use.
1903+
# Corresponds to the JSON property `satisfiesPzi`
1904+
# @return [Boolean]
1905+
attr_accessor :satisfies_pzi
1906+
alias_method :satisfies_pzi?, :satisfies_pzi
1907+
19021908
# Output only. Reserved for future use.
19031909
# Corresponds to the JSON property `satisfiesPzs`
19041910
# @return [Boolean]
@@ -1925,6 +1931,7 @@ def update!(**args)
19251931
@display_name = args[:display_name] if args.key?(:display_name)
19261932
@labels = args[:labels] if args.key?(:labels)
19271933
@name = args[:name] if args.key?(:name)
1934+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
19281935
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
19291936
@state = args[:state] if args.key?(:state)
19301937
@type = args[:type] if args.key?(:type)

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigtableadminV2
1818
# Version of the google-apis-bigtableadmin_v2 gem
19-
GEM_VERSION = "0.53.0"
19+
GEM_VERSION = "0.54.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240413"
25+
REVISION = "20240429"
2626
end
2727
end
2828
end

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
11051105
property :display_name, as: 'displayName'
11061106
hash :labels, as: 'labels'
11071107
property :name, as: 'name'
1108+
property :satisfies_pzi, as: 'satisfiesPzi'
11081109
property :satisfies_pzs, as: 'satisfiesPzs'
11091110
property :state, as: 'state'
11101111
property :type, as: 'type'

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@ def get_authorized_view_iam_policy(resource, get_iam_policy_request_object = nil
19601960
# @param [String] page_token
19611961
# Optional. The value of `next_page_token` returned by a previous call.
19621962
# @param [String] view
1963-
# Optional. The resource_view to be applied to the returned views' fields.
1964-
# Default to NAME_ONLY.
1963+
# Optional. The resource_view to be applied to the returned AuthorizedViews'
1964+
# fields. Default to NAME_ONLY.
19651965
# @param [String] fields
19661966
# Selector specifying which fields to include in a partial response.
19671967
# @param [String] quota_user

0 commit comments

Comments
 (0)