Package(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Packages are named collections of versions.
Attributes |
|
---|---|
Name | Description |
name |
str
The name of the package, for example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1 .
If the package ID part contains slashes, the slashes are
escaped.
|
display_name |
str
The display name of the package. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the package was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the package was last updated. This includes publishing a new version of the package. |
annotations |
MutableMapping[str, str]
Optional. Client specified annotations. |
Classes
AnnotationsEntry
AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |