Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::UpdateIssueRequest.
The request to update an issue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issue
def issue() -> ::Google::Cloud::SecureSourceManager::V1::Issue
Returns
- (::Google::Cloud::SecureSourceManager::V1::Issue) — Required. The issue to update.
#issue=
def issue=(value) -> ::Google::Cloud::SecureSourceManager::V1::Issue
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::Issue) — Required. The issue to update.
Returns
- (::Google::Cloud::SecureSourceManager::V1::Issue) — Required. The issue to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.