Skip to content

Commit b770aff

Browse files
1 parent 5605bec commit b770aff

15 files changed

+186
-186
lines changed

clients/google-api-services-dataplex/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dataplex</artifactId>
25-
<version>v1-rev20250805-2.0.0</version>
25+
<version>v1-rev20250808-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250805-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250808-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileResult.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ public final class GoogleCloudDataplexV1DataProfileResult extends com.google.api
3838
private GoogleCloudDataplexV1DataProfileResultPostScanActionsResult postScanActionsResult;
3939

4040
/**
41-
* The profile information per field.
41+
* Output only. The profile information per field.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private GoogleCloudDataplexV1DataProfileResultProfile profile;
4646

4747
/**
48-
* The count of rows scanned.
48+
* Output only. The count of rows scanned.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5252
private java.lang.Long rowCount;
5353

5454
/**
55-
* The data scanned for this result.
55+
* Output only. The data scanned for this result.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -76,15 +76,15 @@ public GoogleCloudDataplexV1DataProfileResult setPostScanActionsResult(GoogleClo
7676
}
7777

7878
/**
79-
* The profile information per field.
79+
* Output only. The profile information per field.
8080
* @return value or {@code null} for none
8181
*/
8282
public GoogleCloudDataplexV1DataProfileResultProfile getProfile() {
8383
return profile;
8484
}
8585

8686
/**
87-
* The profile information per field.
87+
* Output only. The profile information per field.
8888
* @param profile profile or {@code null} for none
8989
*/
9090
public GoogleCloudDataplexV1DataProfileResult setProfile(GoogleCloudDataplexV1DataProfileResultProfile profile) {
@@ -93,15 +93,15 @@ public GoogleCloudDataplexV1DataProfileResult setProfile(GoogleCloudDataplexV1Da
9393
}
9494

9595
/**
96-
* The count of rows scanned.
96+
* Output only. The count of rows scanned.
9797
* @return value or {@code null} for none
9898
*/
9999
public java.lang.Long getRowCount() {
100100
return rowCount;
101101
}
102102

103103
/**
104-
* The count of rows scanned.
104+
* Output only. The count of rows scanned.
105105
* @param rowCount rowCount or {@code null} for none
106106
*/
107107
public GoogleCloudDataplexV1DataProfileResult setRowCount(java.lang.Long rowCount) {
@@ -110,15 +110,15 @@ public GoogleCloudDataplexV1DataProfileResult setRowCount(java.lang.Long rowCoun
110110
}
111111

112112
/**
113-
* The data scanned for this result.
113+
* Output only. The data scanned for this result.
114114
* @return value or {@code null} for none
115115
*/
116116
public GoogleCloudDataplexV1ScannedData getScannedData() {
117117
return scannedData;
118118
}
119119

120120
/**
121-
* The data scanned for this result.
121+
* Output only. The data scanned for this result.
122122
* @param scannedData scannedData or {@code null} for none
123123
*/
124124
public GoogleCloudDataplexV1DataProfileResult setScannedData(GoogleCloudDataplexV1ScannedData scannedData) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileResultProfile.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
public final class GoogleCloudDataplexV1DataProfileResultProfile extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* List of fields with structural and profile information for each field.
33+
* Output only. List of fields with structural and profile information for each field.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.util.List<GoogleCloudDataplexV1DataProfileResultProfileField> fields;
3838

3939
/**
40-
* List of fields with structural and profile information for each field.
40+
* Output only. List of fields with structural and profile information for each field.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.util.List<GoogleCloudDataplexV1DataProfileResultProfileField> getFields() {
4444
return fields;
4545
}
4646

4747
/**
48-
* List of fields with structural and profile information for each field.
48+
* Output only. List of fields with structural and profile information for each field.
4949
* @param fields fields or {@code null} for none
5050
*/
5151
public GoogleCloudDataplexV1DataProfileResultProfile setFields(java.util.List<GoogleCloudDataplexV1DataProfileResultProfileField> fields) {

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileResultProfileField.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
public final class GoogleCloudDataplexV1DataProfileResultProfileField extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE,
34-
* if it is an optional field. REPEATED, if it is a repeated field.
33+
* Output only. The mode of the field. Possible values include: REQUIRED, if it is a required
34+
* field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String mode;
3939

4040
/**
41-
* The name of the field.
41+
* Output only. The name of the field.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String name;
4646

4747
/**
48-
* Profile information for the corresponding field.
48+
* Output only. Profile information for the corresponding field.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo profile;
5353

5454
/**
55-
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
56-
* table, it is the BigQuery Table Schema
55+
* Output only. The data type retrieved from the schema of the data source. For instance, for a
56+
* BigQuery native table, it is the BigQuery Table Schema
5757
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
5858
* Dataplex Universal Catalog Entity, it is the Entity Schema
5959
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
@@ -63,17 +63,17 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileField extends co
6363
private java.lang.String type;
6464

6565
/**
66-
* The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE,
67-
* if it is an optional field. REPEATED, if it is a repeated field.
66+
* Output only. The mode of the field. Possible values include: REQUIRED, if it is a required
67+
* field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.String getMode() {
7171
return mode;
7272
}
7373

7474
/**
75-
* The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE,
76-
* if it is an optional field. REPEATED, if it is a repeated field.
75+
* Output only. The mode of the field. Possible values include: REQUIRED, if it is a required
76+
* field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
7777
* @param mode mode or {@code null} for none
7878
*/
7979
public GoogleCloudDataplexV1DataProfileResultProfileField setMode(java.lang.String mode) {
@@ -82,15 +82,15 @@ public GoogleCloudDataplexV1DataProfileResultProfileField setMode(java.lang.Stri
8282
}
8383

8484
/**
85-
* The name of the field.
85+
* Output only. The name of the field.
8686
* @return value or {@code null} for none
8787
*/
8888
public java.lang.String getName() {
8989
return name;
9090
}
9191

9292
/**
93-
* The name of the field.
93+
* Output only. The name of the field.
9494
* @param name name or {@code null} for none
9595
*/
9696
public GoogleCloudDataplexV1DataProfileResultProfileField setName(java.lang.String name) {
@@ -99,15 +99,15 @@ public GoogleCloudDataplexV1DataProfileResultProfileField setName(java.lang.Stri
9999
}
100100

101101
/**
102-
* Profile information for the corresponding field.
102+
* Output only. Profile information for the corresponding field.
103103
* @return value or {@code null} for none
104104
*/
105105
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo getProfile() {
106106
return profile;
107107
}
108108

109109
/**
110-
* Profile information for the corresponding field.
110+
* Output only. Profile information for the corresponding field.
111111
* @param profile profile or {@code null} for none
112112
*/
113113
public GoogleCloudDataplexV1DataProfileResultProfileField setProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo profile) {
@@ -116,8 +116,8 @@ public GoogleCloudDataplexV1DataProfileResultProfileField setProfile(GoogleCloud
116116
}
117117

118118
/**
119-
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
120-
* table, it is the BigQuery Table Schema
119+
* Output only. The data type retrieved from the schema of the data source. For instance, for a
120+
* BigQuery native table, it is the BigQuery Table Schema
121121
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
122122
* Dataplex Universal Catalog Entity, it is the Entity Schema
123123
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
@@ -128,8 +128,8 @@ public java.lang.String getType() {
128128
}
129129

130130
/**
131-
* The data type retrieved from the schema of the data source. For instance, for a BigQuery native
132-
* table, it is the BigQuery Table Schema
131+
* Output only. The data type retrieved from the schema of the data source. For instance, for a
132+
* BigQuery native table, it is the BigQuery Table Schema
133133
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a
134134
* Dataplex Universal Catalog Entity, it is the Entity Schema
135135
* (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo extends com.google.api.client.json.GenericJson {
3131

3232
/**
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.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -53,7 +53,7 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
5353
private GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo integerProfile;
5454

5555
/**
56-
* Ratio of rows with null value against total scanned rows.
56+
* Output only. Ratio of rows with null value against total scanned rows.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -67,29 +67,29 @@ public final class GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo
6767
private GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo stringProfile;
6868

6969
/**
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.
7474
* The value may be {@code null}.
7575
*/
7676
@com.google.api.client.util.Key
7777
private java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> topNValues;
7878

7979
/**
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.
8383
* @return value or {@code null} for none
8484
*/
8585
public java.lang.Double getDistinctRatio() {
8686
return distinctRatio;
8787
}
8888

8989
/**
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.
9393
* @param distinctRatio distinctRatio or {@code null} for none
9494
*/
9595
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setDistinctRatio(java.lang.Double distinctRatio) {
@@ -132,15 +132,15 @@ public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setIntegerP
132132
}
133133

134134
/**
135-
* Ratio of rows with null value against total scanned rows.
135+
* Output only. Ratio of rows with null value against total scanned rows.
136136
* @return value or {@code null} for none
137137
*/
138138
public java.lang.Double getNullRatio() {
139139
return nullRatio;
140140
}
141141

142142
/**
143-
* Ratio of rows with null value against total scanned rows.
143+
* Output only. Ratio of rows with null value against total scanned rows.
144144
* @param nullRatio nullRatio or {@code null} for none
145145
*/
146146
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setNullRatio(java.lang.Double nullRatio) {
@@ -166,21 +166,21 @@ public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setStringPr
166166
}
167167

168168
/**
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.
173173
* @return value or {@code null} for none
174174
*/
175175
public java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> getTopNValues() {
176176
return topNValues;
177177
}
178178

179179
/**
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.
184184
* @param topNValues topNValues or {@code null} for none
185185
*/
186186
public GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo setTopNValues(java.util.List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> topNValues) {

0 commit comments

Comments
 (0)