You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-securitycentermanagement/google-cloud-securitycentermanagement/src/main/java/com/google/cloud/securitycentermanagement/v1/SecurityCenterManagementClient.java
+3-5
Original file line number
Diff line number
Diff line change
@@ -1995,11 +1995,9 @@ public final SecurityHealthAnalyticsCustomModule createSecurityHealthAnalyticsCu
1995
1995
* }</pre>
1996
1996
*
1997
1997
* @param securityHealthAnalyticsCustomModule Required. The resource being updated
1998
-
* @param updateMask Required. Field mask is used to specify the fields to be overwritten in the
1999
-
* SecurityHealthAnalyticsCustomModule resource by the update. The fields specified in the
2000
-
* update_mask are relative to the resource, not the full request. A field will be overwritten
2001
-
* if it is in the mask. If the user does not provide a mask then all fields will be
2002
-
* overwritten.
1998
+
* @param updateMask Required. The list of fields to be updated. The only fields that can be
1999
+
* updated are `enablement_state` and `custom_config`. If empty or set to the wildcard value
2000
+
* `*`, both `enablement_state` and `custom_config` are updated.
2003
2001
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/UpdateSecurityHealthAnalyticsCustomModuleRequest.java
+48-60
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
71
71
*
72
72
*
73
73
* <pre>
74
-
* Required. Field mask is used to specify the fields to be overwritten in the
75
-
* SecurityHealthAnalyticsCustomModule resource by the update.
76
-
* The fields specified in the update_mask are relative to the resource, not
77
-
* the full request. A field will be overwritten if it is in the mask. If the
78
-
* user does not provide a mask then all fields will be overwritten.
74
+
* Required. The list of fields to be updated. The only fields that can be
75
+
* updated are `enablement_state` and `custom_config`. If empty or set to the
76
+
* wildcard value `*`, both `enablement_state` and `custom_config` are
Copy file name to clipboardExpand all lines: java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/java/com/google/cloud/securitycentermanagement/v1/UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder.java
+12-15
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,10 @@ public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
27
27
*
28
28
*
29
29
* <pre>
30
-
* Required. Field mask is used to specify the fields to be overwritten in the
31
-
* SecurityHealthAnalyticsCustomModule resource by the update.
32
-
* The fields specified in the update_mask are relative to the resource, not
33
-
* the full request. A field will be overwritten if it is in the mask. If the
34
-
* user does not provide a mask then all fields will be overwritten.
30
+
* Required. The list of fields to be updated. The only fields that can be
31
+
* updated are `enablement_state` and `custom_config`. If empty or set to the
32
+
* wildcard value `*`, both `enablement_state` and `custom_config` are
Copy file name to clipboardExpand all lines: java-securitycentermanagement/proto-google-cloud-securitycentermanagement-v1/src/main/proto/google/cloud/securitycentermanagement/v1/security_center_management.proto
0 commit comments