Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::CreateIssueRequest.
The request to create 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 create.
#issue=
def issue=(value) -> ::Google::Cloud::SecureSourceManager::V1::Issue
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::Issue) — Required. The issue to create.
Returns
- (::Google::Cloud::SecureSourceManager::V1::Issue) — Required. The issue to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The repository in which to create the issue. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The repository in which to create the issue. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
Returns
-
(::String) — Required. The repository in which to create the issue. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}