Class: Google::Cloud::SecureSourceManager::V1::Issue
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::Issue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
Metadata of an Issue.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#body ⇒ ::String
Optional.
-
#close_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#state ⇒ ::Google::Cloud::SecureSourceManager::V1::Issue::State
readonly
Output only.
-
#title ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#body ⇒ ::String
Returns Optional. Issue body. Provides a detailed description of the issue.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#close_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Close timestamp (if closed). Cleared when is re-opened.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation timestamp.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#etag ⇒ ::String
Returns Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#name ⇒ ::String
Returns Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format:
projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#state ⇒ ::Google::Cloud::SecureSourceManager::V1::Issue::State (readonly)
Returns Output only. State of the issue.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#title ⇒ ::String
Returns Required. Issue title.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Last updated timestamp.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 643 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of an issue. module State # Unspecified. STATE_UNSPECIFIED = 0 # An open issue. OPEN = 1 # A closed issue. CLOSED = 2 end end |