Skip to content

Commit ba13118

Browse files
updating
1 parent 8eb75b5 commit ba13118

5 files changed

Lines changed: 5 additions & 5 deletions

google-cloud-storage-control/samples/storage_control_disable_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def disable_anywhere_cache bucket_name:, anywhere_cache_id:
1818
# bucket_name = "your-unique-bucket-name"
1919

2020
# A value that, along with the bucket's name, uniquely identifies the cache
21-
# anywhere_cache_id = value that, along with the bucket's name, uniquely identifies the cache
21+
# anywhere_cache_id = "us-east1-b"
2222
require "google/cloud/storage/control/v2"
2323

2424
# Create a client object. The client can be reused for multiple calls.

google-cloud-storage-control/samples/storage_control_get_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_anywhere_cache bucket_name:, anywhere_cache_id:
1818
# bucket_name = "your-unique-bucket-name"
1919

2020
# A value that, along with the bucket's name, uniquely identifies the cache
21-
# anywhere_cache_id = value that, along with the bucket's name, uniquely identifies the cache
21+
# anywhere_cache_id = "us-east1-b"
2222
require "google/cloud/storage/control/v2"
2323

2424
# Create a client object. The client can be reused for multiple calls.

google-cloud-storage-control/samples/storage_control_pause_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def pause_anywhere_cache bucket_name:, anywhere_cache_id:
1818
# bucket_name = "your-unique-bucket-name"
1919

2020
# A value that, along with the bucket's name, uniquely identifies the cache
21-
# anywhere_cache_id = value that, along with the bucket's name, uniquely identifies the cache
21+
# anywhere_cache_id = "us-east1-b"
2222
require "google/cloud/storage/control/v2"
2323

2424
# Create a client object. The client can be reused for multiple calls.

google-cloud-storage-control/samples/storage_control_resume_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def resume_anywhere_cache bucket_name:, anywhere_cache_id:
1818
# bucket_name = "your-unique-bucket-name"
1919

2020
# A value that, along with the bucket's name, uniquely identifies the cache
21-
# anywhere_cache_id = value that, along with the bucket's name, uniquely identifies the cache
21+
# anywhere_cache_id = "us-east1-b"
2222
require "google/cloud/storage/control/v2"
2323

2424
# Create a client object. The client can be reused for multiple calls.

google-cloud-storage-control/samples/storage_control_update_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def update_anywhere_cache bucket_name:, anywhere_cache_id:
1818
# bucket_name = "your-unique-bucket-name"
1919

2020
# A value that, along with the bucket's name, uniquely identifies the cache
21-
# anywhere_cache_id = value that, along with the bucket's name, uniquely identifies the cache
21+
# anywhere_cache_id = "us-east1-b"
2222
require "google/cloud/storage/control/v2"
2323

2424
# Create a client object. The client can be reused for multiple calls.

0 commit comments

Comments
 (0)