Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::Issue.
Metadata of an Issue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::String
Returns
- (::String) — Optional. Issue body. Provides a detailed description of the issue.
#body=
def body=(value) -> ::String
Parameter
- value (::String) — Optional. Issue body. Provides a detailed description of the issue.
Returns
- (::String) — Optional. Issue body. Provides a detailed description of the issue.
#close_time
def close_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Close timestamp (if closed). Cleared when is re-opened.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation timestamp.
#etag
def etag() -> ::String
Returns
- (::String) — 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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format:
projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format:
projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
Returns
-
(::String) — Identifier. Unique identifier for an issue. The issue id is generated by
the server. Format:
projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
#state
def state() -> ::Google::Cloud::SecureSourceManager::V1::Issue::State
Returns
- (::Google::Cloud::SecureSourceManager::V1::Issue::State) — Output only. State of the issue.
#title
def title() -> ::String
Returns
- (::String) — Required. Issue title.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — Required. Issue title.
Returns
- (::String) — Required. Issue title.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last updated timestamp.