Interface BuildEventStreamProtos.BuildEventId.ProgressIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getOpaqueCount()
      Unique identifier.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOpaqueCount

        int getOpaqueCount()
         Unique identifier. No assumption should be made about how the ids are
         assigned; the only meaningful operation on this field is test for
         equality.
         
        int32 opaque_count = 1;
        Returns:
        The opaqueCount.