Class ReadFeatureValuesResponse.EntityView.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Builder
-
- All Implemented Interfaces:
ReadFeatureValuesResponse.EntityViewOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ReadFeatureValuesResponse.EntityView
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 typegoogle.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 value)
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(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.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(ReadFeatureValuesResponse.EntityView other)
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
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 value)
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
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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
clear
public ReadFeatureValuesResponse.EntityView.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
getDefaultInstanceForType
public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ReadFeatureValuesResponse.EntityView build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ReadFeatureValuesResponse.EntityView buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ReadFeatureValuesResponse.EntityView.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
setField
public ReadFeatureValuesResponse.EntityView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
clearField
public ReadFeatureValuesResponse.EntityView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
clearOneof
public ReadFeatureValuesResponse.EntityView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
setRepeatedField
public ReadFeatureValuesResponse.EntityView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
addRepeatedField
public ReadFeatureValuesResponse.EntityView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
mergeFrom
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
mergeFrom
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
mergeFrom
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
- Throws:
IOException
-
getEntityId
public String getEntityId()
ID of the requested entity.
string entity_id = 1;
- Specified by:
getEntityId
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
- Returns:
- The entityId.
-
getEntityIdBytes
public com.google.protobuf.ByteString getEntityIdBytes()
ID of the requested entity.
string entity_id = 1;
- Specified by:
getEntityIdBytes
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
- Returns:
- The bytes for entityId.
-
setEntityId
public ReadFeatureValuesResponse.EntityView.Builder setEntityId(String value)
ID of the requested entity.
string entity_id = 1;
- Parameters:
value
- The entityId to set.- Returns:
- This builder for chaining.
-
clearEntityId
public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()
ID of the requested entity.
string entity_id = 1;
- Returns:
- This builder for chaining.
-
setEntityIdBytes
public ReadFeatureValuesResponse.EntityView.Builder setEntityIdBytes(com.google.protobuf.ByteString value)
ID of the requested entity.
string entity_id = 1;
- Parameters:
value
- The bytes for entityId to set.- Returns:
- This builder for chaining.
-
getDataList
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;
- Specified by:
getDataList
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
-
getDataCount
public 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;
- Specified by:
getDataCount
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
-
getData
public 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;
- Specified by:
getData
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
-
setData
public 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;
-
setData
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;
-
addData
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;
-
addData
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;
-
addData
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;
-
addData
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;
-
addAllData
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;
-
clearData
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;
-
removeData
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;
-
getDataBuilder
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;
-
getDataOrBuilder
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;
- Specified by:
getDataOrBuilder
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
-
getDataOrBuilderList
public 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;
- Specified by:
getDataOrBuilderList
in interfaceReadFeatureValuesResponse.EntityViewOrBuilder
-
addDataBuilder
public 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;
-
addDataBuilder
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;
-
getDataBuilderList
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;
-
setUnknownFields
public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
mergeUnknownFields
public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
-
-