google-apis-script_v1 0.1.0 → 0.2.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: 5841c972d2b5a43a6545f7609c9bbc7de312daf0d6d611d568bdb42e6bb22ca8
4
+ data.tar.gz: 5292ef1366fdab3700a87c6d187ae074f2881e67a0997c6fa25051d4594b5f29
5
5
  SHA512:
6
- metadata.gz: da336f4ce759b1ce1f1d3bfa39e2edac6c10fc1c3149e668b80ad0402c0bcf812f1b4185a6af68cef73e5189be25fdc52e4a818e9794ca6a7edc2c3230f94250
7
- data.tar.gz: bd40688c6d05a510656b5a94fdc33b8ce582d10fafa8d280ac71ca7463578958c8e887a513992dc826a570835e6fed1e824b6889cac32909b2970cd76b893bba
6
+ metadata.gz: 3efd42cba78199b3ea9986f8abac7f757ec8171a87a316e815280062df64e5df80cdac0d56a11ae16928652a509e378d8e09c7dc2255a3d236624aa9b0608168
7
+ data.tar.gz: 8622f0efbf0f8a35c585f4b10511366e1c3773cd321bfd03a61c8f9d532a29dec4e94af8e34b72ee5abe05ae2701d768ec4adc8f1c561417bb024608112a8136
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-script_v1
2
2
 
3
+ ### v0.2.0 (2021-01-12)
4
+
5
+ * Regenerated from discovery document revision 20210106
6
+
3
7
  ### v0.1.0 (2021-01-07)
4
8
 
5
9
  * Regenerated using generator version 0.1.1
@@ -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.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 = "20200811"
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 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.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-01-08 00:00:00.000000000 Z
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.1.0
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.1.4
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