google-cloud-secure_source_manager-v1 2.2.0 → 2.2.1

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: 5d70b0987b05755814f3446e0b75827bd6af57363eadd66cb1f790f37c03dc1e
4
- data.tar.gz: 5af1f1df8d7c1603aa5053a5ed8b26a2f6be1001ebddc6f8fb8b3bb6eb633d5b
3
+ metadata.gz: cdd329f167196d3d21341ab7605831391b6f7f18c99c42b80a503c4b325f0534
4
+ data.tar.gz: 5d5d8bc5d39a96f50ca753a0b515019c55068d8a9611b5dcfd5f856dda313942
5
5
  SHA512:
6
- metadata.gz: 665d14ed24ff863ddc0602f0024bd609b4c559b515f155002088ae639dfa86ceb2ede819535cf6f543b393584b0b42e5be3c492d5965396ffb94d78f690730e2
7
- data.tar.gz: 0b28d5a85918314f2d66785ad63310f244b2a9fc6beb140cf8b9171cf6da4fb93652fbad3c293a2a718e16d2227a72e3d696c9810b5334fcba7d5772d4f14db0
6
+ metadata.gz: 6adc0db97f8544e082a19a86899a8fde639248229de4dfaf4e549f06a493b5de5d26cf439293c9bb2738a830854fc29d29033b48ae88e6b4c20598d449f6f305
7
+ data.tar.gz: 2757b74b1a62d65b32ab1444bd8f9f6b28280e2ea72b0331c3a8001fd7982383c946c2da36aa4d49be0ebcc74b201070915886eff224e23d400edc885dc882d0
@@ -4223,7 +4223,11 @@ module Google
4223
4223
  end
4224
4224
 
4225
4225
  ##
4226
- # Creates a pull request comment.
4226
+ # Creates a pull request comment. This function is used to create a single
4227
+ # PullRequestComment of type Comment, or a single PullRequestComment of type
4228
+ # Code that's replying to another PullRequestComment of type Code. Use
4229
+ # BatchCreatePullRequestComments to create multiple PullRequestComments for
4230
+ # code reviews.
4227
4231
  #
4228
4232
  # @overload create_pull_request_comment(request, options = nil)
4229
4233
  # Pass arguments to `create_pull_request_comment` via a request object, either of type
@@ -4515,7 +4519,11 @@ module Google
4515
4519
  end
4516
4520
 
4517
4521
  ##
4518
- # Batch creates pull request comments.
4522
+ # Batch creates pull request comments. This function is used to create
4523
+ # multiple PullRequestComments for code review. There needs to be exactly one
4524
+ # PullRequestComment of type Review, and at most 100 PullRequestComments of
4525
+ # type Code per request. The Postition of the code comments must be unique
4526
+ # within the request.
4519
4527
  #
4520
4528
  # @overload batch_create_pull_request_comments(request, options = nil)
4521
4529
  # Pass arguments to `batch_create_pull_request_comments` via a request object, either of type
@@ -4616,7 +4624,10 @@ module Google
4616
4624
  end
4617
4625
 
4618
4626
  ##
4619
- # Resolves pull request comments.
4627
+ # Resolves pull request comments. A list of PullRequestComment names must be
4628
+ # provided. The PullRequestComment names must be in the same conversation
4629
+ # thread. If auto_fill is set, all comments in the conversation thread will
4630
+ # be resolved.
4620
4631
  #
4621
4632
  # @overload resolve_pull_request_comments(request, options = nil)
4622
4633
  # Pass arguments to `resolve_pull_request_comments` via a request object, either of type
@@ -4720,7 +4731,10 @@ module Google
4720
4731
  end
4721
4732
 
4722
4733
  ##
4723
- # Unresolves pull request comment.
4734
+ # Unresolves pull request comments. A list of PullRequestComment names must
4735
+ # be provided. The PullRequestComment names must be in the same conversation
4736
+ # thread. If auto_fill is set, all comments in the conversation thread will
4737
+ # be unresolved.
4724
4738
  #
4725
4739
  # @overload unresolve_pull_request_comments(request, options = nil)
4726
4740
  # Pass arguments to `unresolve_pull_request_comments` via a request object, either of type
@@ -3931,7 +3931,11 @@ module Google
3931
3931
  end
3932
3932
 
3933
3933
  ##
3934
- # Creates a pull request comment.
3934
+ # Creates a pull request comment. This function is used to create a single
3935
+ # PullRequestComment of type Comment, or a single PullRequestComment of type
3936
+ # Code that's replying to another PullRequestComment of type Code. Use
3937
+ # BatchCreatePullRequestComments to create multiple PullRequestComments for
3938
+ # code reviews.
3935
3939
  #
3936
3940
  # @overload create_pull_request_comment(request, options = nil)
3937
3941
  # Pass arguments to `create_pull_request_comment` via a request object, either of type
@@ -4202,7 +4206,11 @@ module Google
4202
4206
  end
4203
4207
 
4204
4208
  ##
4205
- # Batch creates pull request comments.
4209
+ # Batch creates pull request comments. This function is used to create
4210
+ # multiple PullRequestComments for code review. There needs to be exactly one
4211
+ # PullRequestComment of type Review, and at most 100 PullRequestComments of
4212
+ # type Code per request. The Postition of the code comments must be unique
4213
+ # within the request.
4206
4214
  #
4207
4215
  # @overload batch_create_pull_request_comments(request, options = nil)
4208
4216
  # Pass arguments to `batch_create_pull_request_comments` via a request object, either of type
@@ -4296,7 +4304,10 @@ module Google
4296
4304
  end
4297
4305
 
4298
4306
  ##
4299
- # Resolves pull request comments.
4307
+ # Resolves pull request comments. A list of PullRequestComment names must be
4308
+ # provided. The PullRequestComment names must be in the same conversation
4309
+ # thread. If auto_fill is set, all comments in the conversation thread will
4310
+ # be resolved.
4300
4311
  #
4301
4312
  # @overload resolve_pull_request_comments(request, options = nil)
4302
4313
  # Pass arguments to `resolve_pull_request_comments` via a request object, either of type
@@ -4393,7 +4404,10 @@ module Google
4393
4404
  end
4394
4405
 
4395
4406
  ##
4396
- # Unresolves pull request comment.
4407
+ # Unresolves pull request comments. A list of PullRequestComment names must
4408
+ # be provided. The PullRequestComment names must be in the same conversation
4409
+ # thread. If auto_fill is set, all comments in the conversation thread will
4410
+ # be unresolved.
4397
4411
  #
4398
4412
  # @overload unresolve_pull_request_comments(request, options = nil)
4399
4413
  # Pass arguments to `unresolve_pull_request_comments` via a request object, either of type
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecureSourceManager
23
23
  module V1
24
- VERSION = "2.2.0"
24
+ VERSION = "2.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -124,17 +124,31 @@ module Google
124
124
  rpc :GetPullRequestComment, ::Google::Cloud::SecureSourceManager::V1::GetPullRequestCommentRequest, ::Google::Cloud::SecureSourceManager::V1::PullRequestComment
125
125
  # Lists pull request comments.
126
126
  rpc :ListPullRequestComments, ::Google::Cloud::SecureSourceManager::V1::ListPullRequestCommentsRequest, ::Google::Cloud::SecureSourceManager::V1::ListPullRequestCommentsResponse
127
- # Creates a pull request comment.
127
+ # Creates a pull request comment. This function is used to create a single
128
+ # PullRequestComment of type Comment, or a single PullRequestComment of type
129
+ # Code that's replying to another PullRequestComment of type Code. Use
130
+ # BatchCreatePullRequestComments to create multiple PullRequestComments for
131
+ # code reviews.
128
132
  rpc :CreatePullRequestComment, ::Google::Cloud::SecureSourceManager::V1::CreatePullRequestCommentRequest, ::Google::Longrunning::Operation
129
133
  # Updates a pull request comment.
130
134
  rpc :UpdatePullRequestComment, ::Google::Cloud::SecureSourceManager::V1::UpdatePullRequestCommentRequest, ::Google::Longrunning::Operation
131
135
  # Deletes a pull request comment.
132
136
  rpc :DeletePullRequestComment, ::Google::Cloud::SecureSourceManager::V1::DeletePullRequestCommentRequest, ::Google::Longrunning::Operation
133
- # Batch creates pull request comments.
137
+ # Batch creates pull request comments. This function is used to create
138
+ # multiple PullRequestComments for code review. There needs to be exactly one
139
+ # PullRequestComment of type Review, and at most 100 PullRequestComments of
140
+ # type Code per request. The Postition of the code comments must be unique
141
+ # within the request.
134
142
  rpc :BatchCreatePullRequestComments, ::Google::Cloud::SecureSourceManager::V1::BatchCreatePullRequestCommentsRequest, ::Google::Longrunning::Operation
135
- # Resolves pull request comments.
143
+ # Resolves pull request comments. A list of PullRequestComment names must be
144
+ # provided. The PullRequestComment names must be in the same conversation
145
+ # thread. If auto_fill is set, all comments in the conversation thread will
146
+ # be resolved.
136
147
  rpc :ResolvePullRequestComments, ::Google::Cloud::SecureSourceManager::V1::ResolvePullRequestCommentsRequest, ::Google::Longrunning::Operation
137
- # Unresolves pull request comment.
148
+ # Unresolves pull request comments. A list of PullRequestComment names must
149
+ # be provided. The PullRequestComment names must be in the same conversation
150
+ # thread. If auto_fill is set, all comments in the conversation thread will
151
+ # be unresolved.
138
152
  rpc :UnresolvePullRequestComments, ::Google::Cloud::SecureSourceManager::V1::UnresolvePullRequestCommentsRequest, ::Google::Longrunning::Operation
139
153
  # Creates an issue comment.
140
154
  rpc :CreateIssueComment, ::Google::Cloud::SecureSourceManager::V1::CreateIssueCommentRequest, ::Google::Longrunning::Operation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secure_source_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC