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: clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/SecurityProfile.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class SecurityProfile extends com.google.api.client.json.GenericJso
36
36
@com.google.api.client.util.Key
37
37
privateStringcreateTime;
38
38
39
+
/**
40
+
* The custom Packet Mirroring v2 configuration for the SecurityProfile.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1/2.0.0/com/google/api/services/networksecurity/v1/model/SecurityProfileGroup.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
37
37
@com.google.api.client.util.Key
38
38
privateStringcreateTime;
39
39
40
+
/**
41
+
* Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.StringcustomMirroringProfile;
46
+
40
47
/**
41
48
* Optional. An optional description of the profile group. Max length 2048 characters.
42
49
* The value may be {@code null}.
@@ -99,6 +106,23 @@ public SecurityProfileGroup setCreateTime(String createTime) {
99
106
returnthis;
100
107
}
101
108
109
+
/**
110
+
* Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/NetworkSecurity.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9958,16 +9958,16 @@ public Patch setRequestId(java.lang.String requestId) {
9958
9958
9959
9959
/**
9960
9960
* Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by
9961
-
* the update. The fields specified in the update_mask are relative to the resource, not
9961
+
* the update. The fields specified in the `update_mask` are relative to the resource, not
9962
9962
* the full request. A field is overwritten if it is in the mask. If the user does not
9963
9963
* specify a mask, then all fields are overwritten.
9964
9964
*/
9965
9965
@com.google.api.client.util.Key
9966
9966
private String updateMask;
9967
9967
9968
9968
/** Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update.
9969
-
The fields specified in the update_mask are relative to the resource, not the full request. A field
9970
-
is overwritten if it is in the mask. If the user does not specify a mask, then all fields are
9969
+
The fields specified in the `update_mask` are relative to the resource, not the full request. A
9970
+
field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are
9971
9971
overwritten.
9972
9972
*/
9973
9973
public String getUpdateMask() {
@@ -9976,7 +9976,7 @@ public String getUpdateMask() {
9976
9976
9977
9977
/**
9978
9978
* Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by
9979
-
* the update. The fields specified in the update_mask are relative to the resource, not
9979
+
* the update. The fields specified in the `update_mask` are relative to the resource, not
9980
9980
* the full request. A field is overwritten if it is in the mask. If the user does not
9981
9981
* specify a mask, then all fields are overwritten.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/AuthzPolicy.java
0 commit comments