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
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,17 @@ public final class EgressSource extends com.google.api.client.json.GenericJson {
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.StringaccessLevel;
46
46
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.
53
+
* The value may be {@code null}.
54
+
*/
55
+
@com.google.api.client.util.Key
56
+
privatejava.lang.Stringresource;
57
+
47
58
/**
48
59
* An AccessLevel resource name that allows protected resources inside the ServicePerimeters to
49
60
* access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy
@@ -73,6 +84,31 @@ public EgressSource setAccessLevel(java.lang.String accessLevel) {
73
84
returnthis;
74
85
}
75
86
87
+
/**
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.
93
+
* @return value or {@code null} for none
94
+
*/
95
+
publicjava.lang.StringgetResource() {
96
+
returnresource;
97
+
}
98
+
99
+
/**
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.
105
+
* @param resource resource or {@code null} for none
0 commit comments