Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.clear()BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.clearConfiguration().build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.clearLabel()string label = 1;BuildEventStreamProtos.BuildEventId.Builder.getConfiguredLabelBuilder().build_event_stream.BuildEventId.ConfiguredLabelId configured_label = 21;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.ConfiguredLabelId other) BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.newBuilder()BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.newBuilder(BuildEventStreamProtos.BuildEventId.ConfiguredLabelId prototype) BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.newBuilderForType()BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) .build_event_stream.BuildEventId.ConfigurationId configuration = 2;string label = 1;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder.setLabelBytes(com.google.protobuf.ByteString value) string label = 1;BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setConfiguredLabel(BuildEventStreamProtos.BuildEventId.ConfiguredLabelId.Builder builderForValue) .build_event_stream.BuildEventId.ConfiguredLabelId configured_label = 21;