Interface ControlOuterClass.UsageRecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlOuterClass.UsageRecord, ControlOuterClass.UsageRecord.Builder
Enclosing class:
ControlOuterClass

public static interface ControlOuterClass.UsageRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getID

      String getID()
      string ID = 1;
      Returns:
      The iD.
    • getIDBytes

      com.google.protobuf.ByteString getIDBytes()
      string ID = 1;
      Returns:
      The bytes for iD.
    • getMutable

      boolean getMutable()
      bool Mutable = 2;
      Returns:
      The mutable.
    • getInUse

      boolean getInUse()
      bool InUse = 3;
      Returns:
      The inUse.
    • getSize

      long getSize()
      int64 Size = 4;
      Returns:
      The size.
    • getParent

      @Deprecated String getParent()
      Deprecated.
      moby.buildkit.v1.UsageRecord.Parent is deprecated. See github.com/moby/buildkit/api/services/control/control.proto;l=49
      string Parent = 5 [deprecated = true];
      Returns:
      The parent.
    • getParentBytes

      @Deprecated com.google.protobuf.ByteString getParentBytes()
      Deprecated.
      moby.buildkit.v1.UsageRecord.Parent is deprecated. See github.com/moby/buildkit/api/services/control/control.proto;l=49
      string Parent = 5 [deprecated = true];
      Returns:
      The bytes for parent.
    • hasCreatedAt

      boolean hasCreatedAt()
      .google.protobuf.Timestamp CreatedAt = 6;
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      Timestamp getCreatedAt()
      .google.protobuf.Timestamp CreatedAt = 6;
      Returns:
      The createdAt.
    • getCreatedAtOrBuilder

      TimestampOrBuilder getCreatedAtOrBuilder()
      .google.protobuf.Timestamp CreatedAt = 6;
    • hasLastUsedAt

      boolean hasLastUsedAt()
      .google.protobuf.Timestamp LastUsedAt = 7;
      Returns:
      Whether the lastUsedAt field is set.
    • getLastUsedAt

      Timestamp getLastUsedAt()
      .google.protobuf.Timestamp LastUsedAt = 7;
      Returns:
      The lastUsedAt.
    • getLastUsedAtOrBuilder

      TimestampOrBuilder getLastUsedAtOrBuilder()
      .google.protobuf.Timestamp LastUsedAt = 7;
    • getUsageCount

      long getUsageCount()
      int64 UsageCount = 8;
      Returns:
      The usageCount.
    • getDescription

      String getDescription()
      string Description = 9;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string Description = 9;
      Returns:
      The bytes for description.
    • getRecordType

      String getRecordType()
      string RecordType = 10;
      Returns:
      The recordType.
    • getRecordTypeBytes

      com.google.protobuf.ByteString getRecordTypeBytes()
      string RecordType = 10;
      Returns:
      The bytes for recordType.
    • getShared

      boolean getShared()
      bool Shared = 11;
      Returns:
      The shared.
    • getParentsList

      List<String> getParentsList()
      repeated string Parents = 12;
      Returns:
      A list containing the parents.
    • getParentsCount

      int getParentsCount()
      repeated string Parents = 12;
      Returns:
      The count of parents.
    • getParents

      String getParents(int index)
      repeated string Parents = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parents at the given index.
    • getParentsBytes

      com.google.protobuf.ByteString getParentsBytes(int index)
      repeated string Parents = 12;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parents at the given index.