We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e893923 commit ab0795eCopy full SHA for ab0795e
appsScript/execute/src/main/java/Execute.java
@@ -15,7 +15,7 @@
15
* limitations under the License.
16
*/
17
public class Execute {
18
- // [START apps_script_execute]
+ // [START apps_script_api_execute]
19
/**
20
* Create a HttpRequestInitializer from the given one, except set
21
* the HTTP read timeout to be longer than the default (to allow
@@ -137,5 +137,5 @@ public static void main(String[] args) throws IOException {
137
e.printStackTrace(System.out);
138
}
139
140
- // [END apps_script_execute]
+ // [END apps_script_api_execute]
141
0 commit comments