@@ -2818,7 +2818,7 @@ public LookupEntry set(String parameterName, Object value) {
2818
2818
* parameters, call the {@link SearchEntries#execute()} method to invoke the remote operation.
2819
2819
*
2820
2820
* @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 .
2822
2822
* @return the request
2823
2823
*/
2824
2824
public SearchEntries searchEntries(java.lang.String name) throws java.io.IOException {
@@ -2846,7 +2846,7 @@ public class SearchEntries extends CloudDataplexRequest<com.google.api.services.
2846
2846
* the constructor. </p>
2847
2847
*
2848
2848
* @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 .
2850
2850
* @since 1.13
2851
2851
*/
2852
2852
protected SearchEntries(java.lang.String name) {
@@ -2916,21 +2916,21 @@ public SearchEntries setUploadProtocol(java.lang.String uploadProtocol) {
2916
2916
2917
2917
/**
2918
2918
* Required. The project to which the request should be attributed in the following form:
2919
- * projects/{project}/locations/{location} .
2919
+ * projects/{project}/locations/global .
2920
2920
*/
2921
2921
@com.google.api.client.util.Key
2922
2922
private java.lang.String name;
2923
2923
2924
2924
/** Required. The project to which the request should be attributed in the following form:
2925
- projects/{project}/locations/{location} .
2925
+ projects/{project}/locations/global .
2926
2926
*/
2927
2927
public java.lang.String getName() {
2928
2928
return name;
2929
2929
}
2930
2930
2931
2931
/**
2932
2932
* Required. The project to which the request should be attributed in the following form:
2933
- * projects/{project}/locations/{location} .
2933
+ * projects/{project}/locations/global .
2934
2934
*/
2935
2935
public SearchEntries setName(java.lang.String name) {
2936
2936
if (!getSuppressPatternChecks()) {
@@ -13627,7 +13627,7 @@ public class EntryLinks {
13627
13627
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
13628
13628
*
13629
13629
* @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 }.
13631
13631
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1EntryLink}
13632
13632
* @return the request
13633
13633
*/
@@ -13656,7 +13656,7 @@ public class Create extends CloudDataplexRequest<com.google.api.services.dataple
13656
13656
* be called to initialize this instance immediately after invoking the constructor. </p>
13657
13657
*
13658
13658
* @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 }.
13660
13660
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1EntryLink}
13661
13661
* @since 1.13
13662
13662
*/
@@ -13727,21 +13727,21 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
13727
13727
13728
13728
/**
13729
13729
* 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 }.
13731
13731
*/
13732
13732
@com.google.api.client.util.Key
13733
13733
private java.lang.String parent;
13734
13734
13735
13735
/** 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 }.
13737
13737
*/
13738
13738
public java.lang.String getParent() {
13739
13739
return parent;
13740
13740
}
13741
13741
13742
13742
/**
13743
13743
* 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 }.
13745
13745
*/
13746
13746
public Create setParent(java.lang.String parent) {
13747
13747
if (!getSuppressPatternChecks()) {
@@ -13792,8 +13792,8 @@ public Create set(String parameterName, Object value) {
13792
13792
* This request holds the parameters needed by the dataplex server. After setting any optional
13793
13793
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
13794
13794
*
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 }.
13797
13797
* @return the request
13798
13798
*/
13799
13799
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
13820
13820
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
13821
13821
* be called to initialize this instance immediately after invoking the constructor. </p>
13822
13822
*
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 }.
13825
13825
* @since 1.13
13826
13826
*/
13827
13827
protected Delete(java.lang.String name) {
@@ -13890,22 +13890,22 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
13890
13890
}
13891
13891
13892
13892
/**
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 }.
13895
13895
*/
13896
13896
@com.google.api.client.util.Key
13897
13897
private java.lang.String name;
13898
13898
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 }.
13901
13901
*/
13902
13902
public java.lang.String getName() {
13903
13903
return name;
13904
13904
}
13905
13905
13906
13906
/**
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 }.
13909
13909
*/
13910
13910
public Delete setName(java.lang.String name) {
13911
13911
if (!getSuppressPatternChecks()) {
@@ -13923,15 +13923,15 @@ public Delete set(String parameterName, Object value) {
13923
13923
}
13924
13924
}
13925
13925
/**
13926
- * Gets an entry link .
13926
+ * Gets an Entry Link .
13927
13927
*
13928
13928
* Create a request for the method "entryLinks.get".
13929
13929
*
13930
13930
* This request holds the parameters needed by the dataplex server. After setting any optional
13931
13931
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
13932
13932
*
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 }.
13935
13935
* @return the request
13936
13936
*/
13937
13937
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
13948
13948
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entryLinks/[^/]+$");
13949
13949
13950
13950
/**
13951
- * Gets an entry link .
13951
+ * Gets an Entry Link .
13952
13952
*
13953
13953
* Create a request for the method "entryLinks.get".
13954
13954
*
@@ -13957,8 +13957,8 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
13957
13957
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
13958
13958
* must be called to initialize this instance immediately after invoking the constructor. </p>
13959
13959
*
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 }.
13962
13962
* @since 1.13
13963
13963
*/
13964
13964
protected Get(java.lang.String name) {
@@ -14037,22 +14037,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
14037
14037
}
14038
14038
14039
14039
/**
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 }.
14042
14042
*/
14043
14043
@com.google.api.client.util.Key
14044
14044
private java.lang.String name;
14045
14045
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 }.
14048
14048
*/
14049
14049
public java.lang.String getName() {
14050
14050
return name;
14051
14051
}
14052
14052
14053
14053
/**
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 }.
14056
14056
*/
14057
14057
public Get setName(java.lang.String name) {
14058
14058
if (!getSuppressPatternChecks()) {
0 commit comments