Class DataItemView (3.44.0)

public final class DataItemView extends GeneratedMessageV3 implements DataItemViewOrBuilder

A container for a single DataItem and Annotations on it.

Protobuf type google.cloud.aiplatform.v1.DataItemView

Static Fields

ANNOTATIONS_FIELD_NUMBER

public static final int ANNOTATIONS_FIELD_NUMBER
Field Value
Type Description
int

DATA_ITEM_FIELD_NUMBER

public static final int DATA_ITEM_FIELD_NUMBER
Field Value
Type Description
int

HAS_TRUNCATED_ANNOTATIONS_FIELD_NUMBER

public static final int HAS_TRUNCATED_ANNOTATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataItemView getDefaultInstance()
Returns
Type Description
DataItemView

getDescriptor()

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

newBuilder()

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

newBuilder(DataItemView prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAnnotations(int index)

public Annotation getAnnotations(int index)

The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.

repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
Annotation

getAnnotationsCount()

public int getAnnotationsCount()

The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.

repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;

Returns
Type Description
int

getAnnotationsList()

public List<Annotation> getAnnotationsList()

The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.

repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;

Returns
Type Description
List<Annotation>

getAnnotationsOrBuilder(int index)

public AnnotationOrBuilder getAnnotationsOrBuilder(int index)

The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.

repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
AnnotationOrBuilder

getAnnotationsOrBuilderList()

public List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()

The Annotations on the DataItem. If too many Annotations should be returned for the DataItem, this field will be truncated per annotations_limit in request. If it was, then the has_truncated_annotations will be set to true.

repeated .google.cloud.aiplatform.v1.Annotation annotations = 2;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.AnnotationOrBuilder>

getDataItem()

public DataItem getDataItem()

The DataItem.

.google.cloud.aiplatform.v1.DataItem data_item = 1;

Returns
Type Description
DataItem

The dataItem.

getDataItemOrBuilder()

public DataItemOrBuilder getDataItemOrBuilder()

The DataItem.

.google.cloud.aiplatform.v1.DataItem data_item = 1;

Returns
Type Description
DataItemOrBuilder

getDefaultInstanceForType()

public DataItemView getDefaultInstanceForType()
Returns
Type Description
DataItemView

getHasTruncatedAnnotations()

public boolean getHasTruncatedAnnotations()

True if and only if the Annotations field has been truncated. It happens if more Annotations for this DataItem met the request's annotation_filter than are allowed to be returned by annotations_limit. Note that if Annotations field is not being returned due to field mask, then this field will not be set to true no matter how many Annotations are there.

bool has_truncated_annotations = 3;

Returns
Type Description
boolean

The hasTruncatedAnnotations.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDataItem()

public boolean hasDataItem()

The DataItem.

.google.cloud.aiplatform.v1.DataItem data_item = 1;

Returns
Type Description
boolean

Whether the dataItem field is set.

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 DataItemView.Builder newBuilderForType()
Returns
Type Description
DataItemView.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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