Secure Source Manager V1 API - Class Google::Cloud::SecureSourceManager::V1::CreateIssueRequest (v2.2.0)

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

#issue=

def issue=(value) -> ::Google::Cloud::SecureSourceManager::V1::Issue
Parameter
Returns

#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}