Interface Build.GeneratedFileOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.GeneratedFile,Build.GeneratedFile.Builder
- Enclosing class:
- Build
public static interface Build.GeneratedFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe label of the target that generates the file.com.google.protobuf.ByteStringThe label of the target that generates the file.The path, line number, and column number of the output file (not a label).com.google.protobuf.ByteStringThe path, line number, and column number of the output file (not a label).getName()The name of the generated file (a label).com.google.protobuf.ByteStringThe name of the generated file (a label).booleanThe label of the target that generates the file.booleanThe path, line number, and column number of the output file (not a label).booleanhasName()The name of the generated file (a label).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()The name of the generated file (a label).
required string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()The name of the generated file (a label).
required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the generated file (a label).
required string name = 1;- Returns:
- The bytes for name.
-
hasGeneratingRule
boolean hasGeneratingRule()The label of the target that generates the file.
required string generating_rule = 2;- Returns:
- Whether the generatingRule field is set.
-
getGeneratingRule
String getGeneratingRule()The label of the target that generates the file.
required string generating_rule = 2;- Returns:
- The generatingRule.
-
getGeneratingRuleBytes
com.google.protobuf.ByteString getGeneratingRuleBytes()The label of the target that generates the file.
required string generating_rule = 2;- Returns:
- The bytes for generatingRule.
-
hasLocation
boolean hasLocation()The path, line number, and column number of the output file (not a label).
optional string location = 3;- Returns:
- Whether the location field is set.
-
getLocation
String getLocation()The path, line number, and column number of the output file (not a label).
optional string location = 3;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()The path, line number, and column number of the output file (not a label).
optional string location = 3;- Returns:
- The bytes for location.
-