Interface BuildEventStreamProtos.BuildEventId.ProgressIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.ProgressId, BuildEventStreamProtos.BuildEventId.ProgressId.Builder
Enclosing class:
BuildEventStreamProtos.BuildEventId

public static interface BuildEventStreamProtos.BuildEventId.ProgressIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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 Details

    • 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.