- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class Metadata.Builder extends GeneratedMessageV3.Builder<Metadata.Builder> implements MetadataOrBuilder
Other properties of the build.
Protobuf type grafeas.v1.Metadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Metadata.BuilderImplements
MetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Metadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Metadata.Builder |
build()
public Metadata build()
Type | Description |
Metadata |
buildPartial()
public Metadata buildPartial()
Type | Description |
Metadata |
clear()
public Metadata.Builder clear()
Type | Description |
Metadata.Builder |
clearBuildFinishedOn()
public Metadata.Builder clearBuildFinishedOn()
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
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;
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;
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;
Type | Description |
Metadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public Metadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Metadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Metadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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;
Type | Description |
Metadata.Builder | This builder for chaining. |
clone()
public Metadata.Builder clone()
Type | Description |
Metadata.Builder |
getBuildFinishedOn()
public Timestamp getBuildFinishedOn()
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
Type | Description |
Timestamp | The buildFinishedOn. |
getBuildFinishedOnBuilder()
public Timestamp.Builder getBuildFinishedOnBuilder()
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
Type | Description |
Builder |
getBuildFinishedOnOrBuilder()
public TimestampOrBuilder getBuildFinishedOnOrBuilder()
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
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;
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;
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;
Type | Description |
Timestamp | The buildStartedOn. |
getBuildStartedOnBuilder()
public Timestamp.Builder getBuildStartedOnBuilder()
The timestamp of when the build started.
.google.protobuf.Timestamp build_started_on = 2;
Type | Description |
Builder |
getBuildStartedOnOrBuilder()
public TimestampOrBuilder getBuildStartedOnOrBuilder()
The timestamp of when the build started.
.google.protobuf.Timestamp build_started_on = 2;
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;
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;
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;
Type | Description |
CompletenessOrBuilder |
getDefaultInstanceForType()
public Metadata getDefaultInstanceForType()
Type | Description |
Metadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
Type | Description |
boolean | The reproducible. |
hasBuildFinishedOn()
public boolean hasBuildFinishedOn()
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
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;
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;
Type | Description |
boolean | Whether the completeness field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeBuildFinishedOn(Timestamp value)
public Metadata.Builder mergeBuildFinishedOn(Timestamp value)
The timestamp of when the build completed.
.google.protobuf.Timestamp build_finished_on = 3;
Name | Description |
value | Timestamp |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
value | Completeness |
Type | Description |
Metadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Metadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Metadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Metadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Metadata.Builder |
mergeFrom(Metadata other)
public Metadata.Builder mergeFrom(Metadata other)
Name | Description |
other | Metadata |
Type | Description |
Metadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Metadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | String The buildInvocationId to set. |
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;
Name | Description |
value | ByteString The bytes for buildInvocationId to set. |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | Completeness |
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;
Name | Description |
builderForValue | Completeness.Builder |
Type | Description |
Metadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Metadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Metadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Metadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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;
Name | Description |
value | boolean The reproducible to set. |
Type | Description |
Metadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Metadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Metadata.Builder |