Skip to content

Commit 6e8951c

Browse files
updating comments
1 parent e6ccd0c commit 6e8951c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-storage/lib/google/cloud/storage/bucket.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ def ip_filter
14391439
#
14401440
# @param [Google::Apis::StorageV1::Bucket::IpFilter, Hash] new_ip_filter The bucket's new IP filter.
14411441
# Acceptable Hash structure:
1442-
# - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enforced", "Preview"
1442+
# - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enabled"
14431443
# - :public_network_source - [Hash] The public network source configuration:
14441444
# - :allowed_ip_cidr_ranges - [Array<String>] Array of IP CIDR ranges allowed for public access.
14451445
# - :vpc_network_sources - [Array<Hash>] The VPC network sources configuration:

google-cloud-storage/lib/google/cloud/storage/project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def bucket bucket_name,
428428
# Acceptable values are:
429429
# - {Google::Apis::StorageV1::Bucket::IpFilter} object
430430
# - Hash that can be converted to a {Google::Apis::StorageV1::Bucket::IpFilter} object
431-
# - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enforced", "Preview"
431+
# - :mode - [String] The mode of the IP filter. Acceptable values are: "Disabled", "Enabled"
432432
# - :public_network_source - [Hash] The public network source configuration:
433433
# - :allowed_ip_cidr_ranges - [Array<String>] Array of IP CIDR ranges allowed for public access.
434434
# - :vpc_network_sources - [Array<Hash>] The VPC network sources configuration:

0 commit comments

Comments
 (0)