Class: Google::Cloud::SecureSourceManager::V1::GetIssueRequest

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 get an issue.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the issue to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}.

Returns:

  • (::String)

    Required. Name of the issue to retrieve. The format is projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}.



1339
1340
1341
1342
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1339

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