Class BuildConfiguration
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.proto.BuildConfiguration
- All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, BuildConfigurationOrBuilder
public final class BuildConfiguration
extends GeneratedMessageV3
implements BuildConfigurationOrBuilder
Protobuf type
tensorflow.BuildConfiguration- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.BuildConfigurationNested classes/interfaces inherited from class GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>, GeneratedMessageV3.ExtendableMessage<MessageType>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterNested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCcFlags(int index) CC compiler flags, if knowngetCcFlagsBytes(int index) CC compiler flags, if knownintCC compiler flags, if knownCC compiler flags, if knownstatic BuildConfigurationstatic final Descriptors.DescriptorgetMode()opt, dbg, etcopt, dbg, etcgetOpts(int index) Bazel compilation options, if knowngetOptsBytes(int index) Bazel compilation options, if knownintBazel compilation options, if knownBazel compilation options, if knownintfinal UnknownFieldSetinthashCode()protected GeneratedMessageV3.FieldAccessorTablefinal booleanstatic BuildConfiguration.Builderstatic BuildConfiguration.BuildernewBuilder(BuildConfiguration prototype) protected BuildConfiguration.Builderprotected Objectstatic BuildConfigurationparseDelimitedFrom(InputStream input) static BuildConfigurationparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BuildConfigurationparseFrom(byte[] data) static BuildConfigurationparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static BuildConfigurationparseFrom(ByteString data) static BuildConfigurationparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static BuildConfigurationparseFrom(CodedInputStream input) static BuildConfigurationparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static BuildConfigurationparseFrom(InputStream input) static BuildConfigurationparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BuildConfigurationparseFrom(ByteBuffer data) static BuildConfigurationparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<BuildConfiguration> parser()voidwriteTo(CodedOutputStream output) Methods inherited from class GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
MODE_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER- See Also:
-
CC_FLAGS_FIELD_NUMBER
public static final int CC_FLAGS_FIELD_NUMBER- See Also:
-
OPTS_FIELD_NUMBER
public static final int OPTS_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getMode
opt, dbg, etc
string mode = 1;- Specified by:
getModein interfaceBuildConfigurationOrBuilder- Returns:
- The mode.
-
getModeBytes
opt, dbg, etc
string mode = 1;- Specified by:
getModeBytesin interfaceBuildConfigurationOrBuilder- Returns:
- The bytes for mode.
-
getCcFlagsList
CC compiler flags, if known
repeated string cc_flags = 2;- Specified by:
getCcFlagsListin interfaceBuildConfigurationOrBuilder- Returns:
- A list containing the ccFlags.
-
getCcFlagsCount
public int getCcFlagsCount()CC compiler flags, if known
repeated string cc_flags = 2;- Specified by:
getCcFlagsCountin interfaceBuildConfigurationOrBuilder- Returns:
- The count of ccFlags.
-
getCcFlags
CC compiler flags, if known
repeated string cc_flags = 2;- Specified by:
getCcFlagsin interfaceBuildConfigurationOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ccFlags at the given index.
-
getCcFlagsBytes
CC compiler flags, if known
repeated string cc_flags = 2;- Specified by:
getCcFlagsBytesin interfaceBuildConfigurationOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ccFlags at the given index.
-
getOptsList
Bazel compilation options, if known
repeated string opts = 3;- Specified by:
getOptsListin interfaceBuildConfigurationOrBuilder- Returns:
- A list containing the opts.
-
getOptsCount
public int getOptsCount()Bazel compilation options, if known
repeated string opts = 3;- Specified by:
getOptsCountin interfaceBuildConfigurationOrBuilder- Returns:
- The count of opts.
-
getOpts
Bazel compilation options, if known
repeated string opts = 3;- Specified by:
getOptsin interfaceBuildConfigurationOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The opts at the given index.
-
getOptsBytes
Bazel compilation options, if known
repeated string opts = 3;- Specified by:
getOptsBytesin interfaceBuildConfigurationOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the opts at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildConfiguration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildConfiguration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static BuildConfiguration parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BuildConfiguration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static BuildConfiguration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BuildConfiguration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-