Package org.platanios.tensorflow.proto
Class RunMetadata.FunctionGraphs.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
- org.platanios.tensorflow.proto.RunMetadata.FunctionGraphs.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,RunMetadata.FunctionGraphsOrBuilder
- Enclosing class:
- RunMetadata.FunctionGraphs
public static final class RunMetadata.FunctionGraphs.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder> implements RunMetadata.FunctionGraphsOrBuilder
Protobuf typeorg.platanios.tensorflow.proto.RunMetadata.FunctionGraphs
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RunMetadata.FunctionGraphs.Builder
addAllPartitionGraphs(java.lang.Iterable<? extends GraphDef> values)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
addPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
addPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
addPartitionGraphs(GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
addPartitionGraphs(GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.Builder
addPartitionGraphsBuilder()
TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.Builder
addPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
RunMetadata.FunctionGraphs
build()
RunMetadata.FunctionGraphs
buildPartial()
RunMetadata.FunctionGraphs.Builder
clear()
RunMetadata.FunctionGraphs.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RunMetadata.FunctionGraphs.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RunMetadata.FunctionGraphs.Builder
clearPartitionGraphs()
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
clearPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
RunMetadata.FunctionGraphs.Builder
clearPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
RunMetadata.FunctionGraphs.Builder
clone()
RunMetadata.FunctionGraphs
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
GraphDef
getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.Builder
getPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<GraphDef.Builder>
getPartitionGraphsBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?int
getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<GraphDef>
getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDefOrBuilder
getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<? extends GraphDefOrBuilder>
getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef
getPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
GraphDef.Builder
getPostOptimizationGraphBuilder()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
GraphDefOrBuilder
getPostOptimizationGraphOrBuilder()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
GraphDef
getPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
GraphDef.Builder
getPreOptimizationGraphBuilder()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
GraphDefOrBuilder
getPreOptimizationGraphOrBuilder()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
boolean
hasPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
boolean
hasPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
RunMetadata.FunctionGraphs.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunMetadata.FunctionGraphs.Builder
mergeFrom(com.google.protobuf.Message other)
RunMetadata.FunctionGraphs.Builder
mergeFrom(RunMetadata.FunctionGraphs other)
RunMetadata.FunctionGraphs.Builder
mergePostOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
RunMetadata.FunctionGraphs.Builder
mergePreOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
RunMetadata.FunctionGraphs.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RunMetadata.FunctionGraphs.Builder
removePartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
RunMetadata.FunctionGraphs.Builder
setPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
setPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder
setPostOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
RunMetadata.FunctionGraphs.Builder
setPostOptimizationGraph(GraphDef.Builder builderForValue)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
RunMetadata.FunctionGraphs.Builder
setPreOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
RunMetadata.FunctionGraphs.Builder
setPreOptimizationGraph(GraphDef.Builder builderForValue)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
RunMetadata.FunctionGraphs.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
RunMetadata.FunctionGraphs.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, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
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<RunMetadata.FunctionGraphs.Builder>
-
clear
public RunMetadata.FunctionGraphs.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<RunMetadata.FunctionGraphs.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<RunMetadata.FunctionGraphs.Builder>
-
getDefaultInstanceForType
public RunMetadata.FunctionGraphs getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public RunMetadata.FunctionGraphs build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RunMetadata.FunctionGraphs buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RunMetadata.FunctionGraphs.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<RunMetadata.FunctionGraphs.Builder>
-
setField
public RunMetadata.FunctionGraphs.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
clearField
public RunMetadata.FunctionGraphs.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<RunMetadata.FunctionGraphs.Builder>
-
clearOneof
public RunMetadata.FunctionGraphs.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<RunMetadata.FunctionGraphs.Builder>
-
setRepeatedField
public RunMetadata.FunctionGraphs.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
addRepeatedField
public RunMetadata.FunctionGraphs.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(RunMetadata.FunctionGraphs other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.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<RunMetadata.FunctionGraphs.Builder>
- Throws:
java.io.IOException
-
getPartitionGraphsList
public java.util.List<GraphDef> getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
- Specified by:
getPartitionGraphsList
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphsCount
public int getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
- Specified by:
getPartitionGraphsCount
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphs
public GraphDef getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
- Specified by:
getPartitionGraphs
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
setPartitionGraphs
public RunMetadata.FunctionGraphs.Builder setPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
setPartitionGraphs
public RunMetadata.FunctionGraphs.Builder setPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addAllPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addAllPartitionGraphs(java.lang.Iterable<? extends GraphDef> values)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
clearPartitionGraphs
public RunMetadata.FunctionGraphs.Builder clearPartitionGraphs()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
removePartitionGraphs
public RunMetadata.FunctionGraphs.Builder removePartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
getPartitionGraphsBuilder
public GraphDef.Builder getPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
getPartitionGraphsOrBuilder
public GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
- Specified by:
getPartitionGraphsOrBuilder
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphsOrBuilderList
public java.util.List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
- Specified by:
getPartitionGraphsOrBuilderList
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
getPartitionGraphsBuilderList
public java.util.List<GraphDef.Builder> getPartitionGraphsBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
-
hasPreOptimizationGraph
public boolean hasPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
- Specified by:
hasPreOptimizationGraph
in interfaceRunMetadata.FunctionGraphsOrBuilder
- Returns:
- Whether the preOptimizationGraph field is set.
-
getPreOptimizationGraph
public GraphDef getPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
- Specified by:
getPreOptimizationGraph
in interfaceRunMetadata.FunctionGraphsOrBuilder
- Returns:
- The preOptimizationGraph.
-
setPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
-
setPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph(GraphDef.Builder builderForValue)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
-
mergePreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder mergePreOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
-
clearPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder clearPreOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
-
getPreOptimizationGraphBuilder
public GraphDef.Builder getPreOptimizationGraphBuilder()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
-
getPreOptimizationGraphOrBuilder
public GraphDefOrBuilder getPreOptimizationGraphOrBuilder()
.org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
- Specified by:
getPreOptimizationGraphOrBuilder
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
hasPostOptimizationGraph
public boolean hasPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
- Specified by:
hasPostOptimizationGraph
in interfaceRunMetadata.FunctionGraphsOrBuilder
- Returns:
- Whether the postOptimizationGraph field is set.
-
getPostOptimizationGraph
public GraphDef getPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
- Specified by:
getPostOptimizationGraph
in interfaceRunMetadata.FunctionGraphsOrBuilder
- Returns:
- The postOptimizationGraph.
-
setPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
-
setPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph(GraphDef.Builder builderForValue)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
-
mergePostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder mergePostOptimizationGraph(GraphDef value)
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
-
clearPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder clearPostOptimizationGraph()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
-
getPostOptimizationGraphBuilder
public GraphDef.Builder getPostOptimizationGraphBuilder()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
-
getPostOptimizationGraphOrBuilder
public GraphDefOrBuilder getPostOptimizationGraphOrBuilder()
.org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
- Specified by:
getPostOptimizationGraphOrBuilder
in interfaceRunMetadata.FunctionGraphsOrBuilder
-
setUnknownFields
public final RunMetadata.FunctionGraphs.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeUnknownFields
public final RunMetadata.FunctionGraphs.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
-