Class: Google::Cloud::SecureSourceManager::V1::UpdatePullRequestRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

UpdatePullRequestRequest is the request to update a pull request.

Instance Attribute Summary collapse

Instance Attribute Details

#pull_request::Google::Cloud::SecureSourceManager::V1::PullRequest

Returns Required. The pull request to update.

Returns:



1250
1251
1252
1253
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1250

class UpdatePullRequestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Field mask is used to specify the fields to be overwritten in the pull request 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. The special value "*" means full replacement.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Field mask is used to specify the fields to be overwritten in the pull request 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. The special value "*" means full replacement.



1250
1251
1252
1253
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1250

class UpdatePullRequestRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end