StreamStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The result of a stream.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
stream_id |
int
The unique ID of this stream, assigned by the client. |
okay |
google.cloud.devicestreaming_v1.types.Okay
Okay for success. This field is a member of oneof _ status .
|
fail |
google.cloud.devicestreaming_v1.types.Fail
Fail for failure. This field is a member of oneof _ status .
|