Interface StreamIdOrBuilder

    • Method Detail

      • getBuildId

        java.lang.String getBuildId()
         The id of a Build message.
         
        string build_id = 1;
        Returns:
        The buildId.
      • getBuildIdBytes

        ByteString getBuildIdBytes()
         The id of a Build message.
         
        string build_id = 1;
        Returns:
        The bytes for buildId.
      • getInvocationId

        java.lang.String getInvocationId()
         The unique invocation ID within this build.
         It should be the same as {invocation} (below) during the migration.
         
        string invocation_id = 6;
        Returns:
        The invocationId.
      • getInvocationIdBytes

        ByteString getInvocationIdBytes()
         The unique invocation ID within this build.
         It should be the same as {invocation} (below) during the migration.
         
        string invocation_id = 6;
        Returns:
        The bytes for invocationId.
      • getComponentValue

        int getComponentValue()
         The component that emitted this event.
         
        .google.devtools.build.v1.StreamId.BuildComponent component = 3;
        Returns:
        The enum numeric value on the wire for component.
      • getComponent

        StreamId.BuildComponent getComponent()
         The component that emitted this event.
         
        .google.devtools.build.v1.StreamId.BuildComponent component = 3;
        Returns:
        The component.