Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetadata.Builder
Packages that use BuildEventStreamProtos.BuildMetadata.Builder
-
Uses of BuildEventStreamProtos.BuildMetadata.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildMetadata.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetadata.Builder.clear()BuildEventStreamProtos.BuildMetadata.Builder.clearMetadata()BuildEventStreamProtos.BuildEvent.Builder.getBuildMetadataBuilder().build_event_stream.BuildMetadata build_metadata = 26;BuildEventStreamProtos.BuildMetadata.Builder.mergeFrom(BuildEventStreamProtos.BuildMetadata other) BuildEventStreamProtos.BuildMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildMetadata.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildMetadata.newBuilder()BuildEventStreamProtos.BuildMetadata.newBuilder(BuildEventStreamProtos.BuildMetadata prototype) BuildEventStreamProtos.BuildMetadata.newBuilderForType()BuildEventStreamProtos.BuildMetadata.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildMetadata.Builder.putAllMetadata(Map<String, String> values) Custom metadata for the build.BuildEventStreamProtos.BuildMetadata.Builder.putMetadata(String key, String value) Custom metadata for the build.BuildEventStreamProtos.BuildMetadata.Builder.removeMetadata(String key) Custom metadata for the build.BuildEventStreamProtos.BuildMetadata.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildMetadata.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setBuildMetadata(BuildEventStreamProtos.BuildMetadata.Builder builderForValue) .build_event_stream.BuildMetadata build_metadata = 26;