google-apis-metastore_v1beta 0.32.0 → 0.35.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: a4782070e0f78334658b21845cb6bc4679555f12e88ca7a8b80d631ca27b7643
4
- data.tar.gz: 42e6b707f61bc6a7d7d75ffc5a63f7d28d9dd161d571d04ff1c9dd411a71978c
3
+ metadata.gz: 1479d978e1e145dd099f191221a62e4860c93e8ceffefaf4418b1f28af0e4eca
4
+ data.tar.gz: 952c253402e41369252c69999ab49c67d4d1a568bdea6ee7ea4056892e26cacf
5
5
  SHA512:
6
- metadata.gz: 35be8f2d471d31e260379933aa47d007119832116770ec35f520373d827322bfe513ec6be4a9e36cbf6a85d4ccdd05866325caa69573a4f998737a42d10bfc0e
7
- data.tar.gz: 9aab8b97a70b34731203d0bbaf0b4633b2fb5167fc6e87dd5f50ba3a97962cb9d9a650ba05a3a17c325d775a73903744ad0824185f5e4dd0b07c9e7a98a1217c
6
+ metadata.gz: 4b465e6f4e870679aa27fe3705630b9a8e8cf53aaee76fb3118866ecfc8d9bd7bed378b715d89f1f899cf63fd6e8cc1e1f525ac3c4297ebd939270b6e5e2567a
7
+ data.tar.gz: 72513be21168b16721d35e339b3672e744664f85f20d27516a29356fea37688ca65a636204e24d345d8fe29d3804db01fc9eeb9a46f50151ad84d3e4d4eaca2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.35.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220905
6
+
7
+ ### v0.34.0 (2022-09-02)
8
+
9
+ * Regenerated from discovery document revision 20220830
10
+
11
+ ### v0.33.0 (2022-08-13)
12
+
13
+ * Regenerated from discovery document revision 20220809
14
+
3
15
  ### v0.32.0 (2022-07-05)
4
16
 
5
17
  * Regenerated from discovery document revision 20220627
@@ -242,10 +242,15 @@ module Google
242
242
  # members can have the following values: allUsers: A special identifier that
243
243
  # represents anyone who is on the internet; with or without a Google account.
244
244
  # allAuthenticatedUsers: A special identifier that represents anyone who is
245
- # authenticated with a Google account or a service account. user:`emailid`: An
246
- # email address that represents a specific Google account. For example, alice@
247
- # example.com . serviceAccount:`emailid`: An email address that represents a
248
- # service account. For example, my-other-app@appspot.gserviceaccount.com. group:`
245
+ # authenticated with a Google account or a service account. Does not include
246
+ # identities that come from external identity providers (IdPs) through identity
247
+ # federation. user:`emailid`: An email address that represents a specific Google
248
+ # account. For example, alice@example.com . serviceAccount:`emailid`: An email
249
+ # address that represents a Google service account. For example, my-other-app@
250
+ # appspot.gserviceaccount.com. serviceAccount:`projectid`.svc.id.goog[`namespace`
251
+ # /`kubernetes-sa`]: An identifier for a Kubernetes service account (https://
252
+ # cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
253
+ # For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
249
254
  # emailid`: An email address that represents a Google group. For example, admins@
250
255
  # example.com. deleted:user:`emailid`?uid=`uniqueid`: An email address (plus
251
256
  # unique identifier) representing a user that has been recently deleted. For
@@ -1610,8 +1615,9 @@ module Google
1610
1615
  # @return [Google::Apis::MetastoreV1beta::MetadataManagementActivity]
1611
1616
  attr_accessor :metadata_management_activity
1612
1617
 
1613
- # Immutable. The relative resource name of the metastore service, of the form:
1614
- # projects/`project_number`/locations/`location_id`/services/`service_id`.
1618
+ # Immutable. The relative resource name of the metastore service, in the
1619
+ # following format:projects/`project_number`/locations/`location_id`/services/`
1620
+ # service_id`.
1615
1621
  # Corresponds to the JSON property `name`
1616
1622
  # @return [String]
1617
1623
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.35.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 = "20220627"
25
+ REVISION = "20220905"
26
26
  end
27
27
  end
28
28
  end
@@ -839,8 +839,9 @@ module Google
839
839
 
840
840
  # Updates the parameters of a single service.
841
841
  # @param [String] name
842
- # Immutable. The relative resource name of the metastore service, of the form:
843
- # projects/`project_number`/locations/`location_id`/services/`service_id`.
842
+ # Immutable. The relative resource name of the metastore service, in the
843
+ # following format:projects/`project_number`/locations/`location_id`/services/`
844
+ # service_id`.
844
845
  # @param [Google::Apis::MetastoreV1beta::Service] service_object
845
846
  # @param [String] request_id
846
847
  # Optional. A request ID. Specify a unique request ID to allow the server to
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.35.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-07-11 00:00:00.000000000 Z
11
+ date: 2022-09-12 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-metastore_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []