Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::OpenIssueRequest.
The request to open an issue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, opening will be blocked and an ABORTED error will be returned.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, opening will be blocked and an ABORTED error will be returned.
Returns
- (::String) — Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, opening will be blocked and an ABORTED error will be returned.
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the issue to open.
The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Name of the issue to open.
The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.
Returns
-
(::String) — Required. Name of the issue to open.
The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
.