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 Type
    Method
    Description
     
     
     
    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.ByteString
    The id of a Build message.
    The component that emitted this event.
    int
    The component that emitted this event.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    The unique invocation ID within this build.
    com.google.protobuf.ByteString
    The unique invocation ID within this build.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
    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.
    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, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods 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:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
    • clear

      public StreamId.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<StreamId.Builder>
    • getDefaultInstanceForType

      public StreamId getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public StreamId build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StreamId buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public StreamId.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamId.Builder>
    • mergeFrom

      public StreamId.Builder mergeFrom(StreamId other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamId.Builder>
      Throws:
      IOException
    • getBuildId

      public String getBuildId()
       The id of a Build message.
       
      string build_id = 1;
      Specified by:
      getBuildId in interface StreamIdOrBuilder
      Returns:
      The buildId.
    • getBuildIdBytes

      public com.google.protobuf.ByteString getBuildIdBytes()
       The id of a Build message.
       
      string build_id = 1;
      Specified by:
      getBuildIdBytes in interface StreamIdOrBuilder
      Returns:
      The bytes for buildId.
    • setBuildId

      public StreamId.Builder setBuildId(String value)
       The id of a Build message.
       
      string build_id = 1;
      Parameters:
      value - The buildId to set.
      Returns:
      This builder for chaining.
    • clearBuildId

      public StreamId.Builder clearBuildId()
       The id of a Build message.
       
      string build_id = 1;
      Returns:
      This builder for chaining.
    • setBuildIdBytes

      public StreamId.Builder setBuildIdBytes(com.google.protobuf.ByteString value)
       The id of a Build message.
       
      string build_id = 1;
      Parameters:
      value - The bytes for buildId to set.
      Returns:
      This builder for chaining.
    • getInvocationId

      public String 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:
      getInvocationId in interface StreamIdOrBuilder
      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:
      getInvocationIdBytes in interface StreamIdOrBuilder
      Returns:
      The bytes for invocationId.
    • setInvocationId

      public StreamId.Builder setInvocationId(String value)
       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

      public StreamId.Builder 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

      public StreamId.Builder setInvocationIdBytes(com.google.protobuf.ByteString value)
       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:
      getComponentValue in interface StreamIdOrBuilder
      Returns:
      The enum numeric value on the wire for component.
    • setComponentValue

      public StreamId.Builder setComponentValue(int value)
       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

      public StreamId.BuildComponent getComponent()
       The component that emitted this event.
       
      .google.devtools.build.v1.StreamId.BuildComponent component = 3;
      Specified by:
      getComponent in interface StreamIdOrBuilder
      Returns:
      The component.
    • setComponent

      public StreamId.Builder setComponent(StreamId.BuildComponent value)
       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

      public StreamId.Builder clearComponent()
       The component that emitted this event.
       
      .google.devtools.build.v1.StreamId.BuildComponent component = 3;
      Returns:
      This builder for chaining.