public static final class ReadFeatureValuesResponse.EntityView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder> implements ReadFeatureValuesResponse.EntityViewOrBuilder
Entity view with Feature values.Protobuf type
google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView| Modifier and Type | Method and Description |
|---|---|
ReadFeatureValuesResponse.EntityView.Builder |
addAllData(Iterable<? extends ReadFeatureValuesResponse.EntityView.Data> values)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
addData(int index,
ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
addData(int index,
ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
addData(ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
addData(ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Data.Builder |
addDataBuilder()
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Data.Builder |
addDataBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadFeatureValuesResponse.EntityView |
build() |
ReadFeatureValuesResponse.EntityView |
buildPartial() |
ReadFeatureValuesResponse.EntityView.Builder |
clear() |
ReadFeatureValuesResponse.EntityView.Builder |
clearData()
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
clearEntityId()
ID of the requested entity.
|
ReadFeatureValuesResponse.EntityView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReadFeatureValuesResponse.EntityView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReadFeatureValuesResponse.EntityView.Builder |
clone() |
ReadFeatureValuesResponse.EntityView.Data |
getData(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Data.Builder |
getDataBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
List<ReadFeatureValuesResponse.EntityView.Data.Builder> |
getDataBuilderList()
Each piece of data holds the k
requested values for one requested Feature.
|
int |
getDataCount()
Each piece of data holds the k
requested values for one requested Feature.
|
List<ReadFeatureValuesResponse.EntityView.Data> |
getDataList()
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.DataOrBuilder |
getDataOrBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> |
getDataOrBuilderList()
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEntityId()
ID of the requested entity.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
ID of the requested entity.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadFeatureValuesResponse.EntityView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadFeatureValuesResponse.EntityView.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadFeatureValuesResponse.EntityView.Builder |
mergeFrom(ReadFeatureValuesResponse.EntityView other) |
ReadFeatureValuesResponse.EntityView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReadFeatureValuesResponse.EntityView.Builder |
removeData(int index)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
setData(int index,
ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
setData(int index,
ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature.
|
ReadFeatureValuesResponse.EntityView.Builder |
setEntityId(String value)
ID of the requested entity.
|
ReadFeatureValuesResponse.EntityView.Builder |
setEntityIdBytes(com.google.protobuf.ByteString value)
ID of the requested entity.
|
ReadFeatureValuesResponse.EntityView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ReadFeatureValuesResponse.EntityView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ReadFeatureValuesResponse.EntityView.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.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<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadFeatureValuesResponse.EntityView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadFeatureValuesResponse.EntityView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadFeatureValuesResponse.EntityView.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.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<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.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<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.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<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public ReadFeatureValuesResponse.EntityView.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<ReadFeatureValuesResponse.EntityView.Builder>IOExceptionpublic String getEntityId()
ID of the requested entity.
string entity_id = 1;getEntityId in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic com.google.protobuf.ByteString getEntityIdBytes()
ID of the requested entity.
string entity_id = 1;getEntityIdBytes in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic ReadFeatureValuesResponse.EntityView.Builder setEntityId(String value)
ID of the requested entity.
string entity_id = 1;value - The entityId to set.public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()
ID of the requested entity.
string entity_id = 1;public ReadFeatureValuesResponse.EntityView.Builder setEntityIdBytes(com.google.protobuf.ByteString value)
ID of the requested entity.
string entity_id = 1;value - The bytes for entityId to set.public List<ReadFeatureValuesResponse.EntityView.Data> getDataList()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
getDataList in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic int getDataCount()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
getDataCount in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic ReadFeatureValuesResponse.EntityView.Data getData(int index)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
getData in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic ReadFeatureValuesResponse.EntityView.Builder setData(int index, ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder setData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder addData(ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder addData(int index, ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder addData(ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder addData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder addAllData(Iterable<? extends ReadFeatureValuesResponse.EntityView.Data> values)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder clearData()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Builder removeData(int index)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Data.Builder getDataBuilder(int index)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.DataOrBuilder getDataOrBuilder(int index)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
getDataOrBuilder in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
getDataOrBuilderList in interface ReadFeatureValuesResponse.EntityViewOrBuilderpublic ReadFeatureValuesResponse.EntityView.Data.Builder addDataBuilder()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public ReadFeatureValuesResponse.EntityView.Data.Builder addDataBuilder(int index)
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public List<ReadFeatureValuesResponse.EntityView.Data.Builder> getDataBuilderList()
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.header].
repeated .google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;
public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>Copyright © 2022 Google LLC. All rights reserved.