Uses of Enum Class
com.google.devtools.build.v1.StreamId.BuildComponent
Packages that use StreamId.BuildComponent
-
Uses of StreamId.BuildComponent in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return StreamId.BuildComponentModifier and TypeMethodDescriptionstatic StreamId.BuildComponentStreamId.BuildComponent.forNumber(int value) StreamId.Builder.getComponent()The component that emitted this event.StreamId.getComponent()The component that emitted this event.StreamIdOrBuilder.getComponent()The component that emitted this event.static StreamId.BuildComponentStreamId.BuildComponent.valueOf(int value) Deprecated.static StreamId.BuildComponentStreamId.BuildComponent.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static StreamId.BuildComponentReturns the enum constant of this class with the specified name.static StreamId.BuildComponent[]StreamId.BuildComponent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.v1 that return types with arguments of type StreamId.BuildComponentModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StreamId.BuildComponent>StreamId.BuildComponent.internalGetValueMap()Methods in com.google.devtools.build.v1 with parameters of type StreamId.BuildComponentModifier and TypeMethodDescriptionStreamId.Builder.setComponent(StreamId.BuildComponent value) The component that emitted this event.