google-apis-script_v1 0.1.0 → 0.2.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 +4 -0
- data/lib/google/apis/script_v1/gem_version.rb +2 -2
- data/lib/google/apis/script_v1/service.rb +7 -7
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5841c972d2b5a43a6545f7609c9bbc7de312daf0d6d611d568bdb42e6bb22ca8
|
|
4
|
+
data.tar.gz: 5292ef1366fdab3700a87c6d187ae074f2881e67a0997c6fa25051d4594b5f29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3efd42cba78199b3ea9986f8abac7f757ec8171a87a316e815280062df64e5df80cdac0d56a11ae16928652a509e378d8e09c7dc2255a3d236624aa9b0608168
|
|
7
|
+
data.tar.gz: 8622f0efbf0f8a35c585f4b10511366e1c3773cd321bfd03a61c8f9d532a29dec4e94af8e34b72ee5abe05ae2701d768ec4adc8f1c561417bb024608112a8136
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210106"
|
|
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
|
|
640
|
-
#
|
|
641
|
-
#
|
|
642
|
-
#
|
|
643
|
-
#
|
|
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.
|
|
646
|
-
#
|
|
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.
|
|
4
|
+
version: 0.2.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-
|
|
11
|
+
date: 2021-02-08 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.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-script_v1/v0.2.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: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Apps Script API V1
|