Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId
-
Packages that use BuildEventStreamProtos.BuildEventId Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.BuildEventId in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId Modifier and Type Method Description BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId.Builder. build()BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId.Builder. buildPartial()BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEvent.Builder. getChildren(int index)repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEvent. getChildren(int index)repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventOrBuilder. getChildren(int index)repeated .build_event_stream.BuildEventId children = 2;static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. getDefaultInstance()BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId.Builder. getDefaultInstanceForType()BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. getDefaultInstanceForType()BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEvent.Builder. getId().build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEvent. getId().build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventOrBuilder. getId().build_event_stream.BuildEventId id = 1;static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(byte[] data)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(com.google.protobuf.ByteString data)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(com.google.protobuf.CodedInputStream input)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(java.io.InputStream input)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.BuildEventIdBuildEventStreamProtos.BuildEventId. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.BuildEventId Modifier and Type Method Description java.util.List<BuildEventStreamProtos.BuildEventId>BuildEventStreamProtos.BuildEvent.Builder. getChildrenList()repeated .build_event_stream.BuildEventId children = 2;java.util.List<BuildEventStreamProtos.BuildEventId>BuildEventStreamProtos.BuildEvent. getChildrenList()repeated .build_event_stream.BuildEventId children = 2;java.util.List<BuildEventStreamProtos.BuildEventId>BuildEventStreamProtos.BuildEventOrBuilder. getChildrenList()repeated .build_event_stream.BuildEventId children = 2;com.google.protobuf.Parser<BuildEventStreamProtos.BuildEventId>BuildEventStreamProtos.BuildEventId. getParserForType()static com.google.protobuf.Parser<BuildEventStreamProtos.BuildEventId>BuildEventStreamProtos.BuildEventId. parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId Modifier and Type Method Description BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. addChildren(int index, BuildEventStreamProtos.BuildEventId value)repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. addChildren(BuildEventStreamProtos.BuildEventId value)repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventId.BuilderBuildEventStreamProtos.BuildEventId.Builder. mergeFrom(BuildEventStreamProtos.BuildEventId other)BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. mergeId(BuildEventStreamProtos.BuildEventId value).build_event_stream.BuildEventId id = 1;static BuildEventStreamProtos.BuildEventId.BuilderBuildEventStreamProtos.BuildEventId. newBuilder(BuildEventStreamProtos.BuildEventId prototype)BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. setChildren(int index, BuildEventStreamProtos.BuildEventId value)repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. setId(BuildEventStreamProtos.BuildEventId value).build_event_stream.BuildEventId id = 1;Method parameters in com.google.devtools.build.lib.buildeventstream with type arguments of type BuildEventStreamProtos.BuildEventId Modifier and Type Method Description BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. addAllChildren(java.lang.Iterable<? extends BuildEventStreamProtos.BuildEventId> values)repeated .build_event_stream.BuildEventId children = 2;
-