Class Segment (1.3.0)

public final class Segment extends GeneratedMessageV3 implements SegmentOrBuilder

Segment of the content.

Protobuf type google.cloud.vertexai.v1.Segment

Implements

SegmentOrBuilder

Static Fields

END_INDEX_FIELD_NUMBER

public static final int END_INDEX_FIELD_NUMBER
Field Value
Type Description
int

PART_INDEX_FIELD_NUMBER

public static final int PART_INDEX_FIELD_NUMBER
Field Value
Type Description
int

START_INDEX_FIELD_NUMBER

public static final int START_INDEX_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Segment getDefaultInstance()
Returns
Type Description
Segment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Segment.Builder newBuilder()
Returns
Type Description
Segment.Builder

newBuilder(Segment prototype)

public static Segment.Builder newBuilder(Segment prototype)
Parameter
Name Description
prototype Segment
Returns
Type Description
Segment.Builder

parseDelimitedFrom(InputStream input)

public static Segment parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Segment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Segment parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Segment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Segment parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Segment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Segment parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Segment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Segment parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Segment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Segment parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Segment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Segment
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Segment> parser()
Returns
Type Description
Parser<Segment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Segment getDefaultInstanceForType()
Returns
Type Description
Segment

getEndIndex()

public int getEndIndex()

Output only. End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero.

int32 end_index = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The endIndex.

getParserForType()

public Parser<Segment> getParserForType()
Returns
Type Description
Parser<Segment>
Overrides

getPartIndex()

public int getPartIndex()

Output only. The index of a Part object within its parent Content object.

int32 part_index = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The partIndex.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartIndex()

public int getStartIndex()

Output only. Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.

int32 start_index = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The startIndex.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Segment.Builder newBuilderForType()
Returns
Type Description
Segment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Segment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Segment.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Segment.Builder toBuilder()
Returns
Type Description
Segment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException