Uses of Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.License.Builder
Packages that use Build.License.Builder
-
Uses of Build.License.Builder in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.License.BuilderModifier and TypeMethodDescriptionBuild.License.Builder.addAllException(Iterable<String> values) repeated string exception = 2;Build.License.Builder.addAllLicenseType(Iterable<String> values) repeated string license_type = 1;Build.License.Builder.addException(String value) repeated string exception = 2;Build.License.Builder.addExceptionBytes(com.google.protobuf.ByteString value) repeated string exception = 2;Build.License.Builder.addLicenseType(String value) repeated string license_type = 1;Build.License.Builder.addLicenseTypeBytes(com.google.protobuf.ByteString value) repeated string license_type = 1;Build.License.Builder.clear()Build.License.Builder.clearException()repeated string exception = 2;Build.License.Builder.clearLicenseType()repeated string license_type = 1;Build.Attribute.Builder.getLicenseBuilder()If this is a license attribute, the license information is stored here.Build.Attribute.SelectorEntry.Builder.getLicenseBuilder()optional .blaze_query.License license = 7;Build.SourceFile.Builder.getLicenseBuilder()License attribute for the file.Build.License.Builder.mergeFrom(Build.License other) Build.License.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Build.License.Builder.mergeFrom(com.google.protobuf.Message other) static Build.License.BuilderBuild.License.newBuilder()static Build.License.BuilderBuild.License.newBuilder(Build.License prototype) Build.License.newBuilderForType()protected Build.License.BuilderBuild.License.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Build.License.Builder.setException(int index, String value) repeated string exception = 2;Build.License.Builder.setLicenseType(int index, String value) repeated string license_type = 1;Build.License.toBuilder()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.License.BuilderModifier and TypeMethodDescriptionBuild.Attribute.Builder.setLicense(Build.License.Builder builderForValue) If this is a license attribute, the license information is stored here.Build.Attribute.SelectorEntry.Builder.setLicense(Build.License.Builder builderForValue) optional .blaze_query.License license = 7;Build.SourceFile.Builder.setLicense(Build.License.Builder builderForValue) License attribute for the file.