File tree Expand file tree Collapse file tree 5 files changed +21
-3
lines changed
generated/google-apis-cloudasset_v1
lib/google/apis/cloudasset_v1 Expand file tree Collapse file tree 5 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 5844758447"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressPolicy/title": title
5844858448"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressSource": google_identity_accesscontextmanager_v1_egress_source
5844958449"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressSource/accessLevel": access_level
58450+ "/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressSource/resource": resource
5845058451"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressTo": google_identity_accesscontextmanager_v1_egress_to
5845158452"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressTo/externalResources": external_resources
5845258453"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1EgressTo/externalResources/external_resource": external_resource
Original file line number Diff line number Diff line change 11# Release history for google-apis-cloudasset_v1
22
3+ ### v0.86.0 (2025-01-12)
4+
5+ * Regenerated from discovery document revision 20250104
6+ * Regenerated using generator version 0.16.0
7+
38### v0.85.0 (2024-12-15)
49
510* Regenerated from discovery document revision 20241211
Original file line number Diff line number Diff line change @@ -3278,13 +3278,24 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
32783278 # @return [String]
32793279 attr_accessor :access_level
32803280
3281+ # A Google Cloud resource that you want to allow to egress the perimeter. These
3282+ # resources can access data outside the perimeter. This field only supports
3283+ # projects. The project format is `projects/`project_number``. The resource can
3284+ # be in any Google Cloud organization, not just the organization where the
3285+ # perimeter is defined. You can't use `*` in this field to allow all Google
3286+ # Cloud resources.
3287+ # Corresponds to the JSON property `resource`
3288+ # @return [String]
3289+ attr_accessor :resource
3290+
32813291 def initialize ( **args )
32823292 update! ( **args )
32833293 end
32843294
32853295 # Update properties of this object
32863296 def update! ( **args )
32873297 @access_level = args [ :access_level ] if args . key? ( :access_level )
3298+ @resource = args [ :resource ] if args . key? ( :resource )
32883299 end
32893300 end
32903301
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module CloudassetV1
1818 # Version of the google-apis-cloudasset_v1 gem
19- GEM_VERSION = "0.85 .0"
19+ GEM_VERSION = "0.86 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241211 "
25+ REVISION = "20250104 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1603,6 +1603,7 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
16031603 # @private
16041604 class Representation < Google ::Apis ::Core ::JsonRepresentation
16051605 property :access_level , as : 'accessLevel'
1606+ property :resource , as : 'resource'
16061607 end
16071608 end
16081609
You can’t perform that action at this time.
0 commit comments