Class: Google::Cloud::SecureSourceManager::V1::UpdateIssueRequest

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

The request to update an issue.

Instance Attribute Summary collapse

Instance Attribute Details

#issue::Google::Cloud::SecureSourceManager::V1::Issue

Returns Required. The issue to update.

Returns:



1387
1388
1389
1390
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1387

class UpdateIssueRequest
  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 issue 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 issue 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.



1387
1388
1389
1390
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1387

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