google-cloud-secure_source_manager-v1 2.4.0 → 2.6.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: 636889b167e3ceb113e85d3c7ee564557ce3f19e6410201bf2ff2cddc37bbdb0
4
- data.tar.gz: 15a2a2a8db60eeb291513902ba8260e1164acc3a7dba3f394689600867a35915
3
+ metadata.gz: 8a4000ca03ef4c1a8d02b1de81eee9924822aa3a69148d212e484f23a6aefc63
4
+ data.tar.gz: 3ae7c02b9cdda3b57cd1cfc6a932d234809b9162a37aea9614142523a0d3bcdb
5
5
  SHA512:
6
- metadata.gz: b86103565dff3cd5c27a2ab578a9609f93987c64f13c0774c757cb34050fe78e9272f5fa4e477e112f2189ca0d4e6f3165d187dde241358138000faef52150f2
7
- data.tar.gz: f5bbb329ee9af576c9aa19a4c5a8fe10d05cca170e98c8eeeda3dd7a87c332aa25c774ad9399fbaade09fef53018b9d564bc4dd171aef8bfca7fd68e3ea6925c
6
+ metadata.gz: 6453ff56aedf7f127203cde33f27a2b9374a27d2a317627c95af0866f86774d00377acecad1cf5cf58c69e3ffdd7265378d8eda2e15d2e8fa2cf697e5beb9e28
7
+ data.tar.gz: 02f729820dca61dfcb6792b4cf2ee6c3a06f78d8819a10dd8fa6f5f796f669df1f1f0f2150608b06f5b9bb32ddab5c45cea2c55b57dbd1544d2fdc5942a9ab2c
@@ -277,14 +277,14 @@ module Google
277
277
  # @param parent [::String]
278
278
  # Required. Parent value for ListInstancesRequest.
279
279
  # @param page_size [::Integer]
280
- # Requested page size. Server may return fewer items than requested.
281
- # If unspecified, server will pick an appropriate default.
280
+ # Optional. Requested page size. Server may return fewer items than
281
+ # requested. If unspecified, server will pick an appropriate default.
282
282
  # @param page_token [::String]
283
- # A token identifying a page of results the server should return.
283
+ # Optional. A token identifying a page of results the server should return.
284
284
  # @param filter [::String]
285
- # Filter for filtering results.
285
+ # Optional. Filter for filtering results.
286
286
  # @param order_by [::String]
287
- # Hint for how to order the results.
287
+ # Optional. Hint for how to order the results.
288
288
  #
289
289
  # @yield [response, operation] Access the result along with the RPC operation
290
290
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::Instance>]
@@ -566,7 +566,7 @@ module Google
566
566
  # @param options [::Gapic::CallOptions, ::Hash]
567
567
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
568
568
  #
569
- # @overload delete_instance(name: nil, request_id: nil)
569
+ # @overload delete_instance(name: nil, request_id: nil, force: nil)
570
570
  # Pass arguments to `delete_instance` via keyword arguments. Note that at
571
571
  # least one keyword argument is required. To specify no parameters, or to keep all
572
572
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -587,6 +587,8 @@ module Google
587
587
  #
588
588
  # The request ID must be a valid UUID with the exception that zero UUID is
589
589
  # not supported (00000000-0000-0000-0000-000000000000).
590
+ # @param force [::Boolean]
591
+ # Optional. If set to true, will force the deletion of the instance.
590
592
  #
591
593
  # @yield [response, operation] Access the result along with the RPC operation
592
594
  # @yieldparam response [::Gapic::Operation]
@@ -685,10 +687,10 @@ module Google
685
687
  # @param parent [::String]
686
688
  # Required. Parent value for ListRepositoriesRequest.
687
689
  # @param page_size [::Integer]
688
- # Optional. Requested page size. Server may return fewer items than
689
- # requested. If unspecified, server will pick an appropriate default.
690
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
691
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
690
692
  # @param page_token [::String]
691
- # A token identifying a page of results the server should return.
693
+ # Optional. A token identifying a page of results the server should return.
692
694
  # @param filter [::String]
693
695
  # Optional. Filter results.
694
696
  # @param instance [::String]
@@ -1183,8 +1185,8 @@ module Google
1183
1185
  # @param parent [::String]
1184
1186
  # Required. Parent value for ListHooksRequest.
1185
1187
  # @param page_size [::Integer]
1186
- # Optional. Requested page size. Server may return fewer items than
1187
- # requested. If unspecified, server will pick an appropriate default.
1188
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
1189
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
1188
1190
  # @param page_token [::String]
1189
1191
  # Optional. A token identifying a page of results the server should return.
1190
1192
  #
@@ -1467,7 +1469,7 @@ module Google
1467
1469
  # the default parameter values, pass an empty Hash as a request object (see above).
1468
1470
  #
1469
1471
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
1470
- # Required. Field mask is used to specify the fields to be overwritten in the
1472
+ # Optional. Field mask is used to specify the fields to be overwritten in the
1471
1473
  # hook resource by the update.
1472
1474
  # The fields specified in the update_mask are relative to the resource, not
1473
1475
  # the full request. A field will be overwritten if it is in the mask.
@@ -2037,7 +2039,10 @@ module Google
2037
2039
  #
2038
2040
  # @param parent [::String]
2039
2041
  # @param page_size [::Integer]
2042
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
2043
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
2040
2044
  # @param page_token [::String]
2045
+ # Optional. A token identifying a page of results the server should return.
2041
2046
  #
2042
2047
  # @yield [response, operation] Access the result along with the RPC operation
2043
2048
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::BranchRule>]
@@ -2219,7 +2224,7 @@ module Google
2219
2224
  # Optional. If set, validate the request and preview the review, but do not
2220
2225
  # actually post it. (https://google.aip.dev/163, for declarative friendly)
2221
2226
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
2222
- # Required. Field mask is used to specify the fields to be overwritten in the
2227
+ # Optional. Field mask is used to specify the fields to be overwritten in the
2223
2228
  # branchRule resource by the update.
2224
2229
  # The fields specified in the update_mask are relative to the resource, not
2225
2230
  # the full request. A field will be overwritten if it is in the mask.
@@ -2600,8 +2605,8 @@ module Google
2600
2605
  # Required. The repository in which to list pull requests. Format:
2601
2606
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
2602
2607
  # @param page_size [::Integer]
2603
- # Optional. Requested page size. Server may return fewer items than
2604
- # requested. If unspecified, server will pick an appropriate default.
2608
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
2609
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
2605
2610
  # @param page_token [::String]
2606
2611
  # Optional. A token identifying a page of results the server should return.
2607
2612
  #
@@ -3086,8 +3091,8 @@ module Google
3086
3091
  # Format:
3087
3092
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
3088
3093
  # @param page_size [::Integer]
3089
- # Optional. Requested page size. Server may return fewer items than
3090
- # requested. If unspecified, server will pick an appropriate default.
3094
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
3095
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
3091
3096
  # @param page_token [::String]
3092
3097
  # Optional. A token identifying a page of results the server should return.
3093
3098
  #
@@ -3560,8 +3565,8 @@ module Google
3560
3565
  # Required. The repository in which to list issues. Format:
3561
3566
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
3562
3567
  # @param page_size [::Integer]
3563
- # Optional. Requested page size. Server may return fewer items than
3564
- # requested. If unspecified, server will pick an appropriate default.
3568
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
3569
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
3565
3570
  # @param page_token [::String]
3566
3571
  # Optional. A token identifying a page of results the server should return.
3567
3572
  # @param filter [::String]
@@ -4146,9 +4151,8 @@ module Google
4146
4151
  # Required. The pull request in which to list pull request comments. Format:
4147
4152
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
4148
4153
  # @param page_size [::Integer]
4149
- # Optional. Requested page size. If unspecified, at most 100 pull request
4150
- # comments will be returned. The maximum value is 100; values above 100 will
4151
- # be coerced to 100.
4154
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
4155
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
4152
4156
  # @param page_token [::String]
4153
4157
  # Optional. A token identifying a page of results the server should return.
4154
4158
  #
@@ -4522,7 +4526,7 @@ module Google
4522
4526
  # Batch creates pull request comments. This function is used to create
4523
4527
  # multiple PullRequestComments for code review. There needs to be exactly one
4524
4528
  # PullRequestComment of type Review, and at most 100 PullRequestComments of
4525
- # type Code per request. The Postition of the code comments must be unique
4529
+ # type Code per request. The Position of the code comments must be unique
4526
4530
  # within the request.
4527
4531
  #
4528
4532
  # @overload batch_create_pull_request_comments(request, options = nil)
@@ -5043,8 +5047,8 @@ module Google
5043
5047
  # Required. The issue in which to list the comments. Format:
5044
5048
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}`
5045
5049
  # @param page_size [::Integer]
5046
- # Optional. Requested page size. Server may return fewer items than
5047
- # requested. If unspecified, server will pick an appropriate default.
5050
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
5051
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
5048
5052
  # @param page_token [::String]
5049
5053
  # Optional. A token identifying a page of results the server should return.
5050
5054
  #
@@ -5349,8 +5353,6 @@ module Google
5349
5353
  # @return [::String,nil]
5350
5354
  # @!attribute [rw] credentials
5351
5355
  # Credentials to send with calls. You may provide any of the following types:
5352
- # * (`String`) The path to a service account key file in JSON format
5353
- # * (`Hash`) A service account key as a Hash
5354
5356
  # * (`Google::Auth::Credentials`) A googleauth credentials object
5355
5357
  # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
5356
5358
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
@@ -5359,7 +5361,26 @@ module Google
5359
5361
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
5360
5362
  # * (`nil`) indicating no credentials
5361
5363
  #
5362
- # Warning: If you accept a credential configuration (JSON file or Hash) from an
5364
+ # @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
5365
+ # is deprecated. Providing an unvalidated credential configuration to
5366
+ # Google APIs can compromise the security of your systems and data.
5367
+ #
5368
+ # @example
5369
+ #
5370
+ # # The recommended way to provide credentials is to use the `make_creds` method
5371
+ # # on the appropriate credentials class for your environment.
5372
+ #
5373
+ # require "googleauth"
5374
+ #
5375
+ # credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
5376
+ # json_key_io: ::File.open("/path/to/keyfile.json")
5377
+ # )
5378
+ #
5379
+ # client = ::Google::Cloud::SecureSourceManager::V1::SecureSourceManager::Client.new do |config|
5380
+ # config.credentials = credentials
5381
+ # end
5382
+ #
5383
+ # @note Warning: If you accept a credential configuration (JSON file or Hash) from an
5363
5384
  # external source for authentication to Google Cloud, you must validate it before
5364
5385
  # providing it to a Google API client library. Providing an unvalidated credential
5365
5386
  # configuration to Google APIs can compromise the security of your systems and data.
@@ -642,8 +642,6 @@ module Google
642
642
  # @return [::String,nil]
643
643
  # @!attribute [rw] credentials
644
644
  # Credentials to send with calls. You may provide any of the following types:
645
- # * (`String`) The path to a service account key file in JSON format
646
- # * (`Hash`) A service account key as a Hash
647
645
  # * (`Google::Auth::Credentials`) A googleauth credentials object
648
646
  # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
649
647
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
@@ -652,7 +650,26 @@ module Google
652
650
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
653
651
  # * (`nil`) indicating no credentials
654
652
  #
655
- # Warning: If you accept a credential configuration (JSON file or Hash) from an
653
+ # @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
654
+ # is deprecated. Providing an unvalidated credential configuration to
655
+ # Google APIs can compromise the security of your systems and data.
656
+ #
657
+ # @example
658
+ #
659
+ # # The recommended way to provide credentials is to use the `make_creds` method
660
+ # # on the appropriate credentials class for your environment.
661
+ #
662
+ # require "googleauth"
663
+ #
664
+ # credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
665
+ # json_key_io: ::File.open("/path/to/keyfile.json")
666
+ # )
667
+ #
668
+ # client = ::Google::Longrunning::Operations::Client.new do |config|
669
+ # config.credentials = credentials
670
+ # end
671
+ #
672
+ # @note Warning: If you accept a credential configuration (JSON file or Hash) from an
656
673
  # external source for authentication to Google Cloud, you must validate it before
657
674
  # providing it to a Google API client library. Providing an unvalidated credential
658
675
  # configuration to Google APIs can compromise the security of your systems and data.
@@ -272,14 +272,14 @@ module Google
272
272
  # @param parent [::String]
273
273
  # Required. Parent value for ListInstancesRequest.
274
274
  # @param page_size [::Integer]
275
- # Requested page size. Server may return fewer items than requested.
276
- # If unspecified, server will pick an appropriate default.
275
+ # Optional. Requested page size. Server may return fewer items than
276
+ # requested. If unspecified, server will pick an appropriate default.
277
277
  # @param page_token [::String]
278
- # A token identifying a page of results the server should return.
278
+ # Optional. A token identifying a page of results the server should return.
279
279
  # @param filter [::String]
280
- # Filter for filtering results.
280
+ # Optional. Filter for filtering results.
281
281
  # @param order_by [::String]
282
- # Hint for how to order the results.
282
+ # Optional. Hint for how to order the results.
283
283
  # @yield [result, operation] Access the result along with the TransportOperation object
284
284
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::Instance>]
285
285
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -540,7 +540,7 @@ module Google
540
540
  # @param options [::Gapic::CallOptions, ::Hash]
541
541
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
542
542
  #
543
- # @overload delete_instance(name: nil, request_id: nil)
543
+ # @overload delete_instance(name: nil, request_id: nil, force: nil)
544
544
  # Pass arguments to `delete_instance` via keyword arguments. Note that at
545
545
  # least one keyword argument is required. To specify no parameters, or to keep all
546
546
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -561,6 +561,8 @@ module Google
561
561
  #
562
562
  # The request ID must be a valid UUID with the exception that zero UUID is
563
563
  # not supported (00000000-0000-0000-0000-000000000000).
564
+ # @param force [::Boolean]
565
+ # Optional. If set to true, will force the deletion of the instance.
564
566
  # @yield [result, operation] Access the result along with the TransportOperation object
565
567
  # @yieldparam result [::Gapic::Operation]
566
568
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -652,10 +654,10 @@ module Google
652
654
  # @param parent [::String]
653
655
  # Required. Parent value for ListRepositoriesRequest.
654
656
  # @param page_size [::Integer]
655
- # Optional. Requested page size. Server may return fewer items than
656
- # requested. If unspecified, server will pick an appropriate default.
657
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
658
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
657
659
  # @param page_token [::String]
658
- # A token identifying a page of results the server should return.
660
+ # Optional. A token identifying a page of results the server should return.
659
661
  # @param filter [::String]
660
662
  # Optional. Filter results.
661
663
  # @param instance [::String]
@@ -1115,8 +1117,8 @@ module Google
1115
1117
  # @param parent [::String]
1116
1118
  # Required. Parent value for ListHooksRequest.
1117
1119
  # @param page_size [::Integer]
1118
- # Optional. Requested page size. Server may return fewer items than
1119
- # requested. If unspecified, server will pick an appropriate default.
1120
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
1121
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
1120
1122
  # @param page_token [::String]
1121
1123
  # Optional. A token identifying a page of results the server should return.
1122
1124
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1378,7 +1380,7 @@ module Google
1378
1380
  # the default parameter values, pass an empty Hash as a request object (see above).
1379
1381
  #
1380
1382
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
1381
- # Required. Field mask is used to specify the fields to be overwritten in the
1383
+ # Optional. Field mask is used to specify the fields to be overwritten in the
1382
1384
  # hook resource by the update.
1383
1385
  # The fields specified in the update_mask are relative to the resource, not
1384
1386
  # the full request. A field will be overwritten if it is in the mask.
@@ -1906,7 +1908,10 @@ module Google
1906
1908
  #
1907
1909
  # @param parent [::String]
1908
1910
  # @param page_size [::Integer]
1911
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
1912
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
1909
1913
  # @param page_token [::String]
1914
+ # Optional. A token identifying a page of results the server should return.
1910
1915
  # @yield [result, operation] Access the result along with the TransportOperation object
1911
1916
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::BranchRule>]
1912
1917
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -2074,7 +2079,7 @@ module Google
2074
2079
  # Optional. If set, validate the request and preview the review, but do not
2075
2080
  # actually post it. (https://google.aip.dev/163, for declarative friendly)
2076
2081
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
2077
- # Required. Field mask is used to specify the fields to be overwritten in the
2082
+ # Optional. Field mask is used to specify the fields to be overwritten in the
2078
2083
  # branchRule resource by the update.
2079
2084
  # The fields specified in the update_mask are relative to the resource, not
2080
2085
  # the full request. A field will be overwritten if it is in the mask.
@@ -2427,8 +2432,8 @@ module Google
2427
2432
  # Required. The repository in which to list pull requests. Format:
2428
2433
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
2429
2434
  # @param page_size [::Integer]
2430
- # Optional. Requested page size. Server may return fewer items than
2431
- # requested. If unspecified, server will pick an appropriate default.
2435
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
2436
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
2432
2437
  # @param page_token [::String]
2433
2438
  # Optional. A token identifying a page of results the server should return.
2434
2439
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -2878,8 +2883,8 @@ module Google
2878
2883
  # Format:
2879
2884
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
2880
2885
  # @param page_size [::Integer]
2881
- # Optional. Requested page size. Server may return fewer items than
2882
- # requested. If unspecified, server will pick an appropriate default.
2886
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
2887
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
2883
2888
  # @param page_token [::String]
2884
2889
  # Optional. A token identifying a page of results the server should return.
2885
2890
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -3317,8 +3322,8 @@ module Google
3317
3322
  # Required. The repository in which to list issues. Format:
3318
3323
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
3319
3324
  # @param page_size [::Integer]
3320
- # Optional. Requested page size. Server may return fewer items than
3321
- # requested. If unspecified, server will pick an appropriate default.
3325
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
3326
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
3322
3327
  # @param page_token [::String]
3323
3328
  # Optional. A token identifying a page of results the server should return.
3324
3329
  # @param filter [::String]
@@ -3861,9 +3866,8 @@ module Google
3861
3866
  # Required. The pull request in which to list pull request comments. Format:
3862
3867
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
3863
3868
  # @param page_size [::Integer]
3864
- # Optional. Requested page size. If unspecified, at most 100 pull request
3865
- # comments will be returned. The maximum value is 100; values above 100 will
3866
- # be coerced to 100.
3869
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
3870
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
3867
3871
  # @param page_token [::String]
3868
3872
  # Optional. A token identifying a page of results the server should return.
3869
3873
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -4209,7 +4213,7 @@ module Google
4209
4213
  # Batch creates pull request comments. This function is used to create
4210
4214
  # multiple PullRequestComments for code review. There needs to be exactly one
4211
4215
  # PullRequestComment of type Review, and at most 100 PullRequestComments of
4212
- # type Code per request. The Postition of the code comments must be unique
4216
+ # type Code per request. The Position of the code comments must be unique
4213
4217
  # within the request.
4214
4218
  #
4215
4219
  # @overload batch_create_pull_request_comments(request, options = nil)
@@ -4695,8 +4699,8 @@ module Google
4695
4699
  # Required. The issue in which to list the comments. Format:
4696
4700
  # `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}`
4697
4701
  # @param page_size [::Integer]
4698
- # Optional. Requested page size. Server may return fewer items than
4699
- # requested. If unspecified, server will pick an appropriate default.
4702
+ # Optional. Requested page size. If unspecified, a default size of 30 will be
4703
+ # used. The maximum value is 100; values above 100 will be coerced to 100.
4700
4704
  # @param page_token [::String]
4701
4705
  # Optional. A token identifying a page of results the server should return.
4702
4706
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecureSourceManager
23
23
  module V1
24
- VERSION = "2.4.0"
24
+ VERSION = "2.6.0"
25
25
  end
26
26
  end
27
27
  end