@@ -50564,7 +50564,7 @@ public class SecurityProfilesV2 {
50564
50564
* This request holds the parameters needed by the apigee server. After setting any optional
50565
50565
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
50566
50566
*
50567
- * @param parent Required. The parent resource name.
50567
+ * @param parent Required. The parent resource name. Format: `organizations/{org}`
50568
50568
* @param content the {@link com.google.api.services.apigee.v1.model.GoogleCloudApigeeV1SecurityProfileV2}
50569
50569
* @return the request
50570
50570
*/
@@ -50591,7 +50591,7 @@ public class Create extends ApigeeRequest<com.google.api.services.apigee.v1.mode
50591
50591
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
50592
50592
* be called to initialize this instance immediately after invoking the constructor. </p>
50593
50593
*
50594
- * @param parent Required. The parent resource name.
50594
+ * @param parent Required. The parent resource name. Format: `organizations/{org}`
50595
50595
* @param content the {@link com.google.api.services.apigee.v1.model.GoogleCloudApigeeV1SecurityProfileV2}
50596
50596
* @since 1.13
50597
50597
*/
@@ -50660,17 +50660,17 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
50660
50660
return (Create) super.setUploadProtocol(uploadProtocol);
50661
50661
}
50662
50662
50663
- /** Required. The parent resource name. */
50663
+ /** Required. The parent resource name. Format: `organizations/{org}` */
50664
50664
@com.google.api.client.util.Key
50665
50665
private java.lang.String parent;
50666
50666
50667
- /** Required. The parent resource name.
50667
+ /** Required. The parent resource name. Format: `organizations/{org}`
50668
50668
*/
50669
50669
public java.lang.String getParent() {
50670
50670
return parent;
50671
50671
}
50672
50672
50673
- /** Required. The parent resource name. */
50673
+ /** Required. The parent resource name. Format: `organizations/{org}` */
50674
50674
public Create setParent(java.lang.String parent) {
50675
50675
if (!getSuppressPatternChecks()) {
50676
50676
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
@@ -50710,7 +50710,8 @@ public Create set(String parameterName, Object value) {
50710
50710
* This request holds the parameters needed by the apigee server. After setting any optional
50711
50711
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
50712
50712
*
50713
- * @param name Required. The name of the security profile v2 to delete.
50713
+ * @param name Required. The name of the security profile v2 to delete. Format:
50714
+ * `organizations/{org}/securityProfilesV2/{profile}`
50714
50715
* @return the request
50715
50716
*/
50716
50717
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -50736,7 +50737,8 @@ public class Delete extends ApigeeRequest<com.google.api.services.apigee.v1.mode
50736
50737
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
50737
50738
* be called to initialize this instance immediately after invoking the constructor. </p>
50738
50739
*
50739
- * @param name Required. The name of the security profile v2 to delete.
50740
+ * @param name Required. The name of the security profile v2 to delete. Format:
50741
+ * `organizations/{org}/securityProfilesV2/{profile}`
50740
50742
* @since 1.13
50741
50743
*/
50742
50744
protected Delete(java.lang.String name) {
@@ -50804,17 +50806,24 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
50804
50806
return (Delete) super.setUploadProtocol(uploadProtocol);
50805
50807
}
50806
50808
50807
- /** Required. The name of the security profile v2 to delete. */
50809
+ /**
50810
+ * Required. The name of the security profile v2 to delete. Format:
50811
+ * `organizations/{org}/securityProfilesV2/{profile}`
50812
+ */
50808
50813
@com.google.api.client.util.Key
50809
50814
private java.lang.String name;
50810
50815
50811
- /** Required. The name of the security profile v2 to delete.
50816
+ /** Required. The name of the security profile v2 to delete. Format:
50817
+ `organizations/{org}/securityProfilesV2/{profile}`
50812
50818
*/
50813
50819
public java.lang.String getName() {
50814
50820
return name;
50815
50821
}
50816
50822
50817
- /** Required. The name of the security profile v2 to delete. */
50823
+ /**
50824
+ * Required. The name of the security profile v2 to delete. Format:
50825
+ * `organizations/{org}/securityProfilesV2/{profile}`
50826
+ */
50818
50827
public Delete setName(java.lang.String name) {
50819
50828
if (!getSuppressPatternChecks()) {
50820
50829
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -50838,7 +50847,8 @@ public Delete set(String parameterName, Object value) {
50838
50847
* This request holds the parameters needed by the apigee server. After setting any optional
50839
50848
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
50840
50849
*
50841
- * @param name Required. The security profile id.
50850
+ * @param name Required. The name of the security profile v2 to get. Format:
50851
+ * `organizations/{org}/securityProfilesV2/{profile}`
50842
50852
* @return the request
50843
50853
*/
50844
50854
public Get get(java.lang.String name) throws java.io.IOException {
@@ -50864,7 +50874,8 @@ public class Get extends ApigeeRequest<com.google.api.services.apigee.v1.model.G
50864
50874
* Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
50865
50875
* called to initialize this instance immediately after invoking the constructor. </p>
50866
50876
*
50867
- * @param name Required. The security profile id.
50877
+ * @param name Required. The name of the security profile v2 to get. Format:
50878
+ * `organizations/{org}/securityProfilesV2/{profile}`
50868
50879
* @since 1.13
50869
50880
*/
50870
50881
protected Get(java.lang.String name) {
@@ -50942,17 +50953,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
50942
50953
return (Get) super.setUploadProtocol(uploadProtocol);
50943
50954
}
50944
50955
50945
- /** Required. The security profile id. */
50956
+ /**
50957
+ * Required. The name of the security profile v2 to get. Format:
50958
+ * `organizations/{org}/securityProfilesV2/{profile}`
50959
+ */
50946
50960
@com.google.api.client.util.Key
50947
50961
private java.lang.String name;
50948
50962
50949
- /** Required. The security profile id.
50963
+ /** Required. The name of the security profile v2 to get. Format:
50964
+ `organizations/{org}/securityProfilesV2/{profile}`
50950
50965
*/
50951
50966
public java.lang.String getName() {
50952
50967
return name;
50953
50968
}
50954
50969
50955
- /** Required. The security profile id. */
50970
+ /**
50971
+ * Required. The name of the security profile v2 to get. Format:
50972
+ * `organizations/{org}/securityProfilesV2/{profile}`
50973
+ */
50956
50974
public Get setName(java.lang.String name) {
50957
50975
if (!getSuppressPatternChecks()) {
50958
50976
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -51288,17 +51306,24 @@ public Patch setName(java.lang.String name) {
51288
51306
return this;
51289
51307
}
51290
51308
51291
- /** Required. The list of fields to update. */
51309
+ /**
51310
+ * Optional. The list of fields to update. Valid fields to update are `description` and
51311
+ * `profileAssessmentConfigs`.
51312
+ */
51292
51313
@com.google.api.client.util.Key
51293
51314
private String updateMask;
51294
51315
51295
- /** Required. The list of fields to update.
51316
+ /** Optional. The list of fields to update. Valid fields to update are `description` and
51317
+ `profileAssessmentConfigs`.
51296
51318
*/
51297
51319
public String getUpdateMask() {
51298
51320
return updateMask;
51299
51321
}
51300
51322
51301
- /** Required. The list of fields to update. */
51323
+ /**
51324
+ * Optional. The list of fields to update. Valid fields to update are `description` and
51325
+ * `profileAssessmentConfigs`.
51326
+ */
51302
51327
public Patch setUpdateMask(String updateMask) {
51303
51328
this.updateMask = updateMask;
51304
51329
return this;
0 commit comments