Change enum strings to uppercase · googleapis/java-bigquery@5d5077c · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content

Commit 5d5077c

Browse files
committed
Change enum strings to uppercase
1 parent 5dccb9a commit 5d5077c

File tree

1 file changed

+8
-8
lines changed
  • google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

1 file changed

+8
-8
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public String getSelector() {
7878
}
7979

8080
enum DatasetView {
81-
FULL("full"),
82-
METADATA("metadata"),
83-
ACL("acl");
81+
FULL("FULL"),
82+
METADATA("METADATA"),
83+
ACL("ACL");
8484

8585
private final String view;
8686

@@ -90,14 +90,14 @@ enum DatasetView {
9090

9191
@Override
9292
public String toString() {
93-
return view.toUpperCase();
93+
return view;
9494
}
9595
}
9696

9797
enum DatasetUpdateMode {
98-
UPDATE_FULL("update_full"),
99-
UPDATE_METADATA("update_metadata"),
100-
UPDATE_ACL("update_acl");
98+
UPDATE_FULL("UPDATE_FULL"),
99+
UPDATE_METADATA("UPDATE_METADATA"),
100+
UPDATE_ACL("UPDATE_ACL");
101101

102102
private final String updateMode;
103103

@@ -107,7 +107,7 @@ enum DatasetUpdateMode {
107107

108108
@Override
109109
public String toString() {
110-
return updateMode.toUpperCase();
110+
return updateMode;
111111
}
112112
}
113113

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.