Class Xplane.XSpace.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Xplane.XSpace.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Xplane.XSpace.Builder>
org.tensorflow.proto.profiler.Xplane.XSpace.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, Xplane.XSpaceOrBuilder
- Enclosing class:
Xplane.XSpace
public static final class Xplane.XSpace.Builder
extends GeneratedMessageV3.Builder<Xplane.XSpace.Builder>
implements Xplane.XSpaceOrBuilder
A container of parallel XPlanes, generated by one or more profiling sources. Next ID: 5Protobuf type
tensorflow.profiler.XSpace-
Method Summary
Modifier and TypeMethodDescriptionaddAllErrors(Iterable<String> values) Errors (if any) in the generation of planes.addAllHostnames(Iterable<String> values) List of hostnames that XPlanes are generated from.addAllPlanes(Iterable<? extends Xplane.XPlane> values) repeated .tensorflow.profiler.XPlane planes = 1;addAllWarnings(Iterable<String> values) Warnings (if any) in the generation of planes;Errors (if any) in the generation of planes.addErrorsBytes(ByteString value) Errors (if any) in the generation of planes.addHostnames(String value) List of hostnames that XPlanes are generated from.addHostnamesBytes(ByteString value) List of hostnames that XPlanes are generated from.addPlanes(int index, Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;addPlanes(int index, Xplane.XPlane.Builder builderForValue) repeated .tensorflow.profiler.XPlane planes = 1;addPlanes(Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;addPlanes(Xplane.XPlane.Builder builderForValue) repeated .tensorflow.profiler.XPlane planes = 1;repeated .tensorflow.profiler.XPlane planes = 1;addPlanesBuilder(int index) repeated .tensorflow.profiler.XPlane planes = 1;addRepeatedField(Descriptors.FieldDescriptor field, Object value) addWarnings(String value) Warnings (if any) in the generation of planes;addWarningsBytes(ByteString value) Warnings (if any) in the generation of planes;build()clear()Errors (if any) in the generation of planes.List of hostnames that XPlanes are generated from.repeated .tensorflow.profiler.XPlane planes = 1;Warnings (if any) in the generation of planes;clone()static final Descriptors.DescriptorgetErrors(int index) Errors (if any) in the generation of planes.getErrorsBytes(int index) Errors (if any) in the generation of planes.intErrors (if any) in the generation of planes.Errors (if any) in the generation of planes.getHostnames(int index) List of hostnames that XPlanes are generated from.getHostnamesBytes(int index) List of hostnames that XPlanes are generated from.intList of hostnames that XPlanes are generated from.List of hostnames that XPlanes are generated from.getPlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;getPlanesBuilder(int index) repeated .tensorflow.profiler.XPlane planes = 1;repeated .tensorflow.profiler.XPlane planes = 1;intrepeated .tensorflow.profiler.XPlane planes = 1;repeated .tensorflow.profiler.XPlane planes = 1;getPlanesOrBuilder(int index) repeated .tensorflow.profiler.XPlane planes = 1;List<? extends Xplane.XPlaneOrBuilder> repeated .tensorflow.profiler.XPlane planes = 1;getWarnings(int index) Warnings (if any) in the generation of planes;getWarningsBytes(int index) Warnings (if any) in the generation of planes;intWarnings (if any) in the generation of planes;Warnings (if any) in the generation of planes;protected GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(Xplane.XSpace other) final Xplane.XSpace.BuildermergeUnknownFields(UnknownFieldSet unknownFields) removePlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;Errors (if any) in the generation of planes.setField(Descriptors.FieldDescriptor field, Object value) setHostnames(int index, String value) List of hostnames that XPlanes are generated from.setPlanes(int index, Xplane.XPlane value) repeated .tensorflow.profiler.XPlane planes = 1;setPlanes(int index, Xplane.XPlane.Builder builderForValue) repeated .tensorflow.profiler.XPlane planes = 1;setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final Xplane.XSpace.BuildersetUnknownFields(UnknownFieldSet unknownFields) setWarnings(int index, String value) Warnings (if any) in the generation of planes;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<Xplane.XSpace.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<Xplane.XSpace.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<Xplane.XSpace.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
setRepeatedField
public Xplane.XSpace.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
addRepeatedField
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Xplane.XSpace.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
mergeFrom
public Xplane.XSpace.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Xplane.XSpace.Builder>- Throws:
IOException
-
getPlanesList
repeated .tensorflow.profiler.XPlane planes = 1;- Specified by:
getPlanesListin interfaceXplane.XSpaceOrBuilder
-
getPlanesCount
public int getPlanesCount()repeated .tensorflow.profiler.XPlane planes = 1;- Specified by:
getPlanesCountin interfaceXplane.XSpaceOrBuilder
-
getPlanes
repeated .tensorflow.profiler.XPlane planes = 1;- Specified by:
getPlanesin interfaceXplane.XSpaceOrBuilder
-
setPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
setPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
addPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
addPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
addPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
addPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
addAllPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
clearPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
removePlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesBuilder
repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesOrBuilder
repeated .tensorflow.profiler.XPlane planes = 1;- Specified by:
getPlanesOrBuilderin interfaceXplane.XSpaceOrBuilder
-
getPlanesOrBuilderList
repeated .tensorflow.profiler.XPlane planes = 1;- Specified by:
getPlanesOrBuilderListin interfaceXplane.XSpaceOrBuilder
-
addPlanesBuilder
repeated .tensorflow.profiler.XPlane planes = 1; -
addPlanesBuilder
repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesBuilderList
repeated .tensorflow.profiler.XPlane planes = 1; -
getErrorsList
Errors (if any) in the generation of planes.
repeated string errors = 2;- Specified by:
getErrorsListin interfaceXplane.XSpaceOrBuilder- Returns:
- A list containing the errors.
-
getErrorsCount
public int getErrorsCount()Errors (if any) in the generation of planes.
repeated string errors = 2;- Specified by:
getErrorsCountin interfaceXplane.XSpaceOrBuilder- Returns:
- The count of errors.
-
getErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Specified by:
getErrorsin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
Errors (if any) in the generation of planes.
repeated string errors = 2;- Specified by:
getErrorsBytesin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the errors at the given index.
-
setErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
index- The index to set the value at.value- The errors to set.- Returns:
- This builder for chaining.
-
addErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
value- The errors to add.- Returns:
- This builder for chaining.
-
addAllErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
values- The errors to add.- Returns:
- This builder for chaining.
-
clearErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Returns:
- This builder for chaining.
-
addErrorsBytes
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
value- The bytes of the errors to add.- Returns:
- This builder for chaining.
-
getWarningsList
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Specified by:
getWarningsListin interfaceXplane.XSpaceOrBuilder- Returns:
- A list containing the warnings.
-
getWarningsCount
public int getWarningsCount()Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Specified by:
getWarningsCountin interfaceXplane.XSpaceOrBuilder- Returns:
- The count of warnings.
-
getWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Specified by:
getWarningsin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The warnings at the given index.
-
getWarningsBytes
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Specified by:
getWarningsBytesin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the warnings at the given index.
-
setWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
index- The index to set the value at.value- The warnings to set.- Returns:
- This builder for chaining.
-
addWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
value- The warnings to add.- Returns:
- This builder for chaining.
-
addAllWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
values- The warnings to add.- Returns:
- This builder for chaining.
-
clearWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Returns:
- This builder for chaining.
-
addWarningsBytes
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
value- The bytes of the warnings to add.- Returns:
- This builder for chaining.
-
getHostnamesList
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Specified by:
getHostnamesListin interfaceXplane.XSpaceOrBuilder- Returns:
- A list containing the hostnames.
-
getHostnamesCount
public int getHostnamesCount()List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Specified by:
getHostnamesCountin interfaceXplane.XSpaceOrBuilder- Returns:
- The count of hostnames.
-
getHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Specified by:
getHostnamesin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The hostnames at the given index.
-
getHostnamesBytes
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Specified by:
getHostnamesBytesin interfaceXplane.XSpaceOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the hostnames at the given index.
-
setHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
index- The index to set the value at.value- The hostnames to set.- Returns:
- This builder for chaining.
-
addHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
value- The hostnames to add.- Returns:
- This builder for chaining.
-
addAllHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
values- The hostnames to add.- Returns:
- This builder for chaining.
-
clearHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Returns:
- This builder for chaining.
-
addHostnamesBytes
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
value- The bytes of the hostnames to add.- Returns:
- This builder for chaining.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<Xplane.XSpace.Builder>
-