google-apis-script_v1 0.1.0 → 0.6.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: 7618a615fe6d63bed1d9b8c3281a53a6abf8b1d2128b6a2a768c2f18c9b257e1
4
- data.tar.gz: 44d2b1c064c091f414d0f71387016ce6ce11043a17855c86573124817076e771
3
+ metadata.gz: 7bd9c47f2b8dfaf8cd52952bcf2c3fd90cfbdc97f370ad508d13e73d62232eac
4
+ data.tar.gz: a8af5364eefd2315ba97746dec8109a418d05843c30bfced579e1fae4ad919c5
5
5
  SHA512:
6
- metadata.gz: da336f4ce759b1ce1f1d3bfa39e2edac6c10fc1c3149e668b80ad0402c0bcf812f1b4185a6af68cef73e5189be25fdc52e4a818e9794ca6a7edc2c3230f94250
7
- data.tar.gz: bd40688c6d05a510656b5a94fdc33b8ce582d10fafa8d280ac71ca7463578958c8e887a513992dc826a570835e6fed1e824b6889cac32909b2970cd76b893bba
6
+ metadata.gz: b9f5e752c3e586b19f596db19f2f95a464211d222760b3cad45727739c5b5155321d966dce8e1652570364235d4506cc8acc4928965a58e8e8d9320e46c0ba06
7
+ data.tar.gz: 6e28fc4fc7739676e3281f9a603940b476c12889027fbd21b10834adfa2ae03236a08958ddf42ddec24445c7d6b827d7de15e631f869457731c3c354ced950d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-script_v1
2
2
 
3
+ ### v0.6.0 (2021-04-18)
4
+
5
+ * Regenerated from discovery document revision 20210403
6
+
7
+ ### v0.5.0 (2021-03-09)
8
+
9
+ * Regenerated from discovery document revision 20210227
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-02-16)
17
+
18
+ * Regenerated from discovery document revision 20210206
19
+ * Regenerated using generator version 0.1.2
20
+
21
+ ### v0.2.0 (2021-01-12)
22
+
23
+ * Regenerated from discovery document revision 20210106
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -44,7 +44,7 @@ module Google
44
44
  # View and manage the provisioning of users on your domain
45
45
  AUTH_ADMIN_DIRECTORY_USER = 'https://www.googleapis.com/auth/admin.directory.user'
46
46
 
47
- # View and manage your Google Docs documents
47
+ # See, create, and edit all Google Docs documents you have access to
48
48
  AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents'
49
49
 
50
50
  # See, edit, create, and delete all of your Google Drive files
@@ -80,7 +80,7 @@ module Google
80
80
  # See, edit, create, and delete your spreadsheets in Google Drive
81
81
  AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
82
82
 
83
- # View your email address
83
+ # See your primary Google Account email address
84
84
  AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
85
85
  end
86
86
  end
@@ -49,7 +49,7 @@ module Google
49
49
  end
50
50
  end
51
51
 
52
- # Request to create a script project.
52
+ # Request to create a script project. Request to create a script project.
53
53
  class CreateProjectRequest
54
54
  include Google::Apis::Core::Hashable
55
55
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ScriptV1
18
18
  # Version of the google-apis-script_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200811"
25
+ REVISION = "20210403"
26
26
  end
27
27
  end
28
28
  end
@@ -636,14 +636,14 @@ module Google
636
636
  # 2.0 token that includes at least one of the scopes listed in the [
637
637
  # Authorization](#authorization-scopes) section; script projects that do not
638
638
  # require authorization cannot be executed through this API. To find the correct
639
- # scopes to include in the authentication token, open the project in the script
640
- # editor, then select **File > Project properties** and click the **Scopes** tab.
641
- # The error `403, PERMISSION_DENIED: The caller does not have permission`
642
- # indicates that the Cloud Platform project used to authorize the request is not
643
- # the same as the one used by the script.
639
+ # scopes to include in the authentication token, open the script project **
640
+ # Overview** page and scroll down to "Project OAuth Scopes." The error `403,
641
+ # PERMISSION_DENIED: The caller does not have permission` indicates that the
642
+ # Cloud Platform project used to authorize the request is not the same as the
643
+ # one used by the script.
644
644
  # @param [String] script_id
645
- # The script ID of the script to be executed. To find the script ID, open the
646
- # project in the script editor and select **File > Project properties**.
645
+ # The script ID of the script to be executed. Find the script ID on the **
646
+ # Project settings** page under "IDs."
647
647
  # @param [Google::Apis::ScriptV1::ExecutionRequest] execution_request_object
648
648
  # @param [String] fields
649
649
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-script_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-script_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-script_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-script_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-script_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Apps Script API V1