@@ -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()) {
0 commit comments