google-apis-firebaseappcheck_v1beta 0.34.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 924f9344262f32f69665303b2cb0c84feeb8f9f8f566ee50a2048d48d9908e05
4
- data.tar.gz: 9f6f8aea107b22c2b8128684671c5aebcae4a55e51171f36fa879541da93c851
3
+ metadata.gz: a84045a9ec8327c85a35189a828b56deb9553979d8aa77f9ab74d5aae733d584
4
+ data.tar.gz: 2a6ed1ec136455b7bb1e5048bbcf2aea528959ad69ff77d0c9d0440591f0c5ee
5
5
  SHA512:
6
- metadata.gz: c440e40472a1978ff72a08e6ece79f5302e8561f74b3caaf711d2999ab7a6015ca8f58a3cedc2ffd35f4dcd3e6b01a7d61fc5c0c9291d8db1207fed17c95ed50
7
- data.tar.gz: 65cf9f9f0332aaa3e367e4c1cfafef6480ff581314de35f4265bf02daf7f2359f92f293304200abccd62bd63ba916735b02e3eab2fc1bf214dbc613b45d0324d
6
+ metadata.gz: 662e66c3c993815fe46e438ed8a9b14bd50baae614d836b7d7e1310ef86bf94bb5f27cd1daca6d98205ed2c6f94fd0e0cb2c674302581f70fbfc2809ed5e031f
7
+ data.tar.gz: dc1e7c775eedeec8e441c94e2e7fc5fa8a1f7c905dbf19b2e10a6a0449bb04aff1a0f90fcf803720e461f699d58aa1af26010fb2a1faf1caf535cd012d2dcfb0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappcheck_v1beta
2
2
 
3
+ ### v0.36.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240122
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.35.0 (2024-01-23)
9
+
10
+ * Regenerated using generator version 0.13.0
11
+
3
12
  ### v0.34.0 (2023-12-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20231204
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappcheckV1beta
18
18
  # Version of the google-apis-firebaseappcheck_v1beta gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231204"
25
+ REVISION = "20240122"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://firebase.google.com/docs/app-check
35
35
  class FirebaseappcheckService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://firebaseappcheck.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://firebaseappcheck.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-firebaseappcheck_v1beta',
49
51
  client_version: Google::Apis::FirebaseappcheckV1beta::GEM_VERSION)
50
52
  @batch_path = 'batch'
@@ -2051,6 +2053,16 @@ module Google
2051
2053
  # Required. The relative resource name of the parent project and service for
2052
2054
  # which to list each associated ResourcePolicy, in the format: ``` projects/`
2053
2055
  # project_number`/services/`service_name` ```
2056
+ # @param [String] filter
2057
+ # Optional. Filters the results by the specified rule. For the exact syntax of
2058
+ # this field, please consult the [AIP-160](https://google.aip.dev/160) standard.
2059
+ # Currently, since the only fields in the ResourcePolicy resource are the scalar
2060
+ # fields `enforcement_mode` and `target_resource`, this method does not support
2061
+ # the traversal operator (`.`) or the has operator (`:`). Here are some examples
2062
+ # of valid filters: * `enforcement_mode = ENFORCED` * `target_resource = "//
2063
+ # oauth2.googleapis.com/projects/12345/oauthClients/"` * `enforcement_mode =
2064
+ # ENFORCED AND target_resource = "//oauth2.googleapis.com/projects/12345/
2065
+ # oauthClients/"`
2054
2066
  # @param [Fixnum] page_size
2055
2067
  # The maximum number of ResourcePolicys to return in the response. Only
2056
2068
  # explicitly configured policies are returned. The server may return fewer than
@@ -2079,11 +2091,12 @@ module Google
2079
2091
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2080
2092
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2081
2093
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2082
- def list_project_service_resource_policies(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2094
+ def list_project_service_resource_policies(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2083
2095
  command = make_simple_command(:get, 'v1beta/{+parent}/resourcePolicies', options)
2084
2096
  command.response_representation = Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaListResourcePoliciesResponse::Representation
2085
2097
  command.response_class = Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaListResourcePoliciesResponse
2086
2098
  command.params['parent'] = parent unless parent.nil?
2099
+ command.query['filter'] = filter unless filter.nil?
2087
2100
  command.query['pageSize'] = page_size unless page_size.nil?
2088
2101
  command.query['pageToken'] = page_token unless page_token.nil?
2089
2102
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappcheck_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase App Check API V1beta