Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId
Packages that use BuildEventStreamProtos.BuildEventId
-
Uses of BuildEventStreamProtos.BuildEventId in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventIdModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.build()BuildEventStreamProtos.BuildEventId.Builder.buildPartial()BuildEventStreamProtos.BuildEvent.Builder.getChildren(int index) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEvent.getChildren(int index) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventOrBuilder.getChildren(int index) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventId.getDefaultInstance()BuildEventStreamProtos.BuildEventId.Builder.getDefaultInstanceForType()BuildEventStreamProtos.BuildEventId.getDefaultInstanceForType()BuildEventStreamProtos.BuildEvent.Builder.getId().build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEvent.getId().build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEventOrBuilder.getId().build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEventId.parseDelimitedFrom(InputStream input) BuildEventStreamProtos.BuildEventId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.parseFrom(byte[] data) BuildEventStreamProtos.BuildEventId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.parseFrom(com.google.protobuf.ByteString data) BuildEventStreamProtos.BuildEventId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.parseFrom(com.google.protobuf.CodedInputStream input) BuildEventStreamProtos.BuildEventId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.parseFrom(InputStream input) BuildEventStreamProtos.BuildEventId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.parseFrom(ByteBuffer data) BuildEventStreamProtos.BuildEventId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.BuildEventIdModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.getChildrenList()repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEvent.getChildrenList()repeated .build_event_stream.BuildEventId children = 2;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.BuildEventIdModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.addChildren(int index, BuildEventStreamProtos.BuildEventId value) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEvent.Builder.addChildren(BuildEventStreamProtos.BuildEventId value) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.BuildEventId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId other) BuildEventStreamProtos.BuildEvent.Builder.mergeId(BuildEventStreamProtos.BuildEventId value) .build_event_stream.BuildEventId id = 1;BuildEventStreamProtos.BuildEventId.newBuilder(BuildEventStreamProtos.BuildEventId prototype) BuildEventStreamProtos.BuildEvent.Builder.setChildren(int index, BuildEventStreamProtos.BuildEventId value) repeated .build_event_stream.BuildEventId children = 2;BuildEventStreamProtos.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.BuildEventIdModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.addAllChildren(Iterable<? extends BuildEventStreamProtos.BuildEventId> values) repeated .build_event_stream.BuildEventId children = 2;