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-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/EgressSource.java
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,10 @@ public final class EgressSource extends com.google.api.client.json.GenericJson {
45
45
privatejava.lang.StringaccessLevel;
46
46
47
47
/**
48
-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
49
-
* access data outside the perimeter. This field only supports projects. The project format is
50
-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
51
-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
52
-
* Google Cloud resources.
48
+
* A Google Cloud resource from the service perimeter that you want to allow to access data
49
+
* outside the perimeter. This field supports only projects. The project format is
50
+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
51
+
* resources.
53
52
* The value may be {@code null}.
54
53
*/
55
54
@com.google.api.client.util.Key
@@ -85,23 +84,21 @@ public EgressSource setAccessLevel(java.lang.String accessLevel) {
85
84
}
86
85
87
86
/**
88
-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
89
-
* access data outside the perimeter. This field only supports projects. The project format is
90
-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
91
-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
92
-
* Google Cloud resources.
87
+
* A Google Cloud resource from the service perimeter that you want to allow to access data
88
+
* outside the perimeter. This field supports only projects. The project format is
89
+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
90
+
* resources.
93
91
* @return value or {@code null} for none
94
92
*/
95
93
publicjava.lang.StringgetResource() {
96
94
returnresource;
97
95
}
98
96
99
97
/**
100
-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
101
-
* access data outside the perimeter. This field only supports projects. The project format is
102
-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
103
-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
104
-
* Google Cloud resources.
98
+
* A Google Cloud resource from the service perimeter that you want to allow to access data
99
+
* outside the perimeter. This field supports only projects. The project format is
100
+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
101
+
* resources.
105
102
* @param resource resource or {@code null} for none
0 commit comments