class documentation
class Registry(pb_classes.Message): (source)
Constructor: Registry(initial_message, metadata, spec, status)
Undocumented
Method | __dir__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | metadata |
Undocumented |
Method | spec |
Undocumented |
Method | status |
Undocumented |
Constant | __PB2 |
Undocumented |
Constant | __PY |
Undocumented |
Class Variable | __mask |
Undocumented |
Property | metadata |
This is metadata about the resource, such as its id, name, labels, etc. This contains fields that may be updated both by the end user and the system. |
Property | spec |
This is defined by the user and describes the desired state of system. Fill this in when creating or updating an object. |
Property | status |
This is filled in by the server and reports the current state of the system. |
Inherited from Message
:
Class Method | get |
Undocumented |
Class Method | is |
Undocumented |
Class Method | is |
Undocumented |
Method | __repr__ |
Undocumented |
Method | check |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | is |
Undocumented |
Method | set |
Undocumented |
Method | which |
Undocumented |
Class Variable | __PB2 |
Undocumented |
Instance Variable | __pb2 |
Undocumented |
Method | _clear |
Undocumented |
Method | _get |
Undocumented |
Method | _set |
Undocumented |
Class Variable | __credentials |
Undocumented |
Class Variable | __default |
Undocumented |
Class Variable | __sensitive |
Undocumented |
Instance Variable | __recorded |
Undocumented |
def __init__(self, initial_message:
message_1.Message | None
= None, *, metadata: v1_1.ResourceMetadata | metadata_pb2.ResourceMetadata | None | unset.UnsetType
= unset.Unset, spec: RegistrySpec | registry_pb2.RegistrySpec | None | unset.UnsetType
= unset.Unset, status: RegistryStatus | registry_pb2.RegistryStatus | None | unset.UnsetType
= unset.Unset):
(source)
¶
Undocumented
@metadata.setter
def metadata(self, value:
def metadata(self, value:
v1_1.ResourceMetadata | metadata_pb2.ResourceMetadata | None
):
(source)
¶
Undocumented
@status.setter
def status(self, value:
def status(self, value:
RegistryStatus | registry_pb2.RegistryStatus | None
):
(source)
¶
Undocumented
Undocumented
Value |
|
This is metadata about the resource, such as its id, name, labels, etc. This contains fields that may be updated both by the end user and the system.
This is defined by the user and describes the desired state of system. Fill this in when creating or updating an object.