Class ExplanationMetadata.OutputMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ExplanationMetadata.OutputMetadata.Builder
-
- All Implemented Interfaces:
ExplanationMetadata.OutputMetadataOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ExplanationMetadata.OutputMetadata
public static final class ExplanationMetadata.OutputMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder> implements ExplanationMetadata.OutputMetadataOrBuilder
Metadata of the prediction output to be explained.
Protobuf typegoogle.cloud.aiplatform.v1beta1.ExplanationMetadata.OutputMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExplanationMetadata.OutputMetadata.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExplanationMetadata.OutputMetadatabuild()ExplanationMetadata.OutputMetadatabuildPartial()ExplanationMetadata.OutputMetadata.Builderclear()ExplanationMetadata.OutputMetadata.BuilderclearDisplayNameMapping()ExplanationMetadata.OutputMetadata.BuilderclearDisplayNameMappingKey()Specify a field name in the prediction to look for the display name.ExplanationMetadata.OutputMetadata.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExplanationMetadata.OutputMetadata.BuilderclearIndexDisplayNameMapping()Static mapping between the index and display name.ExplanationMetadata.OutputMetadata.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExplanationMetadata.OutputMetadata.BuilderclearOutputTensorName()Name of the output tensor.ExplanationMetadata.OutputMetadata.Builderclone()ExplanationMetadata.OutputMetadatagetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ExplanationMetadata.OutputMetadata.DisplayNameMappingCasegetDisplayNameMappingCase()StringgetDisplayNameMappingKey()Specify a field name in the prediction to look for the display name.com.google.protobuf.ByteStringgetDisplayNameMappingKeyBytes()Specify a field name in the prediction to look for the display name.com.google.protobuf.ValuegetIndexDisplayNameMapping()Static mapping between the index and display name.com.google.protobuf.Value.BuildergetIndexDisplayNameMappingBuilder()Static mapping between the index and display name.com.google.protobuf.ValueOrBuildergetIndexDisplayNameMappingOrBuilder()Static mapping between the index and display name.StringgetOutputTensorName()Name of the output tensor.com.google.protobuf.ByteStringgetOutputTensorNameBytes()Name of the output tensor.booleanhasDisplayNameMappingKey()Specify a field name in the prediction to look for the display name.booleanhasIndexDisplayNameMapping()Static mapping between the index and display name.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExplanationMetadata.OutputMetadata.BuildermergeFrom(ExplanationMetadata.OutputMetadata other)ExplanationMetadata.OutputMetadata.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExplanationMetadata.OutputMetadata.BuildermergeFrom(com.google.protobuf.Message other)ExplanationMetadata.OutputMetadata.BuildermergeIndexDisplayNameMapping(com.google.protobuf.Value value)Static mapping between the index and display name.ExplanationMetadata.OutputMetadata.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExplanationMetadata.OutputMetadata.BuildersetDisplayNameMappingKey(String value)Specify a field name in the prediction to look for the display name.ExplanationMetadata.OutputMetadata.BuildersetDisplayNameMappingKeyBytes(com.google.protobuf.ByteString value)Specify a field name in the prediction to look for the display name.ExplanationMetadata.OutputMetadata.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExplanationMetadata.OutputMetadata.BuildersetIndexDisplayNameMapping(com.google.protobuf.Value value)Static mapping between the index and display name.ExplanationMetadata.OutputMetadata.BuildersetIndexDisplayNameMapping(com.google.protobuf.Value.Builder builderForValue)Static mapping between the index and display name.ExplanationMetadata.OutputMetadata.BuildersetOutputTensorName(String value)Name of the output tensor.ExplanationMetadata.OutputMetadata.BuildersetOutputTensorNameBytes(com.google.protobuf.ByteString value)Name of the output tensor.ExplanationMetadata.OutputMetadata.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ExplanationMetadata.OutputMetadata.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
clear
public ExplanationMetadata.OutputMetadata.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
getDefaultInstanceForType
public ExplanationMetadata.OutputMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExplanationMetadata.OutputMetadata build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExplanationMetadata.OutputMetadata buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExplanationMetadata.OutputMetadata.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
setField
public ExplanationMetadata.OutputMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
clearField
public ExplanationMetadata.OutputMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
clearOneof
public ExplanationMetadata.OutputMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
setRepeatedField
public ExplanationMetadata.OutputMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
addRepeatedField
public ExplanationMetadata.OutputMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
mergeFrom
public ExplanationMetadata.OutputMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
mergeFrom
public ExplanationMetadata.OutputMetadata.Builder mergeFrom(ExplanationMetadata.OutputMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
mergeFrom
public ExplanationMetadata.OutputMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExplanationMetadata.OutputMetadata.Builder>- Throws:
IOException
-
getDisplayNameMappingCase
public ExplanationMetadata.OutputMetadata.DisplayNameMappingCase getDisplayNameMappingCase()
- Specified by:
getDisplayNameMappingCasein interfaceExplanationMetadata.OutputMetadataOrBuilder
-
clearDisplayNameMapping
public ExplanationMetadata.OutputMetadata.Builder clearDisplayNameMapping()
-
hasIndexDisplayNameMapping
public boolean hasIndexDisplayNameMapping()
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;- Specified by:
hasIndexDisplayNameMappingin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- Whether the indexDisplayNameMapping field is set.
-
getIndexDisplayNameMapping
public com.google.protobuf.Value getIndexDisplayNameMapping()
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;- Specified by:
getIndexDisplayNameMappingin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- The indexDisplayNameMapping.
-
setIndexDisplayNameMapping
public ExplanationMetadata.OutputMetadata.Builder setIndexDisplayNameMapping(com.google.protobuf.Value value)
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;
-
setIndexDisplayNameMapping
public ExplanationMetadata.OutputMetadata.Builder setIndexDisplayNameMapping(com.google.protobuf.Value.Builder builderForValue)
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;
-
mergeIndexDisplayNameMapping
public ExplanationMetadata.OutputMetadata.Builder mergeIndexDisplayNameMapping(com.google.protobuf.Value value)
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;
-
clearIndexDisplayNameMapping
public ExplanationMetadata.OutputMetadata.Builder clearIndexDisplayNameMapping()
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;
-
getIndexDisplayNameMappingBuilder
public com.google.protobuf.Value.Builder getIndexDisplayNameMappingBuilder()
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;
-
getIndexDisplayNameMappingOrBuilder
public com.google.protobuf.ValueOrBuilder getIndexDisplayNameMappingOrBuilder()
Static mapping between the index and display name. Use this if the outputs are a deterministic n-dimensional array, e.g. a list of scores of all the classes in a pre-defined order for a multi-classification Model. It's not feasible if the outputs are non-deterministic, e.g. the Model produces top-k classes or sort the outputs by their values. The shape of the value must be an n-dimensional array of strings. The number of dimensions must match that of the outputs to be explained. The [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] is populated by locating in the mapping with [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index].
.google.protobuf.Value index_display_name_mapping = 1;- Specified by:
getIndexDisplayNameMappingOrBuilderin interfaceExplanationMetadata.OutputMetadataOrBuilder
-
hasDisplayNameMappingKey
public boolean hasDisplayNameMappingKey()
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Specified by:
hasDisplayNameMappingKeyin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- Whether the displayNameMappingKey field is set.
-
getDisplayNameMappingKey
public String getDisplayNameMappingKey()
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Specified by:
getDisplayNameMappingKeyin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- The displayNameMappingKey.
-
getDisplayNameMappingKeyBytes
public com.google.protobuf.ByteString getDisplayNameMappingKeyBytes()
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Specified by:
getDisplayNameMappingKeyBytesin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- The bytes for displayNameMappingKey.
-
setDisplayNameMappingKey
public ExplanationMetadata.OutputMetadata.Builder setDisplayNameMappingKey(String value)
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Parameters:
value- The displayNameMappingKey to set.- Returns:
- This builder for chaining.
-
clearDisplayNameMappingKey
public ExplanationMetadata.OutputMetadata.Builder clearDisplayNameMappingKey()
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Returns:
- This builder for chaining.
-
setDisplayNameMappingKeyBytes
public ExplanationMetadata.OutputMetadata.Builder setDisplayNameMappingKeyBytes(com.google.protobuf.ByteString value)
Specify a field name in the prediction to look for the display name. Use this if the prediction contains the display names for the outputs. The display names in the prediction must have the same shape of the outputs, so that it can be located by [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] for a specific output.
string display_name_mapping_key = 2;- Parameters:
value- The bytes for displayNameMappingKey to set.- Returns:
- This builder for chaining.
-
getOutputTensorName
public String getOutputTensorName()
Name of the output tensor. Required and is only applicable to Vertex AI provided images for Tensorflow.
string output_tensor_name = 3;- Specified by:
getOutputTensorNamein interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- The outputTensorName.
-
getOutputTensorNameBytes
public com.google.protobuf.ByteString getOutputTensorNameBytes()
Name of the output tensor. Required and is only applicable to Vertex AI provided images for Tensorflow.
string output_tensor_name = 3;- Specified by:
getOutputTensorNameBytesin interfaceExplanationMetadata.OutputMetadataOrBuilder- Returns:
- The bytes for outputTensorName.
-
setOutputTensorName
public ExplanationMetadata.OutputMetadata.Builder setOutputTensorName(String value)
Name of the output tensor. Required and is only applicable to Vertex AI provided images for Tensorflow.
string output_tensor_name = 3;- Parameters:
value- The outputTensorName to set.- Returns:
- This builder for chaining.
-
clearOutputTensorName
public ExplanationMetadata.OutputMetadata.Builder clearOutputTensorName()
Name of the output tensor. Required and is only applicable to Vertex AI provided images for Tensorflow.
string output_tensor_name = 3;- Returns:
- This builder for chaining.
-
setOutputTensorNameBytes
public ExplanationMetadata.OutputMetadata.Builder setOutputTensorNameBytes(com.google.protobuf.ByteString value)
Name of the output tensor. Required and is only applicable to Vertex AI provided images for Tensorflow.
string output_tensor_name = 3;- Parameters:
value- The bytes for outputTensorName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ExplanationMetadata.OutputMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
mergeUnknownFields
public final ExplanationMetadata.OutputMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExplanationMetadata.OutputMetadata.Builder>
-
-