Interface BuildEventStreamProtos.BuildMetrics.ArtifactMetrics.FilesMetricOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      int32 count = 2;
      long getSizeInBytes()
      int64 size_in_bytes = 1;
      • 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

      • getSizeInBytes

        long getSizeInBytes()
        int64 size_in_bytes = 1;
        Returns:
        The sizeInBytes.
      • getCount

        int getCount()
        int32 count = 2;
        Returns:
        The count.