Class Issue (0.1.16)

Issue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata of an Issue.

Attributes

Name Description
name str
Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}
title str
Required. Issue title.
body str
Optional. Issue body. Provides a detailed description of the issue.
state google.cloud.securesourcemanager_v1.types.Issue.State
Output only. State of the issue.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last updated timestamp.
close_time google.protobuf.timestamp_pb2.Timestamp
Output only. Close timestamp (if closed). Cleared when is re-opened.
etag str
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.

Classes

State

State(value)

Possible states of an issue.