class documentation
class Protocol(pb_enum.Enum): (source)
Represents protocol of the job's port which will be exposed.
| Constant | __PB2 |
Undocumented |
| Constant | HTTP |
HTTP protocol. |
| Constant | PROTOCOL |
Undocumented |
| Constant | TCP |
TCP protocol. |
| Constant | UDP |
UDP protocol. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
Undocumented
| Value |
|