google-apis-beyondcorp_v1alpha 0.6.0 → 0.7.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: baaa49f65b22a3a794e1368e2f3c13ec9542462680753636d90b3fb8eb50181f
4
- data.tar.gz: 16907dcc7f269db0be8244939b68623f52776b3660cedca827b5ef7027e6a1aa
3
+ metadata.gz: 9198c1b2b2b8f0468b3499bf54cd801fd3e6b896b8331ede5cfc640a6c589651
4
+ data.tar.gz: d56353ccff7185dbdf1f97dbab1b3d67bb26d77005bcdd91ea250ab86bac19a9
5
5
  SHA512:
6
- metadata.gz: 9c03c87dd246707f1364c11cc599a95dd3ecd7bf706fbc5636e04e3210b72b19292898a427670bb16d40bd849e5dd60bfacf8eed39f952613d193a0f349de7b0
7
- data.tar.gz: 7c58528f859b76542b5150a22b2edd89eeab39cf86852bd8fc0bd0a58c7c029706358e6e0f0d5619401bc929d3bbf9cbc0e315ff0b601d9bc01486377657bdab
6
+ metadata.gz: cf6bd43788bd742eea38d8535ecbad102481cfcdf5105166a99bccdbd9adf87ef4937d4a495fd10cfd2787a7109b1fad3960c11820df36cf17ab75f55b2723b0
7
+ data.tar.gz: da683704090fb33901f800fe7e777adcbb6251df306157fcc58a0ea0b8650fc0da04e0544f2ac2574bb694101e25103411d4fe3047ec97665a38d25deb95eb91
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.7.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
3
7
  ### v0.6.0 (2022-07-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20220725
@@ -2819,25 +2819,28 @@ module Google
2819
2819
  # anyone who is authenticated with a Google account or a service account. * `
2820
2820
  # user:`emailid``: An email address that represents a specific Google account.
2821
2821
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
2822
- # address that represents a service account. For example, `my-other-app@appspot.
2823
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
2824
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
2825
- # `uniqueid``: An email address (plus unique identifier) representing a user
2826
- # that has been recently deleted. For example, `alice@example.com?uid=
2827
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
2828
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
2829
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
2830
- # identifier) representing a service account that has been recently deleted. For
2831
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
2832
- # If the service account is undeleted, this value reverts to `serviceAccount:`
2833
- # emailid`` and the undeleted service account retains the role in the binding. *
2834
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
2835
- # identifier) representing a Google group that has been recently deleted. For
2836
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
2837
- # recovered, this value reverts to `group:`emailid`` and the recovered group
2838
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
2839
- # primary) that represents all the users of that domain. For example, `google.
2840
- # com` or `example.com`.
2822
+ # address that represents a Google service account. For example, `my-other-app@
2823
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
2824
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
2825
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
2826
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
2827
+ # . * `group:`emailid``: An email address that represents a Google group. For
2828
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
2829
+ # email address (plus unique identifier) representing a user that has been
2830
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
2831
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
2832
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
2833
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2834
+ # representing a service account that has been recently deleted. For example, `
2835
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
2836
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
2837
+ # and the undeleted service account retains the role in the binding. * `deleted:
2838
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
2839
+ # representing a Google group that has been recently deleted. For example, `
2840
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
2841
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
2842
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
2843
+ # all the users of that domain. For example, `google.com` or `example.com`.
2841
2844
  # Corresponds to the JSON property `members`
2842
2845
  # @return [Array<String>]
2843
2846
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220725"
25
+ REVISION = "20220804"
26
26
  end
27
27
  end
28
28
  end
@@ -60,7 +60,7 @@ module Google
60
60
  # organization_id`/locations/`location_id`/insights/`insight_id`` `projects/`
61
61
  # project_id`/locations/`location_id`/insights/`insight_id``.
62
62
  # @param [String] aggregation
63
- # Optional. Aggregation type. Available aggregation could be fetched by calling
63
+ # Required. Aggregation type. Available aggregation could be fetched by calling
64
64
  # insight list and get APIs in `BASIC` view.
65
65
  # @param [String] custom_grouping_field_filter
66
66
  # Optional. Filterable parameters to be added to the grouping clause. Available
@@ -135,10 +135,11 @@ module Google
135
135
 
136
136
  # Gets the value for a selected particular insight with default configuration.
137
137
  # The default aggregation level is 'DAILY' and no grouping will be applied or
138
- # default grouping if applicable. The data will be returned for recent 7 days.
139
- # Use the organization level path for fetching at org level and project level
140
- # path for fetching the insight value specific to a particular project. Setting
141
- # the `view` to `BASIC` will only return the metadata for the insight.
138
+ # default grouping if applicable. The data will be returned for recent 7 days
139
+ # starting the day before. The insight data size will be limited to 50 rows. Use
140
+ # the organization level path for fetching at org level and project level path
141
+ # for fetching the insight value specific to a particular project. Setting the `
142
+ # view` to `BASIC` will only return the metadata for the insight.
142
143
  # @param [String] name
143
144
  # Required. The resource name of the insight using the form: `organizations/`
144
145
  # organization_id`/locations/`location_id`/insights/`insight_id`` `projects/`
@@ -3055,7 +3056,7 @@ module Google
3055
3056
  # organization_id`/locations/`location_id`/insights/`insight_id`` `projects/`
3056
3057
  # project_id`/locations/`location_id`/insights/`insight_id``.
3057
3058
  # @param [String] aggregation
3058
- # Optional. Aggregation type. Available aggregation could be fetched by calling
3059
+ # Required. Aggregation type. Available aggregation could be fetched by calling
3059
3060
  # insight list and get APIs in `BASIC` view.
3060
3061
  # @param [String] custom_grouping_field_filter
3061
3062
  # Optional. Filterable parameters to be added to the grouping clause. Available
@@ -3130,10 +3131,11 @@ module Google
3130
3131
 
3131
3132
  # Gets the value for a selected particular insight with default configuration.
3132
3133
  # The default aggregation level is 'DAILY' and no grouping will be applied or
3133
- # default grouping if applicable. The data will be returned for recent 7 days.
3134
- # Use the organization level path for fetching at org level and project level
3135
- # path for fetching the insight value specific to a particular project. Setting
3136
- # the `view` to `BASIC` will only return the metadata for the insight.
3134
+ # default grouping if applicable. The data will be returned for recent 7 days
3135
+ # starting the day before. The insight data size will be limited to 50 rows. Use
3136
+ # the organization level path for fetching at org level and project level path
3137
+ # for fetching the insight value specific to a particular project. Setting the `
3138
+ # view` to `BASIC` will only return the metadata for the insight.
3137
3139
  # @param [String] name
3138
3140
  # Required. The resource name of the insight using the form: `organizations/`
3139
3141
  # organization_id`/locations/`location_id`/insights/`insight_id`` `projects/`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-beyondcorp_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []