public final class ControlledMode extends GeneratedMessageV3 implements ControlledModeOrBuilder
The options for receiver under the controlled mode.
Protobuf type google.cloud.visionai.v1.ControlledMode
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FALLBACK_STARTING_OFFSET_FIELD_NUMBER
public static final int FALLBACK_STARTING_OFFSET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STARTING_LOGICAL_OFFSET_FIELD_NUMBER
public static final int STARTING_LOGICAL_OFFSET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ControlledMode getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ControlledMode.Builder newBuilder()
newBuilder(ControlledMode prototype)
public static ControlledMode.Builder newBuilder(ControlledMode prototype)
public static ControlledMode parseDelimitedFrom(InputStream input)
public static ControlledMode parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ControlledMode parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ControlledMode parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ControlledMode parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ControlledMode parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ControlledMode parseFrom(CodedInputStream input)
public static ControlledMode parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ControlledMode parseFrom(InputStream input)
public static ControlledMode parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ControlledMode parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ControlledMode parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ControlledMode> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ControlledMode getDefaultInstanceForType()
getFallbackStartingOffset()
public String getFallbackStartingOffset()
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 fallback_starting_offset = 2;
Returns |
Type |
Description |
String |
The fallbackStartingOffset.
|
getFallbackStartingOffsetBytes()
public ByteString getFallbackStartingOffsetBytes()
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 fallback_starting_offset = 2;
Returns |
Type |
Description |
ByteString |
The bytes for fallbackStartingOffset.
|
getParserForType()
public Parser<ControlledMode> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartingLogicalOffset()
public String getStartingLogicalOffset()
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 starting_logical_offset = 1;
Returns |
Type |
Description |
String |
The startingLogicalOffset.
|
getStartingLogicalOffsetBytes()
public ByteString getStartingLogicalOffsetBytes()
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 starting_logical_offset = 1;
Returns |
Type |
Description |
ByteString |
The bytes for startingLogicalOffset.
|
getStartingOffsetCase()
public ControlledMode.StartingOffsetCase getStartingOffsetCase()
hasStartingLogicalOffset()
public boolean hasStartingLogicalOffset()
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 starting_logical_offset = 1;
Returns |
Type |
Description |
boolean |
Whether the startingLogicalOffset field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ControlledMode.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ControlledMode.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ControlledMode.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides