Skip to content

Commit 60cc0db

Browse files
feat: Automated regeneration of looker v1 client (googleapis#24685)
Auto-created at 2025-10-19 10:27:42 +0000 using the toys pull request generator.
1 parent c4c9542 commit 60cc0db

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286646,6 +286646,8 @@
286646286646
"/looker:v1/ListOperationsResponse/nextPageToken": next_page_token
286647286647
"/looker:v1/ListOperationsResponse/operations": operations
286648286648
"/looker:v1/ListOperationsResponse/operations/operation": operation
286649+
"/looker:v1/ListOperationsResponse/unreachable": unreachable
286650+
"/looker:v1/ListOperationsResponse/unreachable/unreachable": unreachable
286649286651
"/looker:v1/Location": location
286650286652
"/looker:v1/Location/displayName": display_name
286651286653
"/looker:v1/Location/labels": labels
@@ -286795,6 +286797,7 @@
286795286797
"/looker:v1/looker.projects.locations.operations.list/name": name
286796286798
"/looker:v1/looker.projects.locations.operations.list/pageSize": page_size
286797286799
"/looker:v1/looker.projects.locations.operations.list/pageToken": page_token
286800+
"/looker:v1/looker.projects.locations.operations.list/returnPartialSuccess": return_partial_success
286798286801
"/looker:v1/quotaUser": quota_user
286799286802
"/managedidentities:v1/AttachTrustRequest": attach_trust_request
286800286803
"/managedidentities:v1/AttachTrustRequest/trust": trust_prop

generated/google-apis-looker_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-looker_v1
22

3+
### v0.21.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251001
6+
37
### v0.20.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250906

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,13 @@ class ListOperationsResponse
732732
# @return [Array<Google::Apis::LookerV1::Operation>]
733733
attr_accessor :operations
734734

735+
# Unordered list. Unreachable resources. Populated when the request sets `
736+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
737+
# when attempting to list all resources across all supported locations.
738+
# Corresponds to the JSON property `unreachable`
739+
# @return [Array<String>]
740+
attr_accessor :unreachable
741+
735742
def initialize(**args)
736743
update!(**args)
737744
end
@@ -740,6 +747,7 @@ def initialize(**args)
740747
def update!(**args)
741748
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
742749
@operations = args[:operations] if args.key?(:operations)
750+
@unreachable = args[:unreachable] if args.key?(:unreachable)
743751
end
744752
end
745753

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module LookerV1
1818
# Version of the google-apis-looker_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
404404
property :next_page_token, as: 'nextPageToken'
405405
collection :operations, as: 'operations', class: Google::Apis::LookerV1::Operation, decorator: Google::Apis::LookerV1::Operation::Representation
406406

407+
collection :unreachable, as: 'unreachable'
407408
end
408409
end
409410

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
693693
# The standard list page size.
694694
# @param [String] page_token
695695
# The standard list page token.
696+
# @param [Boolean] return_partial_success
697+
# When set to `true`, operations that are reachable are returned as normal, and
698+
# those that are unreachable are returned in the [ListOperationsResponse.
699+
# unreachable] field. This can only be `true` when reading across collections e.
700+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
701+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
702+
# explicitly documented otherwise in service or product specific documentation.
696703
# @param [String] fields
697704
# Selector specifying which fields to include in a partial response.
698705
# @param [String] quota_user
@@ -710,14 +717,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
710717
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
711718
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
712719
# @raise [Google::Apis::AuthorizationError] Authorization is required
713-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
720+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
714721
command = make_simple_command(:get, 'v1/{+name}/operations', options)
715722
command.response_representation = Google::Apis::LookerV1::ListOperationsResponse::Representation
716723
command.response_class = Google::Apis::LookerV1::ListOperationsResponse
717724
command.params['name'] = name unless name.nil?
718725
command.query['filter'] = filter unless filter.nil?
719726
command.query['pageSize'] = page_size unless page_size.nil?
720727
command.query['pageToken'] = page_token unless page_token.nil?
728+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
721729
command.query['fields'] = fields unless fields.nil?
722730
command.query['quotaUser'] = quota_user unless quota_user.nil?
723731
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)