Skip to content

Commit 6ae67fa

Browse files
1 parent 8e374d6 commit 6ae67fa

20 files changed

+1488
-25
lines changed

clients/google-api-services-datacatalog/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-datacatalog</artifactId>
25-
<version>v1-rev20250928-2.0.0</version>
25+
<version>v1-rev20251205-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-datacatalog:v1-rev20250928-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datacatalog:v1-rev20251205-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/DataCatalog.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,30 +6649,31 @@ public List setPageToken(java.lang.String pageToken) {
66496649

66506650
/**
66516651
* When set to `true`, operations that are reachable are returned as normal, and those
6652-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6653-
* This can only be `true` when reading across collections e.g. when `parent` is set to
6654-
* `"projects/example/locations/-"`. This field is not by default supported and will
6652+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
6653+
* can only be `true` when reading across collections. For example, when `parent` is set
6654+
* to `"projects/example/locations/-"`. This field is not supported by default and will
66556655
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
66566656
* service or product specific documentation.
66576657
*/
66586658
@com.google.api.client.util.Key
66596659
private java.lang.Boolean returnPartialSuccess;
66606660

66616661
/** When set to `true`, operations that are reachable are returned as normal, and those that are
6662-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
6663-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
6664-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
6665-
explicitly documented otherwise in service or product specific documentation.
6662+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
6663+
when reading across collections. For example, when `parent` is set to
6664+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
6665+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
6666+
documentation.
66666667
*/
66676668
public java.lang.Boolean getReturnPartialSuccess() {
66686669
return returnPartialSuccess;
66696670
}
66706671

66716672
/**
66726673
* When set to `true`, operations that are reachable are returned as normal, and those
6673-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6674-
* This can only be `true` when reading across collections e.g. when `parent` is set to
6675-
* `"projects/example/locations/-"`. This field is not by default supported and will
6674+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
6675+
* can only be `true` when reading across collections. For example, when `parent` is set
6676+
* to `"projects/example/locations/-"`. This field is not supported by default and will
66766677
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
66776678
* service or product specific documentation.
66786679
*/

clients/google-api-services-datacatalog/v1/2.0.0/com/google/api/services/datacatalog/v1/model/GoogleCloudDatacatalogV1Entry.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ public final class GoogleCloudDatacatalogV1Entry extends com.google.api.client.j
147147
@com.google.api.client.util.Key
148148
private GoogleCloudDatacatalogV1GcsFilesetSpec gcsFilesetSpec;
149149

150+
/**
151+
* Spec for graph.
152+
* The value may be {@code null}.
153+
*/
154+
@com.google.api.client.util.Key
155+
private GoogleCloudDatacatalogV1GraphSpec graphSpec;
156+
150157
/**
151158
* Output only. Indicates the entry's source system that Data Catalog integrates with, such as
152159
* BigQuery, Pub/Sub, or Dataproc Metastore.
@@ -553,6 +560,23 @@ public GoogleCloudDatacatalogV1Entry setGcsFilesetSpec(GoogleCloudDatacatalogV1G
553560
return this;
554561
}
555562

563+
/**
564+
* Spec for graph.
565+
* @return value or {@code null} for none
566+
*/
567+
public GoogleCloudDatacatalogV1GraphSpec getGraphSpec() {
568+
return graphSpec;
569+
}
570+
571+
/**
572+
* Spec for graph.
573+
* @param graphSpec graphSpec or {@code null} for none
574+
*/
575+
public GoogleCloudDatacatalogV1Entry setGraphSpec(GoogleCloudDatacatalogV1GraphSpec graphSpec) {
576+
this.graphSpec = graphSpec;
577+
return this;
578+
}
579+
556580
/**
557581
* Output only. Indicates the entry's source system that Data Catalog integrates with, such as
558582
* BigQuery, Pub/Sub, or Dataproc Metastore.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
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.datacatalog.v1.model;
18+
19+
/**
20+
* Specification that applies to a graph.
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 Google Cloud Data Catalog API. For a detailed
24+
* explanation see:
25+
* <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>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudDatacatalogV1GraphSpec extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Edge tables of the graph.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> edgeTables;
39+
40+
/**
41+
* Output only. Fully qualified graph name. e.g. `named_catalog.MyGraph`
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String name;
46+
47+
/**
48+
* Required. Node tables of the graph.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> nodeTables;
53+
54+
/**
55+
* Optional. Edge tables of the graph.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> getEdgeTables() {
59+
return edgeTables;
60+
}
61+
62+
/**
63+
* Optional. Edge tables of the graph.
64+
* @param edgeTables edgeTables or {@code null} for none
65+
*/
66+
public GoogleCloudDatacatalogV1GraphSpec setEdgeTables(java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> edgeTables) {
67+
this.edgeTables = edgeTables;
68+
return this;
69+
}
70+
71+
/**
72+
* Output only. Fully qualified graph name. e.g. `named_catalog.MyGraph`
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getName() {
76+
return name;
77+
}
78+
79+
/**
80+
* Output only. Fully qualified graph name. e.g. `named_catalog.MyGraph`
81+
* @param name name or {@code null} for none
82+
*/
83+
public GoogleCloudDatacatalogV1GraphSpec setName(java.lang.String name) {
84+
this.name = name;
85+
return this;
86+
}
87+
88+
/**
89+
* Required. Node tables of the graph.
90+
* @return value or {@code null} for none
91+
*/
92+
public java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> getNodeTables() {
93+
return nodeTables;
94+
}
95+
96+
/**
97+
* Required. Node tables of the graph.
98+
* @param nodeTables nodeTables or {@code null} for none
99+
*/
100+
public GoogleCloudDatacatalogV1GraphSpec setNodeTables(java.util.List<GoogleCloudDatacatalogV1GraphSpecGraphElementTable> nodeTables) {
101+
this.nodeTables = nodeTables;
102+
return this;
103+
}
104+
105+
@Override
106+
public GoogleCloudDatacatalogV1GraphSpec set(String fieldName, Object value) {
107+
return (GoogleCloudDatacatalogV1GraphSpec) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public GoogleCloudDatacatalogV1GraphSpec clone() {
112+
return (GoogleCloudDatacatalogV1GraphSpec) super.clone();
113+
}
114+
115+
}

0 commit comments

Comments
 (0)