Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"proto_docs/README.md",
"proto_docs/google/api/client.rb",
"proto_docs/google/api/field_behavior.rb",
"proto_docs/google/api/field_info.rb",
"proto_docs/google/api/launch_stage.rb",
"proto_docs/google/api/resource.rb",
"proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,14 @@ def logger
# @param parent [::String]
# Required. Parent value for ListInstancesRequest.
# @param page_size [::Integer]
# Requested page size. Server may return fewer items than requested.
# If unspecified, server will pick an appropriate default.
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# @param page_token [::String]
# A token identifying a page of results the server should return.
# Optional. A token identifying a page of results the server should return.
# @param filter [::String]
# Filter for filtering results.
# Optional. Filter for filtering results.
# @param order_by [::String]
# Hint for how to order the results.
# Optional. Hint for how to order the results.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::Instance>]
Expand Down Expand Up @@ -566,7 +566,7 @@ def create_instance request, options = nil
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
# @overload delete_instance(name: nil, request_id: nil)
# @overload delete_instance(name: nil, request_id: nil, force: nil)
# Pass arguments to `delete_instance` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand All @@ -587,6 +587,8 @@ def create_instance request, options = nil
#
# The request ID must be a valid UUID with the exception that zero UUID is
# not supported (00000000-0000-0000-0000-000000000000).
# @param force [::Boolean]
# Optional. If set to true, will force the deletion of the instance.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
Expand Down Expand Up @@ -685,10 +687,10 @@ def delete_instance request, options = nil
# @param parent [::String]
# Required. Parent value for ListRepositoriesRequest.
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# A token identifying a page of results the server should return.
# Optional. A token identifying a page of results the server should return.
# @param filter [::String]
# Optional. Filter results.
# @param instance [::String]
Expand Down Expand Up @@ -1183,8 +1185,8 @@ def delete_repository request, options = nil
# @param parent [::String]
# Required. Parent value for ListHooksRequest.
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
Expand Down Expand Up @@ -1467,7 +1469,7 @@ def create_hook request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Required. Field mask is used to specify the fields to be overwritten in the
# Optional. Field mask is used to specify the fields to be overwritten in the
# hook resource by the update.
# The fields specified in the update_mask are relative to the resource, not
# the full request. A field will be overwritten if it is in the mask.
Expand Down Expand Up @@ -2037,7 +2039,10 @@ def create_branch_rule request, options = nil
#
# @param parent [::String]
# @param page_size [::Integer]
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::SecureSourceManager::V1::BranchRule>]
Expand Down Expand Up @@ -2219,7 +2224,7 @@ def get_branch_rule request, options = nil
# Optional. If set, validate the request and preview the review, but do not
# actually post it. (https://google.aip.dev/163, for declarative friendly)
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Required. Field mask is used to specify the fields to be overwritten in the
# Optional. Field mask is used to specify the fields to be overwritten in the
# branchRule resource by the update.
# The fields specified in the update_mask are relative to the resource, not
# the full request. A field will be overwritten if it is in the mask.
Expand Down Expand Up @@ -2600,8 +2605,8 @@ def get_pull_request request, options = nil
# Required. The repository in which to list pull requests. Format:
# `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
Expand Down Expand Up @@ -3086,8 +3091,8 @@ def close_pull_request request, options = nil
# Format:
# `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
Expand Down Expand Up @@ -3560,8 +3565,8 @@ def get_issue request, options = nil
# Required. The repository in which to list issues. Format:
# `projects/{project_number}/locations/{location_id}/repositories/{repository_id}`
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
# @param filter [::String]
Expand Down Expand Up @@ -4146,9 +4151,8 @@ def get_pull_request_comment request, options = nil
# Required. The pull request in which to list pull request comments. Format:
# `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}`
# @param page_size [::Integer]
# Optional. Requested page size. If unspecified, at most 100 pull request
# comments will be returned. The maximum value is 100; values above 100 will
# be coerced to 100.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
Expand Down Expand Up @@ -4522,7 +4526,7 @@ def delete_pull_request_comment request, options = nil
# Batch creates pull request comments. This function is used to create
# multiple PullRequestComments for code review. There needs to be exactly one
# PullRequestComment of type Review, and at most 100 PullRequestComments of
# type Code per request. The Postition of the code comments must be unique
# type Code per request. The Position of the code comments must be unique
# within the request.
#
# @overload batch_create_pull_request_comments(request, options = nil)
Expand Down Expand Up @@ -5043,8 +5047,8 @@ def get_issue_comment request, options = nil
# Required. The issue in which to list the comments. Format:
# `projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}`
# @param page_size [::Integer]
# Optional. Requested page size. Server may return fewer items than
# requested. If unspecified, server will pick an appropriate default.
# Optional. Requested page size. If unspecified, a default size of 30 will be
# used. The maximum value is 100; values above 100 will be coerced to 100.
# @param page_token [::String]
# Optional. A token identifying a page of results the server should return.
#
Expand Down
Loading
Loading