Class SavedObjectGraphOuterClass.SavedVariable.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
org.tensorflow.proto.SavedObjectGraphOuterClass.SavedVariable.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, SavedObjectGraphOuterClass.SavedVariableOrBuilder
- Enclosing class:
SavedObjectGraphOuterClass.SavedVariable
public static final class SavedObjectGraphOuterClass.SavedVariable.Builder
extends GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
implements SavedObjectGraphOuterClass.SavedVariableOrBuilder
Represents a Variable that is initialized by loading the contents from the checkpoint.Protobuf type
tensorflow.SavedVariable-
Method Summary
Modifier and TypeMethodDescriptionaddAllExperimentalDistributedVariableComponents(Iterable<? extends SavedObjectGraphOuterClass.SavedVariable> values) List of component variables for a distributed variable.addExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable value) List of component variables for a distributed variable.addExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable.List of component variables for a distributed variable.addExperimentalDistributedVariableComponents(SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable.List of component variables for a distributed variable.List of component variables for a distributed variable.addRepeatedField(Descriptors.FieldDescriptor field, Object value) build()clear().tensorflow.VariableAggregation aggregation = 5;string device = 7;.tensorflow.DataType dtype = 1;List of component variables for a distributed variable.string name = 6;.tensorflow.TensorShapeProto shape = 2;.tensorflow.VariableSynchronization synchronization = 4;bool trainable = 3;clone().tensorflow.VariableAggregation aggregation = 5;int.tensorflow.VariableAggregation aggregation = 5;static final Descriptors.Descriptorstring device = 7;string device = 7;getDtype().tensorflow.DataType dtype = 1;int.tensorflow.DataType dtype = 1;getExperimentalDistributedVariableComponents(int index) List of component variables for a distributed variable.List of component variables for a distributed variable.List of component variables for a distributed variable.intList of component variables for a distributed variable.List of component variables for a distributed variable.List of component variables for a distributed variable.List of component variables for a distributed variable.getName()string name = 6;string name = 6;getShape().tensorflow.TensorShapeProto shape = 2;.tensorflow.TensorShapeProto shape = 2;.tensorflow.TensorShapeProto shape = 2;.tensorflow.VariableSynchronization synchronization = 4;int.tensorflow.VariableSynchronization synchronization = 4;booleanbool trainable = 3;booleanhasShape().tensorflow.TensorShapeProto shape = 2;protected GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;mergeUnknownFields(UnknownFieldSet unknownFields) List of component variables for a distributed variable..tensorflow.VariableAggregation aggregation = 5;setAggregationValue(int value) .tensorflow.VariableAggregation aggregation = 5;string device = 7;setDeviceBytes(ByteString value) string device = 7;.tensorflow.DataType dtype = 1;setDtypeValue(int value) .tensorflow.DataType dtype = 1;setExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable value) List of component variables for a distributed variable.setExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable.setField(Descriptors.FieldDescriptor field, Object value) string name = 6;setNameBytes(ByteString value) string name = 6;setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;.tensorflow.VariableSynchronization synchronization = 4;setSynchronizationValue(int value) .tensorflow.VariableSynchronization synchronization = 4;setTrainable(boolean value) bool trainable = 3;setUnknownFields(UnknownFieldSet unknownFields) Methods inherited from class 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, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
setField
public SavedObjectGraphOuterClass.SavedVariable.Builder setField(Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
clearField
public SavedObjectGraphOuterClass.SavedVariable.Builder clearField(Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
clearOneof
public SavedObjectGraphOuterClass.SavedVariable.Builder clearOneof(Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
setRepeatedField
public SavedObjectGraphOuterClass.SavedVariable.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
addRepeatedField
public SavedObjectGraphOuterClass.SavedVariable.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
mergeFrom
public SavedObjectGraphOuterClass.SavedVariable.Builder mergeFrom(SavedObjectGraphOuterClass.SavedVariable other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
mergeFrom
public SavedObjectGraphOuterClass.SavedVariable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>- Throws:
IOException
-
getDtypeValue
public int getDtypeValue().tensorflow.DataType dtype = 1;- Specified by:
getDtypeValuein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The enum numeric value on the wire for dtype.
-
setDtypeValue
.tensorflow.DataType dtype = 1;- Parameters:
value- The enum numeric value on the wire for dtype to set.- Returns:
- This builder for chaining.
-
getDtype
.tensorflow.DataType dtype = 1;- Specified by:
getDtypein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The dtype.
-
setDtype
.tensorflow.DataType dtype = 1;- Parameters:
value- The dtype to set.- Returns:
- This builder for chaining.
-
clearDtype
.tensorflow.DataType dtype = 1;- Returns:
- This builder for chaining.
-
hasShape
public boolean hasShape().tensorflow.TensorShapeProto shape = 2;- Specified by:
hasShapein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- Whether the shape field is set.
-
getShape
.tensorflow.TensorShapeProto shape = 2;- Specified by:
getShapein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The shape.
-
setShape
.tensorflow.TensorShapeProto shape = 2; -
setShape
public SavedObjectGraphOuterClass.SavedVariable.Builder setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2; -
mergeShape
.tensorflow.TensorShapeProto shape = 2; -
clearShape
.tensorflow.TensorShapeProto shape = 2; -
getShapeBuilder
.tensorflow.TensorShapeProto shape = 2; -
getShapeOrBuilder
.tensorflow.TensorShapeProto shape = 2;- Specified by:
getShapeOrBuilderin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
getTrainable
public boolean getTrainable()bool trainable = 3;- Specified by:
getTrainablein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The trainable.
-
setTrainable
bool trainable = 3;- Parameters:
value- The trainable to set.- Returns:
- This builder for chaining.
-
clearTrainable
bool trainable = 3;- Returns:
- This builder for chaining.
-
getSynchronizationValue
public int getSynchronizationValue().tensorflow.VariableSynchronization synchronization = 4;- Specified by:
getSynchronizationValuein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The enum numeric value on the wire for synchronization.
-
setSynchronizationValue
.tensorflow.VariableSynchronization synchronization = 4;- Parameters:
value- The enum numeric value on the wire for synchronization to set.- Returns:
- This builder for chaining.
-
getSynchronization
.tensorflow.VariableSynchronization synchronization = 4;- Specified by:
getSynchronizationin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The synchronization.
-
setSynchronization
public SavedObjectGraphOuterClass.SavedVariable.Builder setSynchronization(VariableSynchronization value) .tensorflow.VariableSynchronization synchronization = 4;- Parameters:
value- The synchronization to set.- Returns:
- This builder for chaining.
-
clearSynchronization
.tensorflow.VariableSynchronization synchronization = 4;- Returns:
- This builder for chaining.
-
getAggregationValue
public int getAggregationValue().tensorflow.VariableAggregation aggregation = 5;- Specified by:
getAggregationValuein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The enum numeric value on the wire for aggregation.
-
setAggregationValue
.tensorflow.VariableAggregation aggregation = 5;- Parameters:
value- The enum numeric value on the wire for aggregation to set.- Returns:
- This builder for chaining.
-
getAggregation
.tensorflow.VariableAggregation aggregation = 5;- Specified by:
getAggregationin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The aggregation.
-
setAggregation
.tensorflow.VariableAggregation aggregation = 5;- Parameters:
value- The aggregation to set.- Returns:
- This builder for chaining.
-
clearAggregation
.tensorflow.VariableAggregation aggregation = 5;- Returns:
- This builder for chaining.
-
getName
string name = 6;- Specified by:
getNamein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The name.
-
getNameBytes
string name = 6;- Specified by:
getNameBytesin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 6;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 6;- Returns:
- This builder for chaining.
-
setNameBytes
string name = 6;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDevice
string device = 7;- Specified by:
getDevicein interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The device.
-
getDeviceBytes
string device = 7;- Specified by:
getDeviceBytesin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder- Returns:
- The bytes for device.
-
setDevice
string device = 7;- Parameters:
value- The device to set.- Returns:
- This builder for chaining.
-
clearDevice
string device = 7;- Returns:
- This builder for chaining.
-
setDeviceBytes
string device = 7;- Parameters:
value- The bytes for device to set.- Returns:
- This builder for chaining.
-
getExperimentalDistributedVariableComponentsList
public List<SavedObjectGraphOuterClass.SavedVariable> getExperimentalDistributedVariableComponentsList()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;- Specified by:
getExperimentalDistributedVariableComponentsListin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
getExperimentalDistributedVariableComponentsCount
public int getExperimentalDistributedVariableComponentsCount()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;- Specified by:
getExperimentalDistributedVariableComponentsCountin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
getExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable getExperimentalDistributedVariableComponents(int index) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;- Specified by:
getExperimentalDistributedVariableComponentsin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
setExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder setExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable value) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
setExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder setExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponents(SavedObjectGraphOuterClass.SavedVariable value) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable value) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponents(SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponents(int index, SavedObjectGraphOuterClass.SavedVariable.Builder builderForValue) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addAllExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder addAllExperimentalDistributedVariableComponents(Iterable<? extends SavedObjectGraphOuterClass.SavedVariable> values) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
clearExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder clearExperimentalDistributedVariableComponents()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
removeExperimentalDistributedVariableComponents
public SavedObjectGraphOuterClass.SavedVariable.Builder removeExperimentalDistributedVariableComponents(int index) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
getExperimentalDistributedVariableComponentsBuilder
public SavedObjectGraphOuterClass.SavedVariable.Builder getExperimentalDistributedVariableComponentsBuilder(int index) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
getExperimentalDistributedVariableComponentsOrBuilder
public SavedObjectGraphOuterClass.SavedVariableOrBuilder getExperimentalDistributedVariableComponentsOrBuilder(int index) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;- Specified by:
getExperimentalDistributedVariableComponentsOrBuilderin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
getExperimentalDistributedVariableComponentsOrBuilderList
public List<? extends SavedObjectGraphOuterClass.SavedVariableOrBuilder> getExperimentalDistributedVariableComponentsOrBuilderList()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;- Specified by:
getExperimentalDistributedVariableComponentsOrBuilderListin interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
addExperimentalDistributedVariableComponentsBuilder
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponentsBuilder()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
addExperimentalDistributedVariableComponentsBuilder
public SavedObjectGraphOuterClass.SavedVariable.Builder addExperimentalDistributedVariableComponentsBuilder(int index) List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
getExperimentalDistributedVariableComponentsBuilderList
public List<SavedObjectGraphOuterClass.SavedVariable.Builder> getExperimentalDistributedVariableComponentsBuilderList()List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; -
setUnknownFields
public final SavedObjectGraphOuterClass.SavedVariable.Builder setUnknownFields(UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-
mergeUnknownFields
public final SavedObjectGraphOuterClass.SavedVariable.Builder mergeUnknownFields(UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedVariable.Builder>
-