Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ca06843

Browse files
chore: remove migrated samples (#103)
* chore: remove migrated samples * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 24ef342 commit ca06843

File tree

8 files changed

+3
-583
lines changed

8 files changed

+3
-583
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,6 @@ use this Cloud Batch Client Library.
8080

8181

8282

83-
## Samples
84-
85-
Samples are in the [`samples/`](https://github.com/googleapis/java-batch/tree/main/samples) directory.
86-
87-
| Sample | Source Code | Try it |
88-
| --------------------------- | --------------------------------- | ------ |
89-
| Create With Container No Mounting | [source code](https://github.com/googleapis/java-batch/blob/main/samples/snippets/src/main/java/CreateWithContainerNoMounting.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-batch&page=editor&open_in_editor=samples/snippets/src/main/java/CreateWithContainerNoMounting.java) |
90-
| Create With Script No Mounting | [source code](https://github.com/googleapis/java-batch/blob/main/samples/snippets/src/main/java/CreateWithScriptNoMounting.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-batch&page=editor&open_in_editor=samples/snippets/src/main/java/CreateWithScriptNoMounting.java) |
91-
| Delete Job | [source code](https://github.com/googleapis/java-batch/blob/main/samples/snippets/src/main/java/DeleteJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-batch&page=editor&open_in_editor=samples/snippets/src/main/java/DeleteJob.java) |
92-
| Get Job | [source code](https://github.com/googleapis/java-batch/blob/main/samples/snippets/src/main/java/GetJob.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-batch&page=editor&open_in_editor=samples/snippets/src/main/java/GetJob.java) |
93-
| List Jobs | [source code](https://github.com/googleapis/java-batch/blob/main/samples/snippets/src/main/java/ListJobs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-batch&page=editor&open_in_editor=samples/snippets/src/main/java/ListJobs.java) |
94-
95-
9683

9784
## Troubleshooting
9885

samples/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>-snippets</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Google Cloud Batch Snippets</name>
7+
<name>Google Cloud Batch Snippets</name>
88
<url>https://github.com/googleapis/java-batch</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.
12-
Removing or replacing it should not affect the execution of the samples in anyway.
12+
Removing or replacing it should not affect the execution of the samples in any way.
1313
-->
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-batch</artifactId>
31-
<version>0.3.2</version>
31+
<version>0.5.0</version>
3232
</dependency>
3333

3434
<dependency>

samples/snippets/src/main/java/CreateWithContainerNoMounting.java

Lines changed: 0 additions & 140 deletions
This file was deleted.

samples/snippets/src/main/java/CreateWithScriptNoMounting.java

Lines changed: 0 additions & 141 deletions
This file was deleted.

samples/snippets/src/main/java/DeleteJob.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)