Uses of Class
com.google.protobuf.generated.Timestamp
Packages that use Timestamp
-
Uses of Timestamp in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return TimestampModifier and TypeMethodDescriptionTimestamp.Builder.build()
Timestamp.Builder.buildPartial()
static Timestamp
Timestamp.getDefaultInstance()
Timestamp.Builder.getDefaultInstanceForType()
Timestamp.getDefaultInstanceForType()
static Timestamp
Timestamp.parseDelimitedFrom
(InputStream input) static Timestamp
Timestamp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(byte[] data) static Timestamp
Timestamp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(com.google.protobuf.ByteString data) static Timestamp
Timestamp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(com.google.protobuf.CodedInputStream input) static Timestamp
Timestamp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(InputStream input) static Timestamp
Timestamp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp
Timestamp.parseFrom
(ByteBuffer data) static Timestamp
Timestamp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type TimestampModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Timestamp> Timestamp.getParserForType()
static com.google.protobuf.Parser
<Timestamp> Timestamp.parser()
Methods in com.google.protobuf.generated with parameters of type TimestampModifier and TypeMethodDescriptionstatic Timestamp.Builder
Timestamp.newBuilder
(Timestamp prototype) -
Uses of Timestamp in moby.buildkit.v1
Methods in moby.buildkit.v1 that return TimestampModifier and TypeMethodDescriptionControlOuterClass.Vertex.Builder.getCompleted()
.google.protobuf.Timestamp completed = 6;
ControlOuterClass.Vertex.getCompleted()
.google.protobuf.Timestamp completed = 6;
ControlOuterClass.VertexOrBuilder.getCompleted()
.google.protobuf.Timestamp completed = 6;
ControlOuterClass.VertexStatus.Builder.getCompleted()
.google.protobuf.Timestamp completed = 8;
ControlOuterClass.VertexStatus.getCompleted()
.google.protobuf.Timestamp completed = 8;
ControlOuterClass.VertexStatusOrBuilder.getCompleted()
.google.protobuf.Timestamp completed = 8;
ControlOuterClass.BuildHistoryRecord.Builder.getCompletedAt()
.google.protobuf.Timestamp CompletedAt = 7;
ControlOuterClass.BuildHistoryRecord.getCompletedAt()
.google.protobuf.Timestamp CompletedAt = 7;
ControlOuterClass.BuildHistoryRecordOrBuilder.getCompletedAt()
.google.protobuf.Timestamp CompletedAt = 7;
ControlOuterClass.BuildHistoryRecord.Builder.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.BuildHistoryRecord.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.BuildHistoryRecordOrBuilder.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecordOrBuilder.getCreatedAt()
.google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.getLastUsedAt()
.google.protobuf.Timestamp LastUsedAt = 7;
ControlOuterClass.UsageRecord.getLastUsedAt()
.google.protobuf.Timestamp LastUsedAt = 7;
ControlOuterClass.UsageRecordOrBuilder.getLastUsedAt()
.google.protobuf.Timestamp LastUsedAt = 7;
ControlOuterClass.Vertex.Builder.getStarted()
.google.protobuf.Timestamp started = 5;
ControlOuterClass.Vertex.getStarted()
.google.protobuf.Timestamp started = 5;
ControlOuterClass.VertexOrBuilder.getStarted()
.google.protobuf.Timestamp started = 5;
ControlOuterClass.VertexStatus.Builder.getStarted()
.google.protobuf.Timestamp started = 7;
ControlOuterClass.VertexStatus.getStarted()
.google.protobuf.Timestamp started = 7;
ControlOuterClass.VertexStatusOrBuilder.getStarted()
.google.protobuf.Timestamp started = 7;
ControlOuterClass.VertexLog.Builder.getTimestamp()
.google.protobuf.Timestamp timestamp = 2;
ControlOuterClass.VertexLog.getTimestamp()
.google.protobuf.Timestamp timestamp = 2;
ControlOuterClass.VertexLogOrBuilder.getTimestamp()
.google.protobuf.Timestamp timestamp = 2;
ControlOuterClass.VertexStatus.Builder.getTimestamp()
.google.protobuf.Timestamp timestamp = 6;
ControlOuterClass.VertexStatus.getTimestamp()
.google.protobuf.Timestamp timestamp = 6;
ControlOuterClass.VertexStatusOrBuilder.getTimestamp()
.google.protobuf.Timestamp timestamp = 6;
Methods in moby.buildkit.v1 with parameters of type TimestampModifier and TypeMethodDescriptionControlOuterClass.Vertex.Builder.mergeCompleted
(Timestamp value) .google.protobuf.Timestamp completed = 6;
ControlOuterClass.VertexStatus.Builder.mergeCompleted
(Timestamp value) .google.protobuf.Timestamp completed = 8;
ControlOuterClass.BuildHistoryRecord.Builder.mergeCompletedAt
(Timestamp value) .google.protobuf.Timestamp CompletedAt = 7;
ControlOuterClass.BuildHistoryRecord.Builder.mergeCreatedAt
(Timestamp value) .google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.mergeCreatedAt
(Timestamp value) .google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.mergeLastUsedAt
(Timestamp value) .google.protobuf.Timestamp LastUsedAt = 7;
ControlOuterClass.Vertex.Builder.mergeStarted
(Timestamp value) .google.protobuf.Timestamp started = 5;
ControlOuterClass.VertexStatus.Builder.mergeStarted
(Timestamp value) .google.protobuf.Timestamp started = 7;
ControlOuterClass.VertexLog.Builder.mergeTimestamp
(Timestamp value) .google.protobuf.Timestamp timestamp = 2;
ControlOuterClass.VertexStatus.Builder.mergeTimestamp
(Timestamp value) .google.protobuf.Timestamp timestamp = 6;
ControlOuterClass.Vertex.Builder.setCompleted
(Timestamp value) .google.protobuf.Timestamp completed = 6;
ControlOuterClass.VertexStatus.Builder.setCompleted
(Timestamp value) .google.protobuf.Timestamp completed = 8;
ControlOuterClass.BuildHistoryRecord.Builder.setCompletedAt
(Timestamp value) .google.protobuf.Timestamp CompletedAt = 7;
ControlOuterClass.BuildHistoryRecord.Builder.setCreatedAt
(Timestamp value) .google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.setCreatedAt
(Timestamp value) .google.protobuf.Timestamp CreatedAt = 6;
ControlOuterClass.UsageRecord.Builder.setLastUsedAt
(Timestamp value) .google.protobuf.Timestamp LastUsedAt = 7;
ControlOuterClass.Vertex.Builder.setStarted
(Timestamp value) .google.protobuf.Timestamp started = 5;
ControlOuterClass.VertexStatus.Builder.setStarted
(Timestamp value) .google.protobuf.Timestamp started = 7;
ControlOuterClass.VertexLog.Builder.setTimestamp
(Timestamp value) .google.protobuf.Timestamp timestamp = 2;
ControlOuterClass.VertexStatus.Builder.setTimestamp
(Timestamp value) .google.protobuf.Timestamp timestamp = 6;