Skip to content

Commit

Permalink
feat: Automated regeneration of bigtableadmin v2 client (#18933)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-05 09:49:05 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 5, 2024
1 parent be7dda8 commit dee9ffe
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Expand Up @@ -46248,6 +46248,7 @@
"/bigtableadmin:v2/Instance/labels": labels
"/bigtableadmin:v2/Instance/labels/label": label
"/bigtableadmin:v2/Instance/name": name
"/bigtableadmin:v2/Instance/satisfiesPzi": satisfies_pzi
"/bigtableadmin:v2/Instance/satisfiesPzs": satisfies_pzs
"/bigtableadmin:v2/Instance/state": state
"/bigtableadmin:v2/Instance/type": type
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-bigtableadmin_v2/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release history for google-apis-bigtableadmin_v2

### v0.54.0 (2024-05-05)

* Regenerated from discovery document revision 20240429

### v0.53.0 (2024-04-28)

* Regenerated from discovery document revision 20240413
Expand Down
Expand Up @@ -1899,6 +1899,12 @@ class Instance
# @return [String]
attr_accessor :name

# Output only. Reserved for future use.
# Corresponds to the JSON property `satisfiesPzi`
# @return [Boolean]
attr_accessor :satisfies_pzi
alias_method :satisfies_pzi?, :satisfies_pzi

# Output only. Reserved for future use.
# Corresponds to the JSON property `satisfiesPzs`
# @return [Boolean]
Expand All @@ -1925,6 +1931,7 @@ def update!(**args)
@display_name = args[:display_name] if args.key?(:display_name)
@labels = args[:labels] if args.key?(:labels)
@name = args[:name] if args.key?(:name)
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
@state = args[:state] if args.key?(:state)
@type = args[:type] if args.key?(:type)
Expand Down
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BigtableadminV2
# Version of the google-apis-bigtableadmin_v2 gem
GEM_VERSION = "0.53.0"
GEM_VERSION = "0.54.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240413"
REVISION = "20240429"
end
end
end
Expand Up @@ -1105,6 +1105,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :display_name, as: 'displayName'
hash :labels, as: 'labels'
property :name, as: 'name'
property :satisfies_pzi, as: 'satisfiesPzi'
property :satisfies_pzs, as: 'satisfiesPzs'
property :state, as: 'state'
property :type, as: 'type'
Expand Down
Expand Up @@ -1960,8 +1960,8 @@ def get_authorized_view_iam_policy(resource, get_iam_policy_request_object = nil
# @param [String] page_token
# Optional. The value of `next_page_token` returned by a previous call.
# @param [String] view
# Optional. The resource_view to be applied to the returned views' fields.
# Default to NAME_ONLY.
# Optional. The resource_view to be applied to the returned AuthorizedViews'
# fields. Default to NAME_ONLY.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down

0 comments on commit dee9ffe

Please sign in to comment.