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/SecurityProfileGroup.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.StringcustomMirroringProfile;
52
52
53
+
/**
54
+
* Output only. Identifier used by the data-path. Unique within {container, location}.
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringDeployment.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,14 @@ public final class MirroringDeployment extends com.google.api.client.json.Generi
36
36
@com.google.api.client.util.Key
37
37
privateStringcreateTime;
38
38
39
+
/**
40
+
* Optional. User-provided description of the deployment. Used as additional context for the
41
+
* deployment.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.Stringdescription;
46
+
39
47
/**
40
48
* Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded
41
49
* to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
@@ -104,6 +112,25 @@ public MirroringDeployment setCreateTime(String createTime) {
104
112
returnthis;
105
113
}
106
114
115
+
/**
116
+
* Optional. User-provided description of the deployment. Used as additional context for the
117
+
* deployment.
118
+
* @return value or {@code null} for none
119
+
*/
120
+
publicjava.lang.StringgetDescription() {
121
+
returndescription;
122
+
}
123
+
124
+
/**
125
+
* Optional. User-provided description of the deployment. Used as additional context for the
126
+
* deployment.
127
+
* @param description description or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringDeploymentGroup.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,14 @@ public final class MirroringDeploymentGroup extends com.google.api.client.json.G
43
43
@com.google.api.client.util.Key
44
44
privateStringcreateTime;
45
45
46
+
/**
47
+
* Optional. User-provided description of the deployment group. Used as additional context for the
48
+
* deployment group.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.Stringdescription;
53
+
46
54
/**
47
55
* Optional. Labels as key value pairs
48
56
* The value may be {@code null}.
@@ -120,6 +128,25 @@ public MirroringDeploymentGroup setCreateTime(String createTime) {
120
128
returnthis;
121
129
}
122
130
131
+
/**
132
+
* Optional. User-provided description of the deployment group. Used as additional context for the
133
+
* deployment group.
134
+
* @return value or {@code null} for none
135
+
*/
136
+
publicjava.lang.StringgetDescription() {
137
+
returndescription;
138
+
}
139
+
140
+
/**
141
+
* Optional. User-provided description of the deployment group. Used as additional context for the
142
+
* deployment group.
143
+
* @param description description or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/MirroringEndpointGroup.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ public final class MirroringEndpointGroup extends com.google.api.client.json.Gen
44
44
@com.google.api.client.util.Key
45
45
privateStringcreateTime;
46
46
47
+
/**
48
+
* Optional. User-provided description of the endpoint group. Used as additional context for the
49
+
* endpoint group.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.Stringdescription;
54
+
47
55
/**
48
56
* Optional. Labels as key value pairs
49
57
* The value may be {@code null}.
@@ -123,6 +131,25 @@ public MirroringEndpointGroup setCreateTime(String createTime) {
123
131
returnthis;
124
132
}
125
133
134
+
/**
135
+
* Optional. User-provided description of the endpoint group. Used as additional context for the
136
+
* endpoint group.
137
+
* @return value or {@code null} for none
138
+
*/
139
+
publicjava.lang.StringgetDescription() {
140
+
returndescription;
141
+
}
142
+
143
+
/**
144
+
* Optional. User-provided description of the endpoint group. Used as additional context for the
145
+
* endpoint group.
146
+
* @param description description or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-networksecurity/v1beta1/2.0.0/com/google/api/services/networksecurity/v1beta1/model/SecurityProfileGroup.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public final class SecurityProfileGroup extends com.google.api.client.json.Gener
50
50
@com.google.api.client.util.Key
51
51
privatejava.lang.StringcustomMirroringProfile;
52
52
53
+
/**
54
+
* Output only. Identifier used by the data-path. Unique within {container, location}.
0 commit comments