public static final class DataItemView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder> implements DataItemViewOrBuilder
A container for a single DataItem and Annotations on it.Protobuf type
google.cloud.aiplatform.v1beta1.DataItemView| Modifier and Type | Method and Description |
|---|---|
DataItemView.Builder |
addAllAnnotations(Iterable<? extends Annotation> values)
The Annotations on the DataItem.
|
DataItemView.Builder |
addAnnotations(Annotation.Builder builderForValue)
The Annotations on the DataItem.
|
DataItemView.Builder |
addAnnotations(Annotation value)
The Annotations on the DataItem.
|
DataItemView.Builder |
addAnnotations(int index,
Annotation.Builder builderForValue)
The Annotations on the DataItem.
|
DataItemView.Builder |
addAnnotations(int index,
Annotation value)
The Annotations on the DataItem.
|
Annotation.Builder |
addAnnotationsBuilder()
The Annotations on the DataItem.
|
Annotation.Builder |
addAnnotationsBuilder(int index)
The Annotations on the DataItem.
|
DataItemView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DataItemView |
build() |
DataItemView |
buildPartial() |
DataItemView.Builder |
clear() |
DataItemView.Builder |
clearAnnotations()
The Annotations on the DataItem.
|
DataItemView.Builder |
clearDataItem()
The DataItem.
|
DataItemView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DataItemView.Builder |
clearHasTruncatedAnnotations()
True if and only if the Annotations field has been truncated.
|
DataItemView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DataItemView.Builder |
clone() |
Annotation |
getAnnotations(int index)
The Annotations on the DataItem.
|
Annotation.Builder |
getAnnotationsBuilder(int index)
The Annotations on the DataItem.
|
List<Annotation.Builder> |
getAnnotationsBuilderList()
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.
|
DataItem.Builder |
getDataItemBuilder()
The DataItem.
|
DataItemOrBuilder |
getDataItemOrBuilder()
The DataItem.
|
DataItemView |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getHasTruncatedAnnotations()
True if and only if the Annotations field has been truncated.
|
boolean |
hasDataItem()
The DataItem.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DataItemView.Builder |
mergeDataItem(DataItem value)
The DataItem.
|
DataItemView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DataItemView.Builder |
mergeFrom(DataItemView other) |
DataItemView.Builder |
mergeFrom(com.google.protobuf.Message other) |
DataItemView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DataItemView.Builder |
removeAnnotations(int index)
The Annotations on the DataItem.
|
DataItemView.Builder |
setAnnotations(int index,
Annotation.Builder builderForValue)
The Annotations on the DataItem.
|
DataItemView.Builder |
setAnnotations(int index,
Annotation value)
The Annotations on the DataItem.
|
DataItemView.Builder |
setDataItem(DataItem.Builder builderForValue)
The DataItem.
|
DataItemView.Builder |
setDataItem(DataItem value)
The DataItem.
|
DataItemView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DataItemView.Builder |
setHasTruncatedAnnotations(boolean value)
True if and only if the Annotations field has been truncated.
|
DataItemView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DataItemView.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DataItemView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DataItemView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DataItemView.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataItemView.Builder>public DataItemView.Builder mergeFrom(DataItemView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public DataItemView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DataItemView.Builder>IOExceptionpublic 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 DataItemView.Builder setDataItem(DataItem value)
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;public DataItemView.Builder setDataItem(DataItem.Builder builderForValue)
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;public DataItemView.Builder mergeDataItem(DataItem value)
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;public DataItemView.Builder clearDataItem()
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;public DataItem.Builder getDataItemBuilder()
The DataItem.
.google.cloud.aiplatform.v1beta1.DataItem data_item = 1;public 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 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 DataItemView.Builder setAnnotations(int index, Annotation value)
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;public DataItemView.Builder setAnnotations(int index, Annotation.Builder builderForValue)
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;public DataItemView.Builder addAnnotations(Annotation value)
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;public DataItemView.Builder addAnnotations(int index, Annotation value)
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;public DataItemView.Builder addAnnotations(Annotation.Builder builderForValue)
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;public DataItemView.Builder addAnnotations(int index, Annotation.Builder builderForValue)
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;public DataItemView.Builder addAllAnnotations(Iterable<? extends Annotation> values)
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;public DataItemView.Builder clearAnnotations()
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;public DataItemView.Builder removeAnnotations(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;public Annotation.Builder getAnnotationsBuilder(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;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.v1beta1.Annotation annotations = 2;getAnnotationsOrBuilder 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 Annotation.Builder addAnnotationsBuilder()
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;public Annotation.Builder addAnnotationsBuilder(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;public List<Annotation.Builder> getAnnotationsBuilderList()
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;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;getHasTruncatedAnnotations in interface DataItemViewOrBuilderpublic DataItemView.Builder setHasTruncatedAnnotations(boolean value)
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;value - The hasTruncatedAnnotations to set.public DataItemView.Builder clearHasTruncatedAnnotations()
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;public final DataItemView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>public final DataItemView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DataItemView.Builder>Copyright © 2024 Google LLC. All rights reserved.