Class Metadata.Builder (2.84.0)

public static final class Metadata.Builder extends GeneratedMessage.Builder<Metadata.Builder> implements MetadataOrBuilder

Other properties of the build.

Protobuf type grafeas.v1.Metadata

Implements

MetadataOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Metadata build()
Returns
Type Description
Metadata

buildPartial()

public Metadata buildPartial()
Returns
Type Description
Metadata

clear()

public Metadata.Builder clear()
Returns
Type Description
Metadata.Builder
Overrides

clearBuildFinishedOn()

public Metadata.Builder clearBuildFinishedOn()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
Type Description
Metadata.Builder

clearBuildInvocationId()

public Metadata.Builder clearBuildInvocationId()

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

string build_invocation_id = 1;

Returns
Type Description
Metadata.Builder

This builder for chaining.

clearBuildStartedOn()

public Metadata.Builder clearBuildStartedOn()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
Type Description
Metadata.Builder

clearCompleteness()

public Metadata.Builder clearCompleteness()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
Type Description
Metadata.Builder

clearReproducible()

public Metadata.Builder clearReproducible()

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.

bool reproducible = 5;

Returns
Type Description
Metadata.Builder

This builder for chaining.

getBuildFinishedOn()

public Timestamp getBuildFinishedOn()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
Type Description
Timestamp

The buildFinishedOn.

getBuildFinishedOnBuilder()

public Timestamp.Builder getBuildFinishedOnBuilder()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
Type Description
Builder

getBuildFinishedOnOrBuilder()

public TimestampOrBuilder getBuildFinishedOnOrBuilder()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
Type Description
TimestampOrBuilder

getBuildInvocationId()

public String getBuildInvocationId()

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

string build_invocation_id = 1;

Returns
Type Description
String

The buildInvocationId.

getBuildInvocationIdBytes()

public ByteString getBuildInvocationIdBytes()

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

string build_invocation_id = 1;

Returns
Type Description
ByteString

The bytes for buildInvocationId.

getBuildStartedOn()

public Timestamp getBuildStartedOn()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
Type Description
Timestamp

The buildStartedOn.

getBuildStartedOnBuilder()

public Timestamp.Builder getBuildStartedOnBuilder()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
Type Description
Builder

getBuildStartedOnOrBuilder()

public TimestampOrBuilder getBuildStartedOnOrBuilder()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
Type Description
TimestampOrBuilder

getCompleteness()

public Completeness getCompleteness()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
Type Description
Completeness

The completeness.

getCompletenessBuilder()

public Completeness.Builder getCompletenessBuilder()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
Type Description
Completeness.Builder

getCompletenessOrBuilder()

public CompletenessOrBuilder getCompletenessOrBuilder()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
Type Description
CompletenessOrBuilder

getDefaultInstanceForType()

public Metadata getDefaultInstanceForType()
Returns
Type Description
Metadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getReproducible()

public boolean getReproducible()

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.

bool reproducible = 5;

Returns
Type Description
boolean

The reproducible.

hasBuildFinishedOn()

public boolean hasBuildFinishedOn()

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Returns
Type Description
boolean

Whether the buildFinishedOn field is set.

hasBuildStartedOn()

public boolean hasBuildStartedOn()

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Returns
Type Description
boolean

Whether the buildStartedOn field is set.

hasCompleteness()

public boolean hasCompleteness()

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Returns
Type Description
boolean

Whether the completeness field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBuildFinishedOn(Timestamp value)

public Metadata.Builder mergeBuildFinishedOn(Timestamp value)

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
Metadata.Builder

mergeBuildStartedOn(Timestamp value)

public Metadata.Builder mergeBuildStartedOn(Timestamp value)

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
Metadata.Builder

mergeCompleteness(Completeness value)

public Metadata.Builder mergeCompleteness(Completeness value)

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Parameter
Name Description
value Completeness
Returns
Type Description
Metadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Metadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Metadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Metadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Metadata.Builder
Overrides

mergeFrom(Metadata other)

public Metadata.Builder mergeFrom(Metadata other)
Parameter
Name Description
other Metadata
Returns
Type Description
Metadata.Builder

setBuildFinishedOn(Timestamp value)

public Metadata.Builder setBuildFinishedOn(Timestamp value)

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Parameter
Name Description
value Timestamp
Returns
Type Description
Metadata.Builder

setBuildFinishedOn(Timestamp.Builder builderForValue)

public Metadata.Builder setBuildFinishedOn(Timestamp.Builder builderForValue)

The timestamp of when the build completed.

.google.protobuf.Timestamp build_finished_on = 3;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Metadata.Builder

setBuildInvocationId(String value)

public Metadata.Builder setBuildInvocationId(String value)

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

string build_invocation_id = 1;

Parameter
Name Description
value String

The buildInvocationId to set.

Returns
Type Description
Metadata.Builder

This builder for chaining.

setBuildInvocationIdBytes(ByteString value)

public Metadata.Builder setBuildInvocationIdBytes(ByteString value)

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

string build_invocation_id = 1;

Parameter
Name Description
value ByteString

The bytes for buildInvocationId to set.

Returns
Type Description
Metadata.Builder

This builder for chaining.

setBuildStartedOn(Timestamp value)

public Metadata.Builder setBuildStartedOn(Timestamp value)

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
Metadata.Builder

setBuildStartedOn(Timestamp.Builder builderForValue)

public Metadata.Builder setBuildStartedOn(Timestamp.Builder builderForValue)

The timestamp of when the build started.

.google.protobuf.Timestamp build_started_on = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Metadata.Builder

setCompleteness(Completeness value)

public Metadata.Builder setCompleteness(Completeness value)

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Parameter
Name Description
value Completeness
Returns
Type Description
Metadata.Builder

setCompleteness(Completeness.Builder builderForValue)

public Metadata.Builder setCompleteness(Completeness.Builder builderForValue)

Indicates that the builder claims certain fields in this message to be complete.

.grafeas.v1.Completeness completeness = 4;

Parameter
Name Description
builderForValue Completeness.Builder
Returns
Type Description
Metadata.Builder

setReproducible(boolean value)

public Metadata.Builder setReproducible(boolean value)

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.

bool reproducible = 5;

Parameter
Name Description
value boolean

The reproducible to set.

Returns
Type Description
Metadata.Builder

This builder for chaining.