Skip to content

Commit a1c1776

Browse files
1 parent 7d85e78 commit a1c1776

File tree

6 files changed

+73
-67
lines changed

6 files changed

+73
-67
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-rev20250429-2.0.0</version>
25+
<version>v1-rev20250513-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-rev20250429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250513-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: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ public LookupEntry set(String parameterName, Object value) {
28182818
* parameters, call the {@link SearchEntries#execute()} method to invoke the remote operation.
28192819
*
28202820
* @param name Required. The project to which the request should be attributed in the following form:
2821-
* projects/{project}/locations/{location}.
2821+
* projects/{project}/locations/global.
28222822
* @return the request
28232823
*/
28242824
public SearchEntries searchEntries(java.lang.String name) throws java.io.IOException {
@@ -2846,7 +2846,7 @@ public class SearchEntries extends CloudDataplexRequest<com.google.api.services.
28462846
* the constructor. </p>
28472847
*
28482848
* @param name Required. The project to which the request should be attributed in the following form:
2849-
* projects/{project}/locations/{location}.
2849+
* projects/{project}/locations/global.
28502850
* @since 1.13
28512851
*/
28522852
protected SearchEntries(java.lang.String name) {
@@ -2916,21 +2916,21 @@ public SearchEntries setUploadProtocol(java.lang.String uploadProtocol) {
29162916

29172917
/**
29182918
* Required. The project to which the request should be attributed in the following form:
2919-
* projects/{project}/locations/{location}.
2919+
* projects/{project}/locations/global.
29202920
*/
29212921
@com.google.api.client.util.Key
29222922
private java.lang.String name;
29232923

29242924
/** Required. The project to which the request should be attributed in the following form:
2925-
projects/{project}/locations/{location}.
2925+
projects/{project}/locations/global.
29262926
*/
29272927
public java.lang.String getName() {
29282928
return name;
29292929
}
29302930

29312931
/**
29322932
* Required. The project to which the request should be attributed in the following form:
2933-
* projects/{project}/locations/{location}.
2933+
* projects/{project}/locations/global.
29342934
*/
29352935
public SearchEntries setName(java.lang.String name) {
29362936
if (!getSuppressPatternChecks()) {
@@ -13627,7 +13627,7 @@ public class EntryLinks {
1362713627
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
1362813628
*
1362913629
* @param parent Required. The resource name of the parent Entry Group:
13630-
* projects/{project}/locations/{location}/entryGroups/{entry_group}.
13630+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
1363113631
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1EntryLink}
1363213632
* @return the request
1363313633
*/
@@ -13656,7 +13656,7 @@ public class Create extends CloudDataplexRequest<com.google.api.services.dataple
1365613656
* be called to initialize this instance immediately after invoking the constructor. </p>
1365713657
*
1365813658
* @param parent Required. The resource name of the parent Entry Group:
13659-
* projects/{project}/locations/{location}/entryGroups/{entry_group}.
13659+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
1366013660
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1EntryLink}
1366113661
* @since 1.13
1366213662
*/
@@ -13727,21 +13727,21 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
1372713727

1372813728
/**
1372913729
* Required. The resource name of the parent Entry Group:
13730-
* projects/{project}/locations/{location}/entryGroups/{entry_group}.
13730+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
1373113731
*/
1373213732
@com.google.api.client.util.Key
1373313733
private java.lang.String parent;
1373413734

1373513735
/** Required. The resource name of the parent Entry Group:
13736-
projects/{project}/locations/{location}/entryGroups/{entry_group}.
13736+
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
1373713737
*/
1373813738
public java.lang.String getParent() {
1373913739
return parent;
1374013740
}
1374113741

1374213742
/**
1374313743
* Required. The resource name of the parent Entry Group:
13744-
* projects/{project}/locations/{location}/entryGroups/{entry_group}.
13744+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
1374513745
*/
1374613746
public Create setParent(java.lang.String parent) {
1374713747
if (!getSuppressPatternChecks()) {
@@ -13792,8 +13792,8 @@ public Create set(String parameterName, Object value) {
1379213792
* This request holds the parameters needed by the dataplex server. After setting any optional
1379313793
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
1379413794
*
13795-
* @param name Required. The resource name of the Entry Link:
13796-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
13795+
* @param name Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_i
13796+
* d}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1379713797
* @return the request
1379813798
*/
1379913799
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -13820,8 +13820,8 @@ public class Delete extends CloudDataplexRequest<com.google.api.services.dataple
1382013820
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1382113821
* be called to initialize this instance immediately after invoking the constructor. </p>
1382213822
*
13823-
* @param name Required. The resource name of the Entry Link:
13824-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
13823+
* @param name Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_i
13824+
* d}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1382513825
* @since 1.13
1382613826
*/
1382713827
protected Delete(java.lang.String name) {
@@ -13890,22 +13890,22 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
1389013890
}
1389113891

1389213892
/**
13893-
* Required. The resource name of the Entry Link: projects/{project}/locations/{location
13894-
* }/entryGroups/{entry_group}/entryLinks/{entry_link}.
13893+
* Required. The resource name of the Entry Link: projects/{project_id_or_number}/locati
13894+
* ons/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1389513895
*/
1389613896
@com.google.api.client.util.Key
1389713897
private java.lang.String name;
1389813898

13899-
/** Required. The resource name of the Entry Link:
13900-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
13899+
/** Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_
13900+
id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1390113901
*/
1390213902
public java.lang.String getName() {
1390313903
return name;
1390413904
}
1390513905

1390613906
/**
13907-
* Required. The resource name of the Entry Link: projects/{project}/locations/{location
13908-
* }/entryGroups/{entry_group}/entryLinks/{entry_link}.
13907+
* Required. The resource name of the Entry Link: projects/{project_id_or_number}/locati
13908+
* ons/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1390913909
*/
1391013910
public Delete setName(java.lang.String name) {
1391113911
if (!getSuppressPatternChecks()) {
@@ -13923,15 +13923,15 @@ public Delete set(String parameterName, Object value) {
1392313923
}
1392413924
}
1392513925
/**
13926-
* Gets an entry link.
13926+
* Gets an Entry Link.
1392713927
*
1392813928
* Create a request for the method "entryLinks.get".
1392913929
*
1393013930
* This request holds the parameters needed by the dataplex server. After setting any optional
1393113931
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
1393213932
*
13933-
* @param name Required. The resource name of the Entry Link:
13934-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
13933+
* @param name Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_i
13934+
* d}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1393513935
* @return the request
1393613936
*/
1393713937
public Get get(java.lang.String name) throws java.io.IOException {
@@ -13948,7 +13948,7 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
1394813948
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entryLinks/[^/]+$");
1394913949

1395013950
/**
13951-
* Gets an entry link.
13951+
* Gets an Entry Link.
1395213952
*
1395313953
* Create a request for the method "entryLinks.get".
1395413954
*
@@ -13957,8 +13957,8 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
1395713957
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1395813958
* must be called to initialize this instance immediately after invoking the constructor. </p>
1395913959
*
13960-
* @param name Required. The resource name of the Entry Link:
13961-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
13960+
* @param name Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_i
13961+
* d}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1396213962
* @since 1.13
1396313963
*/
1396413964
protected Get(java.lang.String name) {
@@ -14037,22 +14037,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
1403714037
}
1403814038

1403914039
/**
14040-
* Required. The resource name of the Entry Link: projects/{project}/locations/{location
14041-
* }/entryGroups/{entry_group}/entryLinks/{entry_link}.
14040+
* Required. The resource name of the Entry Link: projects/{project_id_or_number}/locati
14041+
* ons/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1404214042
*/
1404314043
@com.google.api.client.util.Key
1404414044
private java.lang.String name;
1404514045

14046-
/** Required. The resource name of the Entry Link:
14047-
projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
14046+
/** Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_
14047+
id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1404814048
*/
1404914049
public java.lang.String getName() {
1405014050
return name;
1405114051
}
1405214052

1405314053
/**
14054-
* Required. The resource name of the Entry Link: projects/{project}/locations/{location
14055-
* }/entryGroups/{entry_group}/entryLinks/{entry_link}.
14054+
* Required. The resource name of the Entry Link: projects/{project_id_or_number}/locati
14055+
* ons/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
1405614056
*/
1405714057
public Get setName(java.lang.String name) {
1405814058
if (!getSuppressPatternChecks()) {

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dataplex.v1.model;
1818

1919
/**
20-
* EntryLink represents a link between two entries.
20+
* EntryLink represents a link between two Entries.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Dataplex API. For a detailed explanation see:
@@ -38,23 +38,25 @@ public final class GoogleCloudDataplexV1EntryLink extends com.google.api.client.
3838

3939
/**
4040
* Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry
41-
* Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
41+
* Link, of the form:
42+
* `projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
4546
private java.lang.String entryLinkType;
4647

4748
/**
48-
* Required. Specifies the entries referenced in the entry link. There should be exactly two entry
49+
* Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry
4950
* references.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key
5354
private java.util.List<GoogleCloudDataplexV1EntryLinkEntryReference> entryReferences;
5455

5556
/**
56-
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
57-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
57+
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
58+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks
59+
* /{entry_link_id}
5860
* The value may be {@code null}.
5961
*/
6062
@com.google.api.client.util.Key
@@ -86,7 +88,8 @@ public GoogleCloudDataplexV1EntryLink setCreateTime(String createTime) {
8688

8789
/**
8890
* Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry
89-
* Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
91+
* Link, of the form:
92+
* `projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}.
9093
* @return value or {@code null} for none
9194
*/
9295
public java.lang.String getEntryLinkType() {
@@ -95,7 +98,8 @@ public java.lang.String getEntryLinkType() {
9598

9699
/**
97100
* Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry
98-
* Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.
101+
* Link, of the form:
102+
* `projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}.
99103
* @param entryLinkType entryLinkType or {@code null} for none
100104
*/
101105
public GoogleCloudDataplexV1EntryLink setEntryLinkType(java.lang.String entryLinkType) {
@@ -104,7 +108,7 @@ public GoogleCloudDataplexV1EntryLink setEntryLinkType(java.lang.String entryLin
104108
}
105109

106110
/**
107-
* Required. Specifies the entries referenced in the entry link. There should be exactly two entry
111+
* Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry
108112
* references.
109113
* @return value or {@code null} for none
110114
*/
@@ -113,7 +117,7 @@ public java.util.List<GoogleCloudDataplexV1EntryLinkEntryReference> getEntryRefe
113117
}
114118

115119
/**
116-
* Required. Specifies the entries referenced in the entry link. There should be exactly two entry
120+
* Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry
117121
* references.
118122
* @param entryReferences entryReferences or {@code null} for none
119123
*/
@@ -123,17 +127,19 @@ public GoogleCloudDataplexV1EntryLink setEntryReferences(java.util.List<GoogleCl
123127
}
124128

125129
/**
126-
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
127-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
130+
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
131+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks
132+
* /{entry_link_id}
128133
* @return value or {@code null} for none
129134
*/
130135
public java.lang.String getName() {
131136
return name;
132137
}
133138

134139
/**
135-
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
136-
* projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.
140+
* Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form:
141+
* projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks
142+
* /{entry_link_id}
137143
* @param name name or {@code null} for none
138144
*/
139145
public GoogleCloudDataplexV1EntryLink setName(java.lang.String name) {

0 commit comments

Comments
 (0)