You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/Listing.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class Listing extends com.google.api.client.json.GenericJson {
47
47
privateBigQueryDatasetSourcebigqueryDataset;
48
48
49
49
/**
50
-
* Optional. Categories of the listing. Up to two categories are allowed.
50
+
* Optional. Categories of the listing. Up to five categories are allowed.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -213,15 +213,15 @@ public Listing setBigqueryDataset(BigQueryDatasetSource bigqueryDataset) {
213
213
}
214
214
215
215
/**
216
-
* Optional. Categories of the listing. Up to two categories are allowed.
216
+
* Optional. Categories of the listing. Up to five categories are allowed.
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1beta1/2.0.0/com/google/api/services/analyticshub/v1beta1/model/Listing.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class Listing extends com.google.api.client.json.GenericJson {
47
47
privateBigQueryDatasetSourcebigqueryDataset;
48
48
49
49
/**
50
-
* Optional. Categories of the listing. Up to two categories are allowed.
50
+
* Optional. Categories of the listing. Up to five categories are allowed.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -177,15 +177,15 @@ public Listing setBigqueryDataset(BigQueryDatasetSource bigqueryDataset) {
177
177
}
178
178
179
179
/**
180
-
* Optional. Categories of the listing. Up to two categories are allowed.
180
+
* Optional. Categories of the listing. Up to five categories are allowed.
0 commit comments