Skip to content

Commit 2e2173f

Browse files
1 parent 810b819 commit 2e2173f

File tree

9 files changed

+1591
-8
lines changed

9 files changed

+1591
-8
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-rev20251223-2.0.0</version>
25+
<version>v1-rev20260127-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-rev20251223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20260127-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 927 additions & 2 deletions
Large diffs are not rendered by default.

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoogleCloudDataplexV1DataDocumentationSpec extends com.google
3636
@com.google.api.client.util.Key
3737
private java.lang.Boolean catalogPublishingEnabled;
3838

39+
/**
40+
* Optional. Specifies which components of the data documentation to generate. Any component that
41+
* is required to generate the specified components will also be generated. If no generation scope
42+
* is specified, all available documentation components will be generated.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.util.List<java.lang.String> generationScopes;
47+
3948
/**
4049
* Optional. Whether to publish result to Dataplex Catalog.
4150
* @return value or {@code null} for none
@@ -53,6 +62,27 @@ public GoogleCloudDataplexV1DataDocumentationSpec setCatalogPublishingEnabled(ja
5362
return this;
5463
}
5564

65+
/**
66+
* Optional. Specifies which components of the data documentation to generate. Any component that
67+
* is required to generate the specified components will also be generated. If no generation scope
68+
* is specified, all available documentation components will be generated.
69+
* @return value or {@code null} for none
70+
*/
71+
public java.util.List<java.lang.String> getGenerationScopes() {
72+
return generationScopes;
73+
}
74+
75+
/**
76+
* Optional. Specifies which components of the data documentation to generate. Any component that
77+
* is required to generate the specified components will also be generated. If no generation scope
78+
* is specified, all available documentation components will be generated.
79+
* @param generationScopes generationScopes or {@code null} for none
80+
*/
81+
public GoogleCloudDataplexV1DataDocumentationSpec setGenerationScopes(java.util.List<java.lang.String> generationScopes) {
82+
this.generationScopes = generationScopes;
83+
return this;
84+
}
85+
5686
@Override
5787
public GoogleCloudDataplexV1DataDocumentationSpec set(String fieldName, Object value) {
5888
return (GoogleCloudDataplexV1DataDocumentationSpec) super.set(fieldName, value);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dataplex.v1.model;
18+
19+
/**
20+
* Response message for ListMetadataFeeds.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDataplexV1ListMetadataFeedsResponse extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* List of metadata feeds under the specified parent location.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<GoogleCloudDataplexV1MetadataFeed> metadataFeeds;
38+
39+
/**
40+
* A token to retrieve the next page of results. If there are no more results in the list, the
41+
* value is empty.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String nextPageToken;
46+
47+
/**
48+
* Unordered list. Locations that the service couldn't reach.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<java.lang.String> unreachable;
53+
54+
/**
55+
* List of metadata feeds under the specified parent location.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.util.List<GoogleCloudDataplexV1MetadataFeed> getMetadataFeeds() {
59+
return metadataFeeds;
60+
}
61+
62+
/**
63+
* List of metadata feeds under the specified parent location.
64+
* @param metadataFeeds metadataFeeds or {@code null} for none
65+
*/
66+
public GoogleCloudDataplexV1ListMetadataFeedsResponse setMetadataFeeds(java.util.List<GoogleCloudDataplexV1MetadataFeed> metadataFeeds) {
67+
this.metadataFeeds = metadataFeeds;
68+
return this;
69+
}
70+
71+
/**
72+
* A token to retrieve the next page of results. If there are no more results in the list, the
73+
* value is empty.
74+
* @return value or {@code null} for none
75+
*/
76+
public java.lang.String getNextPageToken() {
77+
return nextPageToken;
78+
}
79+
80+
/**
81+
* A token to retrieve the next page of results. If there are no more results in the list, the
82+
* value is empty.
83+
* @param nextPageToken nextPageToken or {@code null} for none
84+
*/
85+
public GoogleCloudDataplexV1ListMetadataFeedsResponse setNextPageToken(java.lang.String nextPageToken) {
86+
this.nextPageToken = nextPageToken;
87+
return this;
88+
}
89+
90+
/**
91+
* Unordered list. Locations that the service couldn't reach.
92+
* @return value or {@code null} for none
93+
*/
94+
public java.util.List<java.lang.String> getUnreachable() {
95+
return unreachable;
96+
}
97+
98+
/**
99+
* Unordered list. Locations that the service couldn't reach.
100+
* @param unreachable unreachable or {@code null} for none
101+
*/
102+
public GoogleCloudDataplexV1ListMetadataFeedsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
103+
this.unreachable = unreachable;
104+
return this;
105+
}
106+
107+
@Override
108+
public GoogleCloudDataplexV1ListMetadataFeedsResponse set(String fieldName, Object value) {
109+
return (GoogleCloudDataplexV1ListMetadataFeedsResponse) super.set(fieldName, value);
110+
}
111+
112+
@Override
113+
public GoogleCloudDataplexV1ListMetadataFeedsResponse clone() {
114+
return (GoogleCloudDataplexV1ListMetadataFeedsResponse) super.clone();
115+
}
116+
117+
}

0 commit comments

Comments
 (0)