Skip to content

Commit 22e1c11

Browse files
jacspa96Jacek Spalinski
andauthored
feat(dataplex): link documentation for available locations (#9647)
Co-authored-by: Jacek Spalinski <[email protected]>
1 parent 286dd44 commit 22e1c11

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

dataplex/snippets/src/main/java/dataplex/CreateEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class CreateEntry {
3131
public static void main(String[] args) throws Exception {
3232
// TODO(developer): Replace these variables before running the sample.
3333
String projectId = "MY_PROJECT_ID";
34+
// Available locations: https://cloud.google.com/dataplex/docs/locations
3435
String location = "MY_LOCATION";
3536
String entryGroupId = "MY_ENTRY_GROUP_ID";
3637
String entryId = "MY_ENTRY_ID";

dataplex/snippets/src/main/java/dataplex/DeleteEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class DeleteEntry {
2525
public static void main(String[] args) throws Exception {
2626
// TODO(developer): Replace these variables before running the sample.
2727
String projectId = "MY_PROJECT_ID";
28+
// Available locations: https://cloud.google.com/dataplex/docs/locations
2829
String location = "MY_LOCATION";
2930
String entryGroupId = "MY_ENTRY_GROUP_ID";
3031
String entryId = "MY_ENTRY_ID";

dataplex/snippets/src/main/java/dataplex/GetEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class GetEntry {
2929
public static void main(String[] args) throws IOException {
3030
// TODO(developer): Replace these variables before running the sample.
3131
String projectId = "MY_PROJECT_ID";
32+
// Available locations: https://cloud.google.com/dataplex/docs/locations
3233
String location = "MY_LOCATION";
3334
String entryGroupId = "MY_ENTRY_GROUP_ID";
3435
String entryId = "MY_ENTRY_ID";

dataplex/snippets/src/main/java/dataplex/ListEntries.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class ListEntries {
3030
public static void main(String[] args) throws IOException {
3131
// TODO(developer): Replace these variables before running the sample.
3232
String projectId = "MY_PROJECT_ID";
33+
// Available locations: https://cloud.google.com/dataplex/docs/locations
3334
String location = "MY_LOCATION";
3435
String entryGroupId = "MY_ENTRY_GROUP_ID";
3536

dataplex/snippets/src/main/java/dataplex/LookupEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class LookupEntry {
2929
public static void main(String[] args) throws IOException {
3030
// TODO(developer): Replace these variables before running the sample.
3131
String projectId = "MY_PROJECT_ID";
32+
// Available locations: https://cloud.google.com/dataplex/docs/locations
3233
String location = "MY_LOCATION";
3334
String entryGroupId = "MY_ENTRY_GROUP_ID";
3435
String entryId = "MY_ENTRY_ID";

dataplex/snippets/src/main/java/dataplex/UpdateEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class UpdateEntry {
3232
public static void main(String[] args) throws Exception {
3333
// TODO(developer): Replace these variables before running the sample.
3434
String projectId = "MY_PROJECT_ID";
35+
// Available locations: https://cloud.google.com/dataplex/docs/locations
3536
String location = "MY_LOCATION";
3637
String entryGroupId = "MY_ENTRY_GROUP_ID";
3738
String entryId = "MY_ENTRY_ID";

0 commit comments

Comments
 (0)