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 Summary
Modifier and TypeMethodDescription.google.protobuf.Timestamp CreatedAt = 6;
.google.protobuf.Timestamp CreatedAt = 6;
string Description = 9;
com.google.protobuf.ByteString
string Description = 9;
getID()
string ID = 1;
com.google.protobuf.ByteString
string ID = 1;
boolean
getInUse()
bool InUse = 3;
.google.protobuf.Timestamp LastUsedAt = 7;
.google.protobuf.Timestamp LastUsedAt = 7;
boolean
bool Mutable = 2;
Deprecated.moby.buildkit.v1.UsageRecord.Parent is deprecated.com.google.protobuf.ByteString
Deprecated.moby.buildkit.v1.UsageRecord.Parent is deprecated.getParents
(int index) repeated string Parents = 12;
com.google.protobuf.ByteString
getParentsBytes
(int index) repeated string Parents = 12;
int
repeated string Parents = 12;
repeated string Parents = 12;
string RecordType = 10;
com.google.protobuf.ByteString
string RecordType = 10;
boolean
bool Shared = 11;
long
getSize()
int64 Size = 4;
long
int64 UsageCount = 8;
boolean
.google.protobuf.Timestamp CreatedAt = 6;
boolean
.google.protobuf.Timestamp LastUsedAt = 7;
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
-
getID
-
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.moby.buildkit.v1.UsageRecord.Parent is deprecated. See github.com/moby/buildkit/api/services/control/control.proto;l=49string Parent = 5 [deprecated = true];
- Returns:
- The parent.
-
getParentBytes
Deprecated.moby.buildkit.v1.UsageRecord.Parent is deprecated. See github.com/moby/buildkit/api/services/control/control.proto;l=49string 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
-
getCreatedAtOrBuilder
TimestampOrBuilder getCreatedAtOrBuilder().google.protobuf.Timestamp CreatedAt = 6;
-
hasLastUsedAt
boolean hasLastUsedAt().google.protobuf.Timestamp LastUsedAt = 7;
- Returns:
- Whether the lastUsedAt field is set.
-
getLastUsedAt
-
getLastUsedAtOrBuilder
TimestampOrBuilder getLastUsedAtOrBuilder().google.protobuf.Timestamp LastUsedAt = 7;
-
getUsageCount
long getUsageCount()int64 UsageCount = 8;
- Returns:
- The usageCount.
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string Description = 9;
- Returns:
- The bytes for description.
-
getRecordType
-
getRecordTypeBytes
com.google.protobuf.ByteString getRecordTypeBytes()string RecordType = 10;
- Returns:
- The bytes for recordType.
-
getParentsList
-
getParentsCount
int getParentsCount()repeated string Parents = 12;
- Returns:
- The count of parents.
-
getParents
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.
-