@@ -1792,8 +1792,7 @@ public class GithubEnterpriseConfigs {
1792
1792
* This request holds the parameters needed by the cloudbuild server. After setting any optional
1793
1793
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
1794
1794
*
1795
- * @param parent Required. Name of the parent project. For example: projects/{$project_number} or
1796
- * projects/{$project_id}
1795
+ * @param parent Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
1797
1796
* @param content the {@link com.google.api.services.cloudbuild.v1.model.GitHubEnterpriseConfig}
1798
1797
* @return the request
1799
1798
*/
@@ -1821,8 +1820,7 @@ public class Create extends CloudBuildRequest<com.google.api.services.cloudbuild
1821
1820
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1822
1821
* be called to initialize this instance immediately after invoking the constructor. </p>
1823
1822
*
1824
- * @param parent Required. Name of the parent project. For example: projects/{$project_number} or
1825
- * projects/{$project_id}
1823
+ * @param parent Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
1826
1824
* @param content the {@link com.google.api.services.cloudbuild.v1.model.GitHubEnterpriseConfig}
1827
1825
* @since 1.13
1828
1826
*/
@@ -1892,21 +1890,20 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
1892
1890
}
1893
1891
1894
1892
/**
1895
- * Required. Name of the parent project. For example: projects/{$project_number} or
1893
+ * Name of the parent project. For example: projects/{$project_number} or
1896
1894
* projects/{$project_id}
1897
1895
*/
1898
1896
@ com .google .api .client .util .Key
1899
1897
private java .lang .String parent ;
1900
1898
1901
- /** Required. Name of the parent project. For example: projects/{$project_number} or
1902
- projects/{$project_id}
1899
+ /** Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
1903
1900
*/
1904
1901
public java .lang .String getParent () {
1905
1902
return parent ;
1906
1903
}
1907
1904
1908
1905
/**
1909
- * Required. Name of the parent project. For example: projects/{$project_number} or
1906
+ * Name of the parent project. For example: projects/{$project_number} or
1910
1907
* projects/{$project_id}
1911
1908
*/
1912
1909
public Create setParent (java .lang .String parent ) {
@@ -6493,8 +6490,7 @@ public class GithubEnterpriseConfigs {
6493
6490
* This request holds the parameters needed by the cloudbuild server. After setting any optional
6494
6491
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
6495
6492
*
6496
- * @param parent Required. Name of the parent project. For example: projects/{$project_number} or
6497
- * projects/{$project_id}
6493
+ * @param parent Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
6498
6494
* @param content the {@link com.google.api.services.cloudbuild.v1.model.GitHubEnterpriseConfig}
6499
6495
* @return the request
6500
6496
*/
@@ -6522,8 +6518,7 @@ public class Create extends CloudBuildRequest<com.google.api.services.cloudbuild
6522
6518
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
6523
6519
* be called to initialize this instance immediately after invoking the constructor. </p>
6524
6520
*
6525
- * @param parent Required. Name of the parent project. For example: projects/{$project_number} or
6526
- * projects/{$project_id}
6521
+ * @param parent Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
6527
6522
* @param content the {@link com.google.api.services.cloudbuild.v1.model.GitHubEnterpriseConfig}
6528
6523
* @since 1.13
6529
6524
*/
@@ -6593,21 +6588,20 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
6593
6588
}
6594
6589
6595
6590
/**
6596
- * Required. Name of the parent project. For example: projects/{$project_number} or
6591
+ * Name of the parent project. For example: projects/{$project_number} or
6597
6592
* projects/{$project_id}
6598
6593
*/
6599
6594
@ com .google .api .client .util .Key
6600
6595
private java .lang .String parent ;
6601
6596
6602
- /** Required. Name of the parent project. For example: projects/{$project_number} or
6603
- projects/{$project_id}
6597
+ /** Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}
6604
6598
*/
6605
6599
public java .lang .String getParent () {
6606
6600
return parent ;
6607
6601
}
6608
6602
6609
6603
/**
6610
- * Required. Name of the parent project. For example: projects/{$project_number} or
6604
+ * Name of the parent project. For example: projects/{$project_number} or
6611
6605
* projects/{$project_id}
6612
6606
*/
6613
6607
public Create setParent (java .lang .String parent ) {
0 commit comments