File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
dataplex/snippets/src/main/java/dataplex Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments