Package com.google.devtools.build.v1
Class StreamId.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
com.google.devtools.build.v1.StreamId.Builder
- All Implemented Interfaces:
StreamIdOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- StreamId
public static final class StreamId.Builder
extends com.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
implements StreamIdOrBuilder
Unique identifier for a build event stream.Protobuf type
google.devtools.build.v1.StreamId-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()The id of a Build message.The component that emitted this event.The unique invocation ID within this build.The id of a Build message.com.google.protobuf.ByteStringThe id of a Build message.The component that emitted this event.intThe component that emitted this event.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorThe unique invocation ID within this build.com.google.protobuf.ByteStringThe unique invocation ID within this build.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) setBuildId(String value) The id of a Build message.setBuildIdBytes(com.google.protobuf.ByteString value) The id of a Build message.The component that emitted this event.setComponentValue(int value) The component that emitted this event.setInvocationId(String value) The unique invocation ID within this build.setInvocationIdBytes(com.google.protobuf.ByteString value) The unique invocation ID within this build.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StreamId.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
-
mergeFrom
public StreamId.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StreamId.Builder>- Throws:
IOException
-
getBuildId
The id of a Build message.
string build_id = 1;- Specified by:
getBuildIdin interfaceStreamIdOrBuilder- Returns:
- The buildId.
-
getBuildIdBytes
public com.google.protobuf.ByteString getBuildIdBytes()The id of a Build message.
string build_id = 1;- Specified by:
getBuildIdBytesin interfaceStreamIdOrBuilder- Returns:
- The bytes for buildId.
-
setBuildId
The id of a Build message.
string build_id = 1;- Parameters:
value- The buildId to set.- Returns:
- This builder for chaining.
-
clearBuildId
The id of a Build message.
string build_id = 1;- Returns:
- This builder for chaining.
-
setBuildIdBytes
The id of a Build message.
string build_id = 1;- Parameters:
value- The bytes for buildId to set.- Returns:
- This builder for chaining.
-
getInvocationId
The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration.string invocation_id = 6;- Specified by:
getInvocationIdin interfaceStreamIdOrBuilder- Returns:
- The invocationId.
-
getInvocationIdBytes
public com.google.protobuf.ByteString getInvocationIdBytes()The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration.string invocation_id = 6;- Specified by:
getInvocationIdBytesin interfaceStreamIdOrBuilder- Returns:
- The bytes for invocationId.
-
setInvocationId
The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration.string invocation_id = 6;- Parameters:
value- The invocationId to set.- Returns:
- This builder for chaining.
-
clearInvocationId
The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration.string invocation_id = 6;- Returns:
- This builder for chaining.
-
setInvocationIdBytes
The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration.string invocation_id = 6;- Parameters:
value- The bytes for invocationId to set.- Returns:
- This builder for chaining.
-
getComponentValue
public int getComponentValue()The component that emitted this event.
.google.devtools.build.v1.StreamId.BuildComponent component = 3;- Specified by:
getComponentValuein interfaceStreamIdOrBuilder- Returns:
- The enum numeric value on the wire for component.
-
setComponentValue
The component that emitted this event.
.google.devtools.build.v1.StreamId.BuildComponent component = 3;- Parameters:
value- The enum numeric value on the wire for component to set.- Returns:
- This builder for chaining.
-
getComponent
The component that emitted this event.
.google.devtools.build.v1.StreamId.BuildComponent component = 3;- Specified by:
getComponentin interfaceStreamIdOrBuilder- Returns:
- The component.
-
setComponent
The component that emitted this event.
.google.devtools.build.v1.StreamId.BuildComponent component = 3;- Parameters:
value- The component to set.- Returns:
- This builder for chaining.
-
clearComponent
The component that emitted this event.
.google.devtools.build.v1.StreamId.BuildComponent component = 3;- Returns:
- This builder for chaining.
-