Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ControlledMode.
The options for receiver under the controlled mode.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fallback_starting_offset
def fallback_starting_offset() -> ::String
-
(::String) — This is the logical starting point to fallback upon should the
specified starting offset be unavailable.
This can be one of the following values:
"begin": This will read from the earliest available message.
"end": This will read only future messages.
#fallback_starting_offset=
def fallback_starting_offset=(value) -> ::String
-
value (::String) — This is the logical starting point to fallback upon should the
specified starting offset be unavailable.
This can be one of the following values:
"begin": This will read from the earliest available message.
"end": This will read only future messages.
-
(::String) — This is the logical starting point to fallback upon should the
specified starting offset be unavailable.
This can be one of the following values:
"begin": This will read from the earliest available message.
"end": This will read only future messages.
#starting_logical_offset
def starting_logical_offset() -> ::String
-
(::String) — This can be set to the following logical starting points:
"begin": This will read from the earliest available message.
"most-recent": This will read from the latest available message.
"end": This will read only future messages.
"stored": This will resume reads one past the last committed offset. It is the only option that resumes progress; all others jump unilaterally.
#starting_logical_offset=
def starting_logical_offset=(value) -> ::String
-
value (::String) — This can be set to the following logical starting points:
"begin": This will read from the earliest available message.
"most-recent": This will read from the latest available message.
"end": This will read only future messages.
"stored": This will resume reads one past the last committed offset. It is the only option that resumes progress; all others jump unilaterally.
-
(::String) — This can be set to the following logical starting points:
"begin": This will read from the earliest available message.
"most-recent": This will read from the latest available message.
"end": This will read only future messages.
"stored": This will resume reads one past the last committed offset. It is the only option that resumes progress; all others jump unilaterally.