Uses of Class
com.google.cloud.aiplatform.v1.Segment.Builder
Packages that use Segment.Builder
-
Uses of Segment.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Segment.BuilderModifier and TypeMethodDescriptionSegment.Builder.clear()Segment.Builder.clearEndIndex()Output only.Segment.Builder.clearPartIndex()Output only.Segment.Builder.clearStartIndex()Output only.Segment.Builder.clearText()Output only.GroundingSupport.Builder.getSegmentBuilder()Segment of the content this support belongs to.Segment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Segment.Builder.mergeFrom(com.google.protobuf.Message other) static Segment.BuilderSegment.newBuilder()static Segment.BuilderSegment.newBuilder(Segment prototype) Segment.newBuilderForType()protected Segment.BuilderSegment.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Segment.Builder.setEndIndex(int value) Output only.Segment.Builder.setPartIndex(int value) Output only.Segment.Builder.setStartIndex(int value) Output only.Output only.Segment.Builder.setTextBytes(com.google.protobuf.ByteString value) Output only.Segment.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Segment.BuilderModifier and TypeMethodDescriptionGroundingSupport.Builder.setSegment(Segment.Builder builderForValue) Segment of the content this support belongs to.