30
30
public final class BigLakeConfiguration extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
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
34
34
* storage, such as Cloud Storage. The connection_id can have the form
35
35
* `{project}.{location}.{connection_id}` or
36
36
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -40,14 +40,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
40
40
private java .lang .String connectionId ;
41
41
42
42
/**
43
- * Required . The file format the table data is stored in.
43
+ * Optional . The file format the table data is stored in.
44
44
* The value may be {@code null}.
45
45
*/
46
46
@ com .google .api .client .util .Key
47
47
private java .lang .String fileFormat ;
48
48
49
49
/**
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
51
51
* stored. The '*' wildcard character is not allowed. The URI should be in the format
52
52
* `gs://bucket/path_to_table/`
53
53
* The value may be {@code null}.
@@ -56,14 +56,14 @@ public final class BigLakeConfiguration extends com.google.api.client.json.Gener
56
56
private java .lang .String storageUri ;
57
57
58
58
/**
59
- * Required . The table format the metadata only snapshots are stored in.
59
+ * Optional . The table format the metadata only snapshots are stored in.
60
60
* The value may be {@code null}.
61
61
*/
62
62
@ com .google .api .client .util .Key
63
63
private java .lang .String tableFormat ;
64
64
65
65
/**
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
67
67
* storage, such as Cloud Storage. The connection_id can have the form
68
68
* `{project}.{location}.{connection_id}` or
69
69
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -74,7 +74,7 @@ public java.lang.String getConnectionId() {
74
74
}
75
75
76
76
/**
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
78
78
* storage, such as Cloud Storage. The connection_id can have the form
79
79
* `{project}.{location}.{connection_id}` or
80
80
* `projects/{project}/locations/{location}/connections/{connection_id}".
@@ -86,15 +86,15 @@ public BigLakeConfiguration setConnectionId(java.lang.String connectionId) {
86
86
}
87
87
88
88
/**
89
- * Required . The file format the table data is stored in.
89
+ * Optional . The file format the table data is stored in.
90
90
* @return value or {@code null} for none
91
91
*/
92
92
public java .lang .String getFileFormat () {
93
93
return fileFormat ;
94
94
}
95
95
96
96
/**
97
- * Required . The file format the table data is stored in.
97
+ * Optional . The file format the table data is stored in.
98
98
* @param fileFormat fileFormat or {@code null} for none
99
99
*/
100
100
public BigLakeConfiguration setFileFormat (java .lang .String fileFormat ) {
@@ -103,7 +103,7 @@ public BigLakeConfiguration setFileFormat(java.lang.String fileFormat) {
103
103
}
104
104
105
105
/**
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
107
107
* stored. The '*' wildcard character is not allowed. The URI should be in the format
108
108
* `gs://bucket/path_to_table/`
109
109
* @return value or {@code null} for none
@@ -113,7 +113,7 @@ public java.lang.String getStorageUri() {
113
113
}
114
114
115
115
/**
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
117
117
* stored. The '*' wildcard character is not allowed. The URI should be in the format
118
118
* `gs://bucket/path_to_table/`
119
119
* @param storageUri storageUri or {@code null} for none
@@ -124,15 +124,15 @@ public BigLakeConfiguration setStorageUri(java.lang.String storageUri) {
124
124
}
125
125
126
126
/**
127
- * Required . The table format the metadata only snapshots are stored in.
127
+ * Optional . The table format the metadata only snapshots are stored in.
128
128
* @return value or {@code null} for none
129
129
*/
130
130
public java .lang .String getTableFormat () {
131
131
return tableFormat ;
132
132
}
133
133
134
134
/**
135
- * Required . The table format the metadata only snapshots are stored in.
135
+ * Optional . The table format the metadata only snapshots are stored in.
136
136
* @param tableFormat tableFormat or {@code null} for none
137
137
*/
138
138
public BigLakeConfiguration setTableFormat (java .lang .String tableFormat ) {
0 commit comments