public final class DataItemView extends com.google.protobuf.GeneratedMessageV3 implements DataItemViewOrBuilder
A container for a single DataItem and Annotations on it.Protobuf type
google.cloud.aiplatform.v1beta1.DataItemView| Modifier and Type | Class and Description |
|---|---|
static class |
DataItemView.Builder
A container for a single DataItem and Annotations on it.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATIONS_FIELD_NUMBER |
static int |
DATA_ITEM_FIELD_NUMBER |
static int |
HAS_TRUNCATED_ANNOTATIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotations(int index)
The Annotations on the DataItem.
|
int |
getAnnotationsCount()
The Annotations on the DataItem.
|
List<Annotation> |
getAnnotationsList()
The Annotations on the DataItem.
|
AnnotationOrBuilder |
getAnnotationsOrBuilder(int index)
The Annotations on the DataItem.
|
List<? extends AnnotationOrBuilder> |
getAnnotationsOrBuilderList()
The Annotations on the DataItem.
|
DataItem |
getDataItem()
The DataItem.
|
DataItemOrBuilder |
getDataItemOrBuilder()
The DataItem.
|
static DataItemView |
getDefaultInstance() |
DataItemView |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHasTruncatedAnnotations()
True if and only if the Annotations field has been truncated.
|
com.google.protobuf.Parser<DataItemView> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDataItem()
The DataItem.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DataItemView.Builder |
newBuilder() |
static DataItemView.Builder |
newBuilder(DataItemView prototype) |
DataItemView.Builder |
newBuilderForType() |
protected DataItemView.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DataItemView |
parseDelimitedFrom(InputStream input) |
static DataItemView |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataItemView |
parseFrom(byte[] data) |
static DataItemView |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataItemView |
parseFrom(ByteBuffer data) |
static DataItemView |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataItemView |
parseFrom(com.google.protobuf.ByteString data) |
static DataItemView |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataItemView |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DataItemView |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataItemView |
parseFrom(InputStream input) |
static DataItemView |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DataItemView> |
parser() |
DataItemView.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATA_ITEM_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
public static final int HAS_TRUNCATED_ANNOTATIONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDataItem()
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;hasDataItem in interface DataItemViewOrBuilderpublic DataItem getDataItem()
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;getDataItem in interface DataItemViewOrBuilderpublic DataItemOrBuilder getDataItemOrBuilder()
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;getDataItemOrBuilder in interface DataItemViewOrBuilderpublic 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.v1beta1.Annotation annotations = 2;getAnnotationsList in interface DataItemViewOrBuilderpublic 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.v1beta1.Annotation annotations = 2;getAnnotationsOrBuilderList in interface DataItemViewOrBuilderpublic 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.v1beta1.Annotation annotations = 2;getAnnotationsCount in interface DataItemViewOrBuilderpublic 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.v1beta1.Annotation annotations = 2;getAnnotations in interface DataItemViewOrBuilderpublic 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.v1beta1.Annotation annotations = 2;getAnnotationsOrBuilder in interface DataItemViewOrBuilderpublic 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;getHasTruncatedAnnotations in interface DataItemViewOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DataItemView parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DataItemView parseFrom(InputStream input) throws IOException
IOExceptionpublic static DataItemView parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DataItemView parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DataItemView parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DataItemView parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DataItemView parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DataItemView.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DataItemView.Builder newBuilder()
public static DataItemView.Builder newBuilder(DataItemView prototype)
public DataItemView.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DataItemView.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DataItemView getDefaultInstance()
public static com.google.protobuf.Parser<DataItemView> parser()
public com.google.protobuf.Parser<DataItemView> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DataItemView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.