30
30
public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Ratio of rows with distinct values against total scanned rows. Not available for complex non-
34
- * groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
35
- * REPEATABLE mode.
33
+ * Output only. Ratio of rows with distinct values against total scanned rows. Not available for
34
+ * complex non- groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as
35
+ * fields with REPEATABLE mode.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@ com .google .api .client .util .Key
@@ -53,7 +53,7 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
53
53
private GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo integerProfile ;
54
54
55
55
/**
56
- * Ratio of rows with null value against total scanned rows.
56
+ * Output only. Ratio of rows with null value against total scanned rows.
57
57
* The value may be {@code null}.
58
58
*/
59
59
@ com .google .api .client .util .Key
@@ -67,29 +67,29 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
67
67
private GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo stringProfile ;
68
68
69
69
/**
70
- * The list of top N non-null values, frequency and ratio with which they occur in the scanned
71
- * data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
72
- * available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON ,
73
- * as well as fields with REPEATABLE mode.
70
+ * Output only. The list of top N non-null values, frequency and ratio with which they occur in
71
+ * the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is
72
+ * smaller. Not available for complex non-groupable field type, including RECORD, ARRAY,
73
+ * GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
74
74
* The value may be {@code null}.
75
75
*/
76
76
@ com .google .api .client .util .Key
77
77
private java .util .List <GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue > topNValues ;
78
78
79
79
/**
80
- * Ratio of rows with distinct values against total scanned rows. Not available for complex non-
81
- * groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
82
- * REPEATABLE mode.
80
+ * Output only. Ratio of rows with distinct values against total scanned rows. Not available for
81
+ * complex non- groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as
82
+ * fields with REPEATABLE mode.
83
83
* @return value or {@code null} for none
84
84
*/
85
85
public java .lang .Double getDistinctRatio () {
86
86
return distinctRatio ;
87
87
}
88
88
89
89
/**
90
- * Ratio of rows with distinct values against total scanned rows. Not available for complex non-
91
- * groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with
92
- * REPEATABLE mode.
90
+ * Output only. Ratio of rows with distinct values against total scanned rows. Not available for
91
+ * complex non- groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as
92
+ * fields with REPEATABLE mode.
93
93
* @param distinctRatio distinctRatio or {@code null} for none
94
94
*/
95
95
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setDistinctRatio (java .lang .Double distinctRatio ) {
@@ -132,15 +132,15 @@ public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setIntegerP
132
132
}
133
133
134
134
/**
135
- * Ratio of rows with null value against total scanned rows.
135
+ * Output only. Ratio of rows with null value against total scanned rows.
136
136
* @return value or {@code null} for none
137
137
*/
138
138
public java .lang .Double getNullRatio () {
139
139
return nullRatio ;
140
140
}
141
141
142
142
/**
143
- * Ratio of rows with null value against total scanned rows.
143
+ * Output only. Ratio of rows with null value against total scanned rows.
144
144
* @param nullRatio nullRatio or {@code null} for none
145
145
*/
146
146
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setNullRatio (java .lang .Double nullRatio ) {
@@ -166,21 +166,21 @@ public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setStringPr
166
166
}
167
167
168
168
/**
169
- * The list of top N non-null values, frequency and ratio with which they occur in the scanned
170
- * data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
171
- * available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON ,
172
- * as well as fields with REPEATABLE mode.
169
+ * Output only. The list of top N non-null values, frequency and ratio with which they occur in
170
+ * the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is
171
+ * smaller. Not available for complex non-groupable field type, including RECORD, ARRAY,
172
+ * GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
173
173
* @return value or {@code null} for none
174
174
*/
175
175
public java .util .List <GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue > getTopNValues () {
176
176
return topNValues ;
177
177
}
178
178
179
179
/**
180
- * The list of top N non-null values, frequency and ratio with which they occur in the scanned
181
- * data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not
182
- * available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON ,
183
- * as well as fields with REPEATABLE mode.
180
+ * Output only. The list of top N non-null values, frequency and ratio with which they occur in
181
+ * the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is
182
+ * smaller. Not available for complex non-groupable field type, including RECORD, ARRAY,
183
+ * GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
184
184
* @param topNValues topNValues or {@code null} for none
185
185
*/
186
186
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setTopNValues (java .util .List <GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue > topNValues ) {
0 commit comments