3030public final class BigLakeConfiguration extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Required . The connection specifying the credentials to be used to read and write to external
33+ * Optional . The connection specifying the credentials to be used to read and write to external
3434 * storage, such as Cloud Storage. The connection_id can have the form
3535 * `{project}.{location}.{connection_id}` or
3636 * `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -40,14 +40,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
4040 private java .lang .String connectionId ;
4141
4242 /**
43- * Required . The file format the table data is stored in.
43+ * Optional . The file format the table data is stored in.
4444 * The value may be {@code null}.
4545 */
4646 @ com .google .api .client .util .Key
4747 private java .lang .String fileFormat ;
4848
4949 /**
50- * Required . The fully qualified location prefix of the external folder where table data is
50+ * Optional . The fully qualified location prefix of the external folder where table data is
5151 * stored. The '*' wildcard character is not allowed. The URI should be in the format
5252 * `gs://bucket/path_to_table/`
5353 * The value may be {@code null}.
@@ -56,14 +56,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
5656 private java .lang .String storageUri ;
5757
5858 /**
59- * Required . The table format the metadata only snapshots are stored in.
59+ * Optional . The table format the metadata only snapshots are stored in.
6060 * The value may be {@code null}.
6161 */
6262 @ com .google .api .client .util .Key
6363 private java .lang .String tableFormat ;
6464
6565 /**
66- * Required . The connection specifying the credentials to be used to read and write to external
66+ * Optional . The connection specifying the credentials to be used to read and write to external
6767 * storage, such as Cloud Storage. The connection_id can have the form
6868 * `{project}.{location}.{connection_id}` or
6969 * `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -74,7 +74,7 @@ public java.lang.String getConnectionId() {
7474 }
7575
7676 /**
77- * Required . The connection specifying the credentials to be used to read and write to external
77+ * Optional . The connection specifying the credentials to be used to read and write to external
7878 * storage, such as Cloud Storage. The connection_id can have the form
7979 * `{project}.{location}.{connection_id}` or
8080 * `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -86,15 +86,15 @@ public BigLakeConfiguration setConnectionId(java.lang.String connectionId) {
8686 }
8787
8888 /**
89- * Required . The file format the table data is stored in.
89+ * Optional . The file format the table data is stored in.
9090 * @return value or {@code null} for none
9191 */
9292 public java .lang .String getFileFormat () {
9393 return fileFormat ;
9494 }
9595
9696 /**
97- * Required . The file format the table data is stored in.
97+ * Optional . The file format the table data is stored in.
9898 * @param fileFormat fileFormat or {@code null} for none
9999 */
100100 public BigLakeConfiguration setFileFormat (java .lang .String fileFormat ) {
@@ -103,7 +103,7 @@ public BigLakeConfiguration setFileFormat(java.lang.String fileFormat) {
103103 }
104104
105105 /**
106- * Required . The fully qualified location prefix of the external folder where table data is
106+ * Optional . The fully qualified location prefix of the external folder where table data is
107107 * stored. The '*' wildcard character is not allowed. The URI should be in the format
108108 * `gs://bucket/path_to_table/`
109109 * @return value or {@code null} for none
@@ -113,7 +113,7 @@ public java.lang.String getStorageUri() {
113113 }
114114
115115 /**
116- * Required . The fully qualified location prefix of the external folder where table data is
116+ * Optional . The fully qualified location prefix of the external folder where table data is
117117 * stored. The '*' wildcard character is not allowed. The URI should be in the format
118118 * `gs://bucket/path_to_table/`
119119 * @param storageUri storageUri or {@code null} for none
@@ -124,15 +124,15 @@ public BigLakeConfiguration setStorageUri(java.lang.String storageUri) {
124124 }
125125
126126 /**
127- * Required . The table format the metadata only snapshots are stored in.
127+ * Optional . The table format the metadata only snapshots are stored in.
128128 * @return value or {@code null} for none
129129 */
130130 public java .lang .String getTableFormat () {
131131 return tableFormat ;
132132 }
133133
134134 /**
135- * Required . The table format the metadata only snapshots are stored in.
135+ * Optional . The table format the metadata only snapshots are stored in.
136136 * @param tableFormat tableFormat or {@code null} for none
137137 */
138138 public BigLakeConfiguration setTableFormat (java .lang .String tableFormat ) {
0 commit comments