google-apis-networksecurity_v1beta1 0.47.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec320a0c28d7b308708b66c8c0d279581bac9fe172f809808513c0c9e478c672
4
- data.tar.gz: 820cda43f81bc5348585ee532f3b03c143b97b0521dbdd7c9f704a1af6c1ceee
3
+ metadata.gz: 956e85b60a07c4d328a9af3eecf71321c531944281f1ec335b1e13b6bc4c269e
4
+ data.tar.gz: 95523d650c2d0d1f386fcaec7443383359ead14e226a79526ccf90c271181336
5
5
  SHA512:
6
- metadata.gz: f1df04a328274761939612c9939cce00fed393bee114ed90d0b46b2fea3c5fc07b644f1acf875365e6584944d88d4b7fe2909cba1f4e7774fa4eea0d44df82fc
7
- data.tar.gz: 27c1f0f3e032855975e32cd5f4c432aa1eeda604adb7b549df73110df5a59807390a0a599dd5f47dec82e5dbc44e8ac721ae07425056877c63b51f032cd4de5c
6
+ metadata.gz: 78a5d7ac3eedad5e0a8543208bbeeaf908d0ab67f6244501e9b29b4bb129ffd8d3d35904d1212d3e77c49d105ae697b48a0776de561b1e80f298e388f1db067e
7
+ data.tar.gz: 9160ffa7dc77212b47a2e832ff73c27f663e4e088784e2a141ba477def6b158e263a7529a8cf90d798e326f1dbb3adfe2fb281243a91dedea3732b914ead8deb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.49.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250604
6
+
7
+ ### v0.48.0 (2025-06-08)
8
+
9
+ * Regenerated from discovery document revision 20250527
10
+
3
11
  ### v0.47.0 (2025-06-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20250514
@@ -375,6 +375,12 @@ module Google
375
375
  class AuthzPolicyAuthzRuleFromRequestSource
376
376
  include Google::Apis::Core::Hashable
377
377
 
378
+ # Optional. A list of IPs or CIDRs to match against the source IP of a request.
379
+ # Limited to 5 ip_blocks.
380
+ # Corresponds to the JSON property `ipBlocks`
381
+ # @return [Array<Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleIpBlock>]
382
+ attr_accessor :ip_blocks
383
+
378
384
  # Optional. A list of resources to match against the resource of the source VM
379
385
  # of a request. Limited to 5 resources.
380
386
  # Corresponds to the JSON property `resources`
@@ -387,6 +393,7 @@ module Google
387
393
 
388
394
  # Update properties of this object
389
395
  def update!(**args)
396
+ @ip_blocks = args[:ip_blocks] if args.key?(:ip_blocks)
390
397
  @resources = args[:resources] if args.key?(:resources)
391
398
  end
392
399
  end
@@ -416,6 +423,31 @@ module Google
416
423
  end
417
424
  end
418
425
 
426
+ # Represents a range of IP Addresses.
427
+ class AuthzPolicyAuthzRuleIpBlock
428
+ include Google::Apis::Core::Hashable
429
+
430
+ # Required. The length of the address range.
431
+ # Corresponds to the JSON property `length`
432
+ # @return [Fixnum]
433
+ attr_accessor :length
434
+
435
+ # Required. The address prefix.
436
+ # Corresponds to the JSON property `prefix`
437
+ # @return [String]
438
+ attr_accessor :prefix
439
+
440
+ def initialize(**args)
441
+ update!(**args)
442
+ end
443
+
444
+ # Update properties of this object
445
+ def update!(**args)
446
+ @length = args[:length] if args.key?(:length)
447
+ @prefix = args[:prefix] if args.key?(:prefix)
448
+ end
449
+ end
450
+
419
451
  # Describes the properties of a client VM resource accessing the internal
420
452
  # application load balancers.
421
453
  class AuthzPolicyAuthzRuleRequestResource
@@ -3003,7 +3035,7 @@ module Google
3003
3035
  end
3004
3036
  end
3005
3037
 
3006
- # Message for response to listing SACAttachments
3038
+ # Response for `ListSACAttachments` method.
3007
3039
  class ListSacAttachmentsResponse
3008
3040
  include Google::Apis::Core::Hashable
3009
3041
 
@@ -3012,7 +3044,7 @@ module Google
3012
3044
  # @return [String]
3013
3045
  attr_accessor :next_page_token
3014
3046
 
3015
- # The list of SACAttachments
3047
+ # The list of SACAttachments.
3016
3048
  # Corresponds to the JSON property `sacAttachments`
3017
3049
  # @return [Array<Google::Apis::NetworksecurityV1beta1::SacAttachment>]
3018
3050
  attr_accessor :sac_attachments
@@ -3034,7 +3066,7 @@ module Google
3034
3066
  end
3035
3067
  end
3036
3068
 
3037
- # Message for response to listing SACRealms
3069
+ # Response for `ListSACRealms` method.
3038
3070
  class ListSacRealmsResponse
3039
3071
  include Google::Apis::Core::Hashable
3040
3072
 
@@ -3043,7 +3075,7 @@ module Google
3043
3075
  # @return [String]
3044
3076
  attr_accessor :next_page_token
3045
3077
 
3046
- # The list of SACRealms
3078
+ # The list of SACRealms.
3047
3079
  # Corresponds to the JSON property `sacRealms`
3048
3080
  # @return [Array<Google::Apis::NetworksecurityV1beta1::SacRealm>]
3049
3081
  attr_accessor :sac_realms
@@ -4016,19 +4048,18 @@ module Google
4016
4048
  end
4017
4049
  end
4018
4050
 
4019
- # Configuration for an attachment within a SAC realm.
4051
+ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access
4052
+ # Connect attachment enables NCC Gateway to process traffic with an SSE product.
4020
4053
  class SacAttachment
4021
4054
  include Google::Apis::Core::Hashable
4022
4055
 
4023
- # Optional. ISO-3166 alpha 2 country code used for localization. Only used for
4024
- # Symantec's API today, and is optional even for gateways connected to Symantec,
4025
- # since Symantec applies a default if we don't specify it. Not case-sensitive,
4026
- # since it will be upper-cased when sending to Symantec API.
4056
+ # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization.
4057
+ # Only valid for Symantec attachments.
4027
4058
  # Corresponds to the JSON property `country`
4028
4059
  # @return [String]
4029
4060
  attr_accessor :country
4030
4061
 
4031
- # Output only. [Output only] Timestamp when the attachment was created.
4062
+ # Output only. Timestamp when the attachment was created.
4032
4063
  # Corresponds to the JSON property `createTime`
4033
4064
  # @return [String]
4034
4065
  attr_accessor :create_time
@@ -4044,39 +4075,37 @@ module Google
4044
4075
  # @return [String]
4045
4076
  attr_accessor :name
4046
4077
 
4047
- # Required. Name of the NCC Gateway which connects to the attachment. ID or full
4048
- # URI can be specified. Full URI is stored either way,in the form `projects/`
4049
- # project`/locations/`location`/spokes/`ncc_gateway``.
4078
+ # Required. NCC Gateway associated with the attachment. This can be input as an
4079
+ # ID or a full resource name. The output always has the form `projects/`
4080
+ # project_number`/locations/`location`/spokes/`ncc_gateway``.
4050
4081
  # Corresponds to the JSON property `nccGateway`
4051
4082
  # @return [String]
4052
4083
  attr_accessor :ncc_gateway
4053
4084
 
4054
- # Required. Name of the SAC Realm which owns the attachment. The input can be
4055
- # either an ID for a full name. The output will always be the full name using
4056
- # project number instead of project ID. The format is `projects/`project_number`/
4085
+ # Required. SAC Realm which owns the attachment. This can be input as an ID or a
4086
+ # full resource name. The output always has the form `projects/`project_number`/
4057
4087
  # locations/`location`/sacRealms/`sac_realm``.
4058
4088
  # Corresponds to the JSON property `sacRealm`
4059
4089
  # @return [String]
4060
4090
  attr_accessor :sac_realm
4061
4091
 
4062
- # Output only. [Output only] State of the attachment.
4092
+ # Output only. State of the attachment.
4063
4093
  # Corresponds to the JSON property `state`
4064
4094
  # @return [String]
4065
4095
  attr_accessor :state
4066
4096
 
4067
- # Fields specific to SSEGWs connecting to Symantec Cloud SWG.
4097
+ # Fields specific to attachments associated with Symantec Cloud SWG.
4068
4098
  # Corresponds to the JSON property `symantecOptions`
4069
4099
  # @return [Google::Apis::NetworksecurityV1beta1::SacAttachmentSacAttachmentSymantecOptions]
4070
4100
  attr_accessor :symantec_options
4071
4101
 
4072
- # Optional. tzinfo identifier used for localization. Only used for Symantec's
4073
- # API today, and is optional even for gateways connected to Symantec, since
4074
- # Symantec applies a default if we don't specify it. Case sensitive.
4102
+ # Optional. Case-sensitive tzinfo identifier used for localization. Only valid
4103
+ # for Symantec attachments.
4075
4104
  # Corresponds to the JSON property `timeZone`
4076
4105
  # @return [String]
4077
4106
  attr_accessor :time_zone
4078
4107
 
4079
- # Output only. [Output only] Timestamp when the attachment was last updated.
4108
+ # Output only. Timestamp when the attachment was last updated.
4080
4109
  # Corresponds to the JSON property `updateTime`
4081
4110
  # @return [String]
4082
4111
  attr_accessor :update_time
@@ -4100,19 +4129,18 @@ module Google
4100
4129
  end
4101
4130
  end
4102
4131
 
4103
- # Fields specific to SSEGWs connecting to Symantec Cloud SWG.
4132
+ # Fields specific to attachments associated with Symantec Cloud SWG.
4104
4133
  class SacAttachmentSacAttachmentSymantecOptions
4105
4134
  include Google::Apis::Core::Hashable
4106
4135
 
4107
- # Immutable. Name to be used for when creating a Location on the customer's
4108
- # behalf in Symantec's Location API. Required iff sac_realm uses
4109
- # SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
4136
+ # Immutable. Name to be used when creating a location on the customer's behalf
4137
+ # in Symantec's Location API. Not to be confused with GCP locations.
4110
4138
  # Corresponds to the JSON property `symantecLocationName`
4111
4139
  # @return [String]
4112
4140
  attr_accessor :symantec_location_name
4113
4141
 
4114
- # Immutable. Symantec data center identifier that this Attachment will connect
4115
- # to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
4142
+ # Immutable. Symantec data center identifier that this attachment will connect
4143
+ # to.
4116
4144
  # Corresponds to the JSON property `symantecSite`
4117
4145
  # @return [String]
4118
4146
  attr_accessor :symantec_site
@@ -4128,47 +4156,49 @@ module Google
4128
4156
  end
4129
4157
  end
4130
4158
 
4131
- # Message describing SACRealm object
4159
+ # Represents a Secure Access Connect (SAC) Realm resource. A Secure Access
4160
+ # Connect realm establishes a connection between your Google Cloud project and
4161
+ # an SSE service.
4132
4162
  class SacRealm
4133
4163
  include Google::Apis::Core::Hashable
4134
4164
 
4135
- # Output only. [Output only] Create time stamp
4165
+ # Output only. Timestamp when the realm was created.
4136
4166
  # Corresponds to the JSON property `createTime`
4137
4167
  # @return [String]
4138
4168
  attr_accessor :create_time
4139
4169
 
4140
- # Optional. Labels as key value pairs
4170
+ # Optional. Optional list of labels applied to the resource.
4141
4171
  # Corresponds to the JSON property `labels`
4142
4172
  # @return [Hash<String,String>]
4143
4173
  attr_accessor :labels
4144
4174
 
4145
- # Identifier. Resource name. It matches the pattern `projects/`project`/
4146
- # locations/`location`/sacRealms/`sacRealm``
4175
+ # Identifier. Resource name, in the form `projects/`project`/locations/global/
4176
+ # sacRealms/`sacRealm``.
4147
4177
  # Corresponds to the JSON property `name`
4148
4178
  # @return [String]
4149
4179
  attr_accessor :name
4150
4180
 
4151
- # Key to be shared with SSE service provider to establish global handshake
4181
+ # Key to be shared with SSE service provider to establish global handshake.
4152
4182
  # Corresponds to the JSON property `pairingKey`
4153
4183
  # @return [Google::Apis::NetworksecurityV1beta1::SacRealmPairingKey]
4154
4184
  attr_accessor :pairing_key
4155
4185
 
4156
- # Immutable. SSE service provider
4186
+ # Immutable. SSE service provider associated with the realm.
4157
4187
  # Corresponds to the JSON property `securityService`
4158
4188
  # @return [String]
4159
4189
  attr_accessor :security_service
4160
4190
 
4161
- # Output only. [Output only] State of the realm
4191
+ # Output only. State of the realm.
4162
4192
  # Corresponds to the JSON property `state`
4163
4193
  # @return [String]
4164
4194
  attr_accessor :state
4165
4195
 
4166
- # Fields specific to realms using SYMANTEC_CLOUD_SWG.
4196
+ # Fields specific to realms using Symantec Cloud SWG.
4167
4197
  # Corresponds to the JSON property `symantecOptions`
4168
4198
  # @return [Google::Apis::NetworksecurityV1beta1::SacRealmSacRealmSymantecOptions]
4169
4199
  attr_accessor :symantec_options
4170
4200
 
4171
- # Output only. [Output only] Update time stamp
4201
+ # Output only. Timestamp when the realm was last updated.
4172
4202
  # Corresponds to the JSON property `updateTime`
4173
4203
  # @return [String]
4174
4204
  attr_accessor :update_time
@@ -4190,16 +4220,17 @@ module Google
4190
4220
  end
4191
4221
  end
4192
4222
 
4193
- # Key to be shared with SSE service provider to establish global handshake
4223
+ # Key to be shared with SSE service provider to establish global handshake.
4194
4224
  class SacRealmPairingKey
4195
4225
  include Google::Apis::Core::Hashable
4196
4226
 
4197
- # Output only. Timestamp in UTC of when this resource is considered expired.
4227
+ # Output only. Timestamp in UTC of when this resource is considered expired. It
4228
+ # expires 7 days after creation.
4198
4229
  # Corresponds to the JSON property `expireTime`
4199
4230
  # @return [String]
4200
4231
  attr_accessor :expire_time
4201
4232
 
4202
- # Output only. The name of the key. It expires 7 days after creation.
4233
+ # Output only. Key value.
4203
4234
  # Corresponds to the JSON property `key`
4204
4235
  # @return [String]
4205
4236
  attr_accessor :key
@@ -4215,23 +4246,25 @@ module Google
4215
4246
  end
4216
4247
  end
4217
4248
 
4218
- # Fields specific to realms using SYMANTEC_CLOUD_SWG.
4249
+ # Fields specific to realms using Symantec Cloud SWG.
4219
4250
  class SacRealmSacRealmSymantecOptions
4220
4251
  include Google::Apis::Core::Hashable
4221
4252
 
4222
- # Output only. Symantec site IDs that the user can choose to connect to.
4253
+ # Output only. Symantec site IDs which the user can choose to connect to.
4223
4254
  # Corresponds to the JSON property `availableSymantecSites`
4224
4255
  # @return [Array<String>]
4225
4256
  attr_accessor :available_symantec_sites
4226
4257
 
4227
- # Optional. A secret ID or secret name can be specified, but it will be parsed
4228
- # and stored as secret URI in the format of "projects/`PROJECT_NUMBER`/secrets/
4229
- # my-secret".
4258
+ # Optional. API Key used to call Symantec APIs on the user's behalf. Required if
4259
+ # using Symantec Cloud SWG. P4SA account needs permissions granted to read this
4260
+ # secret. A secret ID, secret name, or secret URI can be specified, but it will
4261
+ # be parsed and stored as a secret URI in the form `projects/`project_number`/
4262
+ # secrets/my-secret`.
4230
4263
  # Corresponds to the JSON property `secretPath`
4231
4264
  # @return [String]
4232
4265
  attr_accessor :secret_path
4233
4266
 
4234
- # Output only. [Output only] Connection status to Symantec API.
4267
+ # Output only. Connection status to Symantec API.
4235
4268
  # Corresponds to the JSON property `symantecConnectionState`
4236
4269
  # @return [String]
4237
4270
  attr_accessor :symantec_connection_state
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250514"
25
+ REVISION = "20250604"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class AuthzPolicyAuthzRuleIpBlock
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class AuthzPolicyAuthzRuleRequestResource
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -794,6 +800,8 @@ module Google
794
800
  class AuthzPolicyAuthzRuleFromRequestSource
795
801
  # @private
796
802
  class Representation < Google::Apis::Core::JsonRepresentation
803
+ collection :ip_blocks, as: 'ipBlocks', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleIpBlock, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleIpBlock::Representation
804
+
797
805
  collection :resources, as: 'resources', class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource, decorator: Google::Apis::NetworksecurityV1beta1::AuthzPolicyAuthzRuleRequestResource::Representation
798
806
 
799
807
  end
@@ -808,6 +816,14 @@ module Google
808
816
  end
809
817
  end
810
818
 
819
+ class AuthzPolicyAuthzRuleIpBlock
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ property :length, as: 'length'
823
+ property :prefix, as: 'prefix'
824
+ end
825
+ end
826
+
811
827
  class AuthzPolicyAuthzRuleRequestResource
812
828
  # @private
813
829
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5252,7 +5252,7 @@ module Google
5252
5252
 
5253
5253
  # Creates a new SACAttachment in a given project and location.
5254
5254
  # @param [String] parent
5255
- # Required. Value for parent.
5255
+ # Required. The parent, in the form `projects/`project`/locations/`location``.
5256
5256
  # @param [Google::Apis::NetworksecurityV1beta1::SacAttachment] sac_attachment_object
5257
5257
  # @param [String] request_id
5258
5258
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -5266,9 +5266,12 @@ module Google
5266
5266
  # duplicate commitments. The request ID must be a valid UUID with the exception
5267
5267
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
5268
5268
  # @param [String] sac_attachment_id
5269
- # Required. Id of the requesting object If auto-generating Id server-side,
5270
- # remove this field and sac_attachment_id from the method_signature of Create
5271
- # RPC
5269
+ # Required. ID of the created attachment. The ID must be 1-63 characters long,
5270
+ # and comply with RFC1035. Specifically, it must be 1-63 characters long and
5271
+ # match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
5272
+ # first character must be a lowercase letter, and all following characters must
5273
+ # be a dash, lowercase letter, or digit, except the last character, which cannot
5274
+ # be a dash.
5272
5275
  # @param [String] fields
5273
5276
  # Selector specifying which fields to include in a partial response.
5274
5277
  # @param [String] quota_user
@@ -5300,9 +5303,10 @@ module Google
5300
5303
  execute_or_queue_command(command, &block)
5301
5304
  end
5302
5305
 
5303
- # Deletes a single SACAttachment.
5306
+ # Deletes the specified attachment.
5304
5307
  # @param [String] name
5305
- # Required. Name of the resource
5308
+ # Required. Name of the resource, in the form `projects/`project`/locations/`
5309
+ # location`/sacAttachments/`sac_attachment``.
5306
5310
  # @param [String] request_id
5307
5311
  # Optional. An optional request ID to identify requests. Specify a unique
5308
5312
  # request ID so that if you must retry your request, the server will know to
@@ -5342,9 +5346,10 @@ module Google
5342
5346
  execute_or_queue_command(command, &block)
5343
5347
  end
5344
5348
 
5345
- # Gets details of a single SACAttachment.
5349
+ # Returns the specified attachment.
5346
5350
  # @param [String] name
5347
- # Required. Name of the resource
5351
+ # Required. Name of the resource, in the form `projects/`project`/locations/`
5352
+ # location`/sacAttachments/`sac_attachment``.
5348
5353
  # @param [String] fields
5349
5354
  # Selector specifying which fields to include in a partial response.
5350
5355
  # @param [String] quota_user
@@ -5374,11 +5379,11 @@ module Google
5374
5379
 
5375
5380
  # Lists SACAttachments in a given project and location.
5376
5381
  # @param [String] parent
5377
- # Required. Parent value for ListSACAttachmentsRequest
5382
+ # Required. The parent, in the form `projects/`project`/locations/`location``.
5378
5383
  # @param [String] filter
5379
- # Optional. Filtering results
5384
+ # Optional. An expression that filters the list of results.
5380
5385
  # @param [String] order_by
5381
- # Optional. Hint for how to order the results
5386
+ # Optional. Sort the results by a certain order.
5382
5387
  # @param [Fixnum] page_size
5383
5388
  # Optional. Requested page size. Server may return fewer items than requested.
5384
5389
  # If unspecified, server will pick an appropriate default.
@@ -5417,7 +5422,7 @@ module Google
5417
5422
 
5418
5423
  # Creates a new SACRealm in a given project.
5419
5424
  # @param [String] parent
5420
- # Required. Value for parent.
5425
+ # Required. The parent, in the form `projects/`project`/locations/global`.
5421
5426
  # @param [Google::Apis::NetworksecurityV1beta1::SacRealm] sac_realm_object
5422
5427
  # @param [String] request_id
5423
5428
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -5431,8 +5436,12 @@ module Google
5431
5436
  # duplicate commitments. The request ID must be a valid UUID with the exception
5432
5437
  # that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
5433
5438
  # @param [String] sac_realm_id
5434
- # Required. Id of the requesting object If auto-generating Id server-side,
5435
- # remove this field and sac_realm_id from the method_signature of Create RPC
5439
+ # Required. ID of the created realm. The ID must be 1-63 characters long, and
5440
+ # comply with RFC1035. Specifically, it must be 1-63 characters long and match
5441
+ # the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
5442
+ # character must be a lowercase letter, and all following characters must be a
5443
+ # dash, lowercase letter, or digit, except the last character, which cannot be a
5444
+ # dash.
5436
5445
  # @param [String] fields
5437
5446
  # Selector specifying which fields to include in a partial response.
5438
5447
  # @param [String] quota_user
@@ -5464,9 +5473,10 @@ module Google
5464
5473
  execute_or_queue_command(command, &block)
5465
5474
  end
5466
5475
 
5467
- # Deletes a single SACRealm.
5476
+ # Deletes the specified realm.
5468
5477
  # @param [String] name
5469
- # Required. Name of the resource
5478
+ # Required. Name of the resource, in the form `projects/`project`/locations/
5479
+ # global/sacRealms/`sacRealm``.
5470
5480
  # @param [String] request_id
5471
5481
  # Optional. An optional request ID to identify requests. Specify a unique
5472
5482
  # request ID so that if you must retry your request, the server will know to
@@ -5506,9 +5516,10 @@ module Google
5506
5516
  execute_or_queue_command(command, &block)
5507
5517
  end
5508
5518
 
5509
- # Gets details of a single SACRealm.
5519
+ # Returns the specified realm.
5510
5520
  # @param [String] name
5511
- # Required. Name of the resource
5521
+ # Required. Name of the resource, in the form `projects/`project`/locations/
5522
+ # global/sacRealms/`sacRealm``.
5512
5523
  # @param [String] fields
5513
5524
  # Selector specifying which fields to include in a partial response.
5514
5525
  # @param [String] quota_user
@@ -5538,11 +5549,11 @@ module Google
5538
5549
 
5539
5550
  # Lists SACRealms in a given project.
5540
5551
  # @param [String] parent
5541
- # Required. Parent value for ListSACRealmsRequest
5552
+ # Required. The parent, in the form `projects/`project`/locations/global`.
5542
5553
  # @param [String] filter
5543
- # Optional. Filtering results
5554
+ # Optional. An expression that filters the list of results.
5544
5555
  # @param [String] order_by
5545
- # Optional. Hint for how to order the results
5556
+ # Optional. Sort the results by a certain order.
5546
5557
  # @param [Fixnum] page_size
5547
5558
  # Optional. Requested page size. Server may return fewer items than requested.
5548
5559
  # If unspecified, server will pick an appropriate default.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.49.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: