google-apis-storage_v1 0.49.0 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/storage_v1/classes.rb +38 -38
- data/lib/google/apis/storage_v1/gem_version.rb +3 -3
- data/lib/google/apis/storage_v1/service.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42bcb279dde4b85904092ec1a6d16624755d40b38c65365474ea7fb6e68af00e
|
4
|
+
data.tar.gz: 23dea4b529c226e71322911d55f87b8c2755868ee77c018e1a253eba673b5d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89727d7f616b6b8e2204410fda12c493f784ee6eeb96306620713df0f9ad4b3e9fd34bdc5ab64b40d275f1fd9ddc694078e2cd82d6b8d9f8ad3151334caec6fc
|
7
|
+
data.tar.gz: a8596bf95d4a5b34dbf1948ecc5a9fa52c49d6c585a4e9f5fd52aaecc0ca5daa7c6334432315765368b1f791ccf77a1251c0b76cc38f203bf8f33918e15228fc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-storage_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2025-03-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250224
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.49.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241206
|
@@ -2902,23 +2902,23 @@ module Google
|
|
2902
2902
|
|
2903
2903
|
# A collection of identifiers for members who may assume the provided role.
|
2904
2904
|
# Recognized identifiers are as follows:
|
2905
|
-
# - allUsers
|
2905
|
+
# - allUsers - A special identifier that represents anyone on the internet; with
|
2906
2906
|
# or without a Google account.
|
2907
|
-
# - allAuthenticatedUsers
|
2907
|
+
# - allAuthenticatedUsers - A special identifier that represents anyone who is
|
2908
2908
|
# authenticated with a Google account or a service account.
|
2909
|
-
# - user:emailid
|
2909
|
+
# - user:emailid - An email address that represents a specific account. For
|
2910
2910
|
# example, user:alice@gmail.com or user:joe@example.com.
|
2911
|
-
# - serviceAccount:emailid
|
2911
|
+
# - serviceAccount:emailid - An email address that represents a service account.
|
2912
2912
|
# For example, serviceAccount:my-other-app@appspot.gserviceaccount.com .
|
2913
|
-
# - group:emailid
|
2913
|
+
# - group:emailid - An email address that represents a Google group. For example,
|
2914
2914
|
# group:admins@example.com.
|
2915
|
-
# - domain:domain
|
2915
|
+
# - domain:domain - A Google Apps domain name that represents all the users of
|
2916
2916
|
# that domain. For example, domain:google.com or domain:example.com.
|
2917
|
-
# - projectOwner:projectid
|
2917
|
+
# - projectOwner:projectid - Owners of the given project. For example,
|
2918
2918
|
# projectOwner:my-example-project
|
2919
|
-
# - projectEditor:projectid
|
2919
|
+
# - projectEditor:projectid - Editors of the given project. For example,
|
2920
2920
|
# projectEditor:my-example-project
|
2921
|
-
# - projectViewer:projectid
|
2921
|
+
# - projectViewer:projectid - Viewers of the given project. For example,
|
2922
2922
|
# projectViewer:my-example-project
|
2923
2923
|
# Corresponds to the JSON property `members`
|
2924
2924
|
# @return [Array<String>]
|
@@ -2929,23 +2929,23 @@ module Google
|
|
2929
2929
|
# ACLs, and legacy IAM roles, which do map directly to ACL permissions. All
|
2930
2930
|
# roles are of the format roles/storage.specificRole.
|
2931
2931
|
# The new IAM roles are:
|
2932
|
-
# - roles/storage.admin
|
2933
|
-
# - roles/storage.objectViewer
|
2932
|
+
# - roles/storage.admin - Full control of Google Cloud Storage resources.
|
2933
|
+
# - roles/storage.objectViewer - Read-Only access to Google Cloud Storage
|
2934
2934
|
# objects.
|
2935
|
-
# - roles/storage.objectCreator
|
2935
|
+
# - roles/storage.objectCreator - Access to create objects in Google Cloud
|
2936
2936
|
# Storage.
|
2937
|
-
# - roles/storage.objectAdmin
|
2937
|
+
# - roles/storage.objectAdmin - Full control of Google Cloud Storage objects.
|
2938
2938
|
# The legacy IAM roles are:
|
2939
|
-
# - roles/storage.legacyObjectReader
|
2939
|
+
# - roles/storage.legacyObjectReader - Read-only access to objects without
|
2940
2940
|
# listing. Equivalent to an ACL entry on an object with the READER role.
|
2941
|
-
# - roles/storage.legacyObjectOwner
|
2941
|
+
# - roles/storage.legacyObjectOwner - Read/write access to existing objects
|
2942
2942
|
# without listing. Equivalent to an ACL entry on an object with the OWNER role.
|
2943
|
-
# - roles/storage.legacyBucketReader
|
2943
|
+
# - roles/storage.legacyBucketReader - Read access to buckets with object
|
2944
2944
|
# listing. Equivalent to an ACL entry on a bucket with the READER role.
|
2945
|
-
# - roles/storage.legacyBucketWriter
|
2945
|
+
# - roles/storage.legacyBucketWriter - Read access to buckets with object
|
2946
2946
|
# listing/creation/deletion. Equivalent to an ACL entry on a bucket with the
|
2947
2947
|
# WRITER role.
|
2948
|
-
# - roles/storage.legacyBucketOwner
|
2948
|
+
# - roles/storage.legacyBucketOwner - Read and write access to existing buckets
|
2949
2949
|
# with object listing/creation/deletion. Equivalent to an ACL entry on a bucket
|
2950
2950
|
# with the OWNER role.
|
2951
2951
|
# Corresponds to the JSON property `role`
|
@@ -3110,26 +3110,26 @@ module Google
|
|
3110
3110
|
# The permissions held by the caller. Permissions are always of the format
|
3111
3111
|
# storage.resource.capability, where resource is one of buckets, objects, or
|
3112
3112
|
# managedFolders. The supported permissions are as follows:
|
3113
|
-
# - storage.buckets.delete
|
3114
|
-
# - storage.buckets.get
|
3115
|
-
# - storage.buckets.getIamPolicy
|
3116
|
-
# - storage.buckets.create
|
3117
|
-
# - storage.buckets.list
|
3118
|
-
# - storage.buckets.setIamPolicy
|
3119
|
-
# - storage.buckets.update
|
3120
|
-
# - storage.objects.delete
|
3121
|
-
# - storage.objects.get
|
3122
|
-
# - storage.objects.getIamPolicy
|
3123
|
-
# - storage.objects.create
|
3124
|
-
# - storage.objects.list
|
3125
|
-
# - storage.objects.setIamPolicy
|
3126
|
-
# - storage.objects.update
|
3127
|
-
# - storage.managedFolders.delete
|
3128
|
-
# - storage.managedFolders.get
|
3129
|
-
# - storage.managedFolders.getIamPolicy
|
3130
|
-
# - storage.managedFolders.create
|
3131
|
-
# - storage.managedFolders.list
|
3132
|
-
# - storage.managedFolders.setIamPolicy
|
3113
|
+
# - storage.buckets.delete - Delete bucket.
|
3114
|
+
# - storage.buckets.get - Read bucket metadata.
|
3115
|
+
# - storage.buckets.getIamPolicy - Read bucket IAM policy.
|
3116
|
+
# - storage.buckets.create - Create bucket.
|
3117
|
+
# - storage.buckets.list - List buckets.
|
3118
|
+
# - storage.buckets.setIamPolicy - Update bucket IAM policy.
|
3119
|
+
# - storage.buckets.update - Update bucket metadata.
|
3120
|
+
# - storage.objects.delete - Delete object.
|
3121
|
+
# - storage.objects.get - Read object data and metadata.
|
3122
|
+
# - storage.objects.getIamPolicy - Read object IAM policy.
|
3123
|
+
# - storage.objects.create - Create object.
|
3124
|
+
# - storage.objects.list - List objects.
|
3125
|
+
# - storage.objects.setIamPolicy - Update object IAM policy.
|
3126
|
+
# - storage.objects.update - Update object metadata.
|
3127
|
+
# - storage.managedFolders.delete - Delete managed folder.
|
3128
|
+
# - storage.managedFolders.get - Read managed folder metadata.
|
3129
|
+
# - storage.managedFolders.getIamPolicy - Read managed folder IAM policy.
|
3130
|
+
# - storage.managedFolders.create - Create managed folder.
|
3131
|
+
# - storage.managedFolders.list - List managed folders.
|
3132
|
+
# - storage.managedFolders.setIamPolicy - Update managed folder IAM policy.
|
3133
3133
|
# Corresponds to the JSON property `permissions`
|
3134
3134
|
# @return [Array<String>]
|
3135
3135
|
attr_accessor :permissions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module StorageV1
|
18
18
|
# Version of the google-apis-storage_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250224"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1522,7 +1522,7 @@ module Google
|
|
1522
1522
|
# Name of the bucket in which the folder resides.
|
1523
1523
|
# @param [Google::Apis::StorageV1::Folder] folder_object
|
1524
1524
|
# @param [Boolean] recursive
|
1525
|
-
# If true, any parent folder which doesn
|
1525
|
+
# If true, any parent folder which doesn't exist will be created automatically.
|
1526
1526
|
# @param [String] fields
|
1527
1527
|
# Selector specifying which fields to include in a partial response.
|
1528
1528
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-storage_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.50.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Storage JSON API V1
|
82
79
|
test_files: []
|