BuildConfigurationOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
getCcFlags(int index)
CC compiler flags, if known
repeated string cc_flags = 2;
|
abstract
com.google.protobuf.ByteString
|
getCcFlagsBytes(int index)
CC compiler flags, if known
repeated string cc_flags = 2;
|
abstract
int
|
getCcFlagsCount()
CC compiler flags, if known
repeated string cc_flags = 2;
|
abstract
List<String>
|
getCcFlagsList()
CC compiler flags, if known
repeated string cc_flags = 2;
|
abstract
String
|
getMode()
opt, dbg, etc
string mode = 1;
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
getOpts(int index)
Bazel compilation options, if known
repeated string opts = 3;
|
abstract
com.google.protobuf.ByteString
|
getOptsBytes(int index)
Bazel compilation options, if known
repeated string opts = 3;
|
abstract
int
|
getOptsCount()
Bazel compilation options, if known
repeated string opts = 3;
|
abstract
List<String>
|
getOptsList()
Bazel compilation options, if known
repeated string opts = 3;
|
Public Methods
public
abstract
String
getCcFlags
(int index)
CC compiler flags, if known
repeated string cc_flags = 2;
public
abstract
com.google.protobuf.ByteString
getCcFlagsBytes
(int index)
CC compiler flags, if known
repeated string cc_flags = 2;
public
abstract
int
getCcFlagsCount
()
CC compiler flags, if known
repeated string cc_flags = 2;
public
abstract
List<String>
getCcFlagsList
()
CC compiler flags, if known
repeated string cc_flags = 2;
public
abstract
String
getMode
()
opt, dbg, etc
string mode = 1;
public
abstract
com.google.protobuf.ByteString
getModeBytes
()
opt, dbg, etc
string mode = 1;
public
abstract
String
getOpts
(int index)
Bazel compilation options, if known
repeated string opts = 3;
public
abstract
com.google.protobuf.ByteString
getOptsBytes
(int index)
Bazel compilation options, if known
repeated string opts = 3;
public
abstract
int
getOptsCount
()
Bazel compilation options, if known
repeated string opts = 3;
public
abstract
List<String>
getOptsList
()
Bazel compilation options, if known
repeated string opts = 3;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# BuildConfigurationOrBuilder\n\npublic interface **BuildConfigurationOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [BuildConfiguration](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfiguration), [BuildConfiguration.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfiguration.Builder) |---------------------------------------------------------------------------------------------------------------|-----------------------------------------------| | [BuildConfiguration](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfiguration) | Protobuf type `tensorflow.BuildConfiguration` | | [BuildConfiguration.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfiguration.Builder) | Protobuf type `tensorflow.BuildConfiguration` | |||\n\n### Public Methods\n\n|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getCcFlags](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getCcFlags(int))(int index) ``` CC compiler flags, if known ``` `repeated string cc_flags = 2;` |\n| abstract com.google.protobuf.ByteString | [getCcFlagsBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getCcFlagsBytes(int))(int index) ``` CC compiler flags, if known ``` `repeated string cc_flags = 2;` |\n| abstract int | [getCcFlagsCount](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getCcFlagsCount())() ``` CC compiler flags, if known ``` `repeated string cc_flags = 2;` |\n| abstract List\\\u003cString\\\u003e | [getCcFlagsList](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getCcFlagsList())() ``` CC compiler flags, if known ``` `repeated string cc_flags = 2;` |\n| abstract String | [getMode](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getMode())() ``` opt, dbg, etc ``` `string mode = 1;` |\n| abstract com.google.protobuf.ByteString | [getModeBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getModeBytes())() ``` opt, dbg, etc ``` `string mode = 1;` |\n| abstract String | [getOpts](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getOpts(int))(int index) ``` Bazel compilation options, if known ``` `repeated string opts = 3;` |\n| abstract com.google.protobuf.ByteString | [getOptsBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getOptsBytes(int))(int index) ``` Bazel compilation options, if known ``` `repeated string opts = 3;` |\n| abstract int | [getOptsCount](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getOptsCount())() ``` Bazel compilation options, if known ``` `repeated string opts = 3;` |\n| abstract List\\\u003cString\\\u003e | [getOptsList](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BuildConfigurationOrBuilder#getOptsList())() ``` Bazel compilation options, if known ``` `repeated string opts = 3;` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getCcFlags**\n(int index)\n\n\u003cbr /\u003e\n\n```\n CC compiler flags, if known\n \n```\n`repeated string cc_flags = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getCcFlagsBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n CC compiler flags, if known\n \n```\n`repeated string cc_flags = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getCcFlagsCount**\n()\n\n\u003cbr /\u003e\n\n```\n CC compiler flags, if known\n \n```\n`repeated string cc_flags = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getCcFlagsList**\n()\n\n\u003cbr /\u003e\n\n```\n CC compiler flags, if known\n \n```\n`repeated string cc_flags = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getMode**\n()\n\n\u003cbr /\u003e\n\n```\n opt, dbg, etc\n \n```\n`string mode = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getModeBytes**\n()\n\n\u003cbr /\u003e\n\n```\n opt, dbg, etc\n \n```\n`string mode = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getOpts**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Bazel compilation options, if known\n \n```\n`repeated string opts = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getOptsBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Bazel compilation options, if known\n \n```\n`repeated string opts = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getOptsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Bazel compilation options, if known\n \n```\n`repeated string opts = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getOptsList**\n()\n\n\u003cbr /\u003e\n\n```\n Bazel compilation options, if known\n \n```\n`repeated string opts = 3;`\n\n\u003cbr /\u003e"]]