public static final class BuildProvenance.Builder extends GeneratedMessageV3.Builder<BuildProvenance.Builder> implements BuildProvenanceOrBuilder
Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.Protobuf type
grafeas.v1.BuildProvenance
Modifier and Type | Method and Description |
---|---|
BuildProvenance.Builder |
addAllBuiltArtifacts(Iterable<? extends Artifact> values)
Output of the build.
|
BuildProvenance.Builder |
addAllCommands(Iterable<? extends Command> values)
Commands requested by the build.
|
BuildProvenance.Builder |
addBuiltArtifacts(Artifact.Builder builderForValue)
Output of the build.
|
BuildProvenance.Builder |
addBuiltArtifacts(Artifact value)
Output of the build.
|
BuildProvenance.Builder |
addBuiltArtifacts(int index,
Artifact.Builder builderForValue)
Output of the build.
|
BuildProvenance.Builder |
addBuiltArtifacts(int index,
Artifact value)
Output of the build.
|
Artifact.Builder |
addBuiltArtifactsBuilder()
Output of the build.
|
Artifact.Builder |
addBuiltArtifactsBuilder(int index)
Output of the build.
|
BuildProvenance.Builder |
addCommands(Command.Builder builderForValue)
Commands requested by the build.
|
BuildProvenance.Builder |
addCommands(Command value)
Commands requested by the build.
|
BuildProvenance.Builder |
addCommands(int index,
Command.Builder builderForValue)
Commands requested by the build.
|
BuildProvenance.Builder |
addCommands(int index,
Command value)
Commands requested by the build.
|
Command.Builder |
addCommandsBuilder()
Commands requested by the build.
|
Command.Builder |
addCommandsBuilder(int index)
Commands requested by the build.
|
BuildProvenance.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
BuildProvenance |
build() |
BuildProvenance |
buildPartial() |
BuildProvenance.Builder |
clear() |
BuildProvenance.Builder |
clearBuilderVersion()
Version string of the builder at the time this build was executed.
|
BuildProvenance.Builder |
clearBuildOptions() |
BuildProvenance.Builder |
clearBuiltArtifacts()
Output of the build.
|
BuildProvenance.Builder |
clearCommands()
Commands requested by the build.
|
BuildProvenance.Builder |
clearCreateTime()
Time at which the build was created.
|
BuildProvenance.Builder |
clearCreator()
E-mail address of the user who initiated this build.
|
BuildProvenance.Builder |
clearEndTime()
Time at which execution of the build was finished.
|
BuildProvenance.Builder |
clearField(Descriptors.FieldDescriptor field) |
BuildProvenance.Builder |
clearId()
Required.
|
BuildProvenance.Builder |
clearLogsUri()
URI where any logs for this provenance were written.
|
BuildProvenance.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
BuildProvenance.Builder |
clearProjectId()
ID of the project.
|
BuildProvenance.Builder |
clearSourceProvenance()
Details of the Source input to the build.
|
BuildProvenance.Builder |
clearStartTime()
Time at which execution of the build was started.
|
BuildProvenance.Builder |
clearTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
|
BuildProvenance.Builder |
clone() |
boolean |
containsBuildOptions(String key)
Special options applied to this build.
|
String |
getBuilderVersion()
Version string of the builder at the time this build was executed.
|
ByteString |
getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
|
Map<String,String> |
getBuildOptions()
Deprecated.
|
int |
getBuildOptionsCount()
Special options applied to this build.
|
Map<String,String> |
getBuildOptionsMap()
Special options applied to this build.
|
String |
getBuildOptionsOrDefault(String key,
String defaultValue)
Special options applied to this build.
|
String |
getBuildOptionsOrThrow(String key)
Special options applied to this build.
|
Artifact |
getBuiltArtifacts(int index)
Output of the build.
|
Artifact.Builder |
getBuiltArtifactsBuilder(int index)
Output of the build.
|
List<Artifact.Builder> |
getBuiltArtifactsBuilderList()
Output of the build.
|
int |
getBuiltArtifactsCount()
Output of the build.
|
List<Artifact> |
getBuiltArtifactsList()
Output of the build.
|
ArtifactOrBuilder |
getBuiltArtifactsOrBuilder(int index)
Output of the build.
|
List<? extends ArtifactOrBuilder> |
getBuiltArtifactsOrBuilderList()
Output of the build.
|
Command |
getCommands(int index)
Commands requested by the build.
|
Command.Builder |
getCommandsBuilder(int index)
Commands requested by the build.
|
List<Command.Builder> |
getCommandsBuilderList()
Commands requested by the build.
|
int |
getCommandsCount()
Commands requested by the build.
|
List<Command> |
getCommandsList()
Commands requested by the build.
|
CommandOrBuilder |
getCommandsOrBuilder(int index)
Commands requested by the build.
|
List<? extends CommandOrBuilder> |
getCommandsOrBuilderList()
Commands requested by the build.
|
Timestamp |
getCreateTime()
Time at which the build was created.
|
Timestamp.Builder |
getCreateTimeBuilder()
Time at which the build was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Time at which the build was created.
|
String |
getCreator()
E-mail address of the user who initiated this build.
|
ByteString |
getCreatorBytes()
E-mail address of the user who initiated this build.
|
BuildProvenance |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Timestamp |
getEndTime()
Time at which execution of the build was finished.
|
Timestamp.Builder |
getEndTimeBuilder()
Time at which execution of the build was finished.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
Time at which execution of the build was finished.
|
String |
getId()
Required.
|
ByteString |
getIdBytes()
Required.
|
String |
getLogsUri()
URI where any logs for this provenance were written.
|
ByteString |
getLogsUriBytes()
URI where any logs for this provenance were written.
|
Map<String,String> |
getMutableBuildOptions()
Deprecated.
|
String |
getProjectId()
ID of the project.
|
ByteString |
getProjectIdBytes()
ID of the project.
|
Source |
getSourceProvenance()
Details of the Source input to the build.
|
Source.Builder |
getSourceProvenanceBuilder()
Details of the Source input to the build.
|
SourceOrBuilder |
getSourceProvenanceOrBuilder()
Details of the Source input to the build.
|
Timestamp |
getStartTime()
Time at which execution of the build was started.
|
Timestamp.Builder |
getStartTimeBuilder()
Time at which execution of the build was started.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Time at which execution of the build was started.
|
String |
getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
|
ByteString |
getTriggerIdBytes()
Trigger identifier if the build was triggered automatically; empty if not.
|
boolean |
hasCreateTime()
Time at which the build was created.
|
boolean |
hasEndTime()
Time at which execution of the build was finished.
|
boolean |
hasSourceProvenance()
Details of the Source input to the build.
|
boolean |
hasStartTime()
Time at which execution of the build was started.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
protected MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
BuildProvenance.Builder |
mergeCreateTime(Timestamp value)
Time at which the build was created.
|
BuildProvenance.Builder |
mergeEndTime(Timestamp value)
Time at which execution of the build was finished.
|
BuildProvenance.Builder |
mergeFrom(BuildProvenance other) |
BuildProvenance.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
BuildProvenance.Builder |
mergeFrom(Message other) |
BuildProvenance.Builder |
mergeSourceProvenance(Source value)
Details of the Source input to the build.
|
BuildProvenance.Builder |
mergeStartTime(Timestamp value)
Time at which execution of the build was started.
|
BuildProvenance.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
BuildProvenance.Builder |
putAllBuildOptions(Map<String,String> values)
Special options applied to this build.
|
BuildProvenance.Builder |
putBuildOptions(String key,
String value)
Special options applied to this build.
|
BuildProvenance.Builder |
removeBuildOptions(String key)
Special options applied to this build.
|
BuildProvenance.Builder |
removeBuiltArtifacts(int index)
Output of the build.
|
BuildProvenance.Builder |
removeCommands(int index)
Commands requested by the build.
|
BuildProvenance.Builder |
setBuilderVersion(String value)
Version string of the builder at the time this build was executed.
|
BuildProvenance.Builder |
setBuilderVersionBytes(ByteString value)
Version string of the builder at the time this build was executed.
|
BuildProvenance.Builder |
setBuiltArtifacts(int index,
Artifact.Builder builderForValue)
Output of the build.
|
BuildProvenance.Builder |
setBuiltArtifacts(int index,
Artifact value)
Output of the build.
|
BuildProvenance.Builder |
setCommands(int index,
Command.Builder builderForValue)
Commands requested by the build.
|
BuildProvenance.Builder |
setCommands(int index,
Command value)
Commands requested by the build.
|
BuildProvenance.Builder |
setCreateTime(Timestamp.Builder builderForValue)
Time at which the build was created.
|
BuildProvenance.Builder |
setCreateTime(Timestamp value)
Time at which the build was created.
|
BuildProvenance.Builder |
setCreator(String value)
E-mail address of the user who initiated this build.
|
BuildProvenance.Builder |
setCreatorBytes(ByteString value)
E-mail address of the user who initiated this build.
|
BuildProvenance.Builder |
setEndTime(Timestamp.Builder builderForValue)
Time at which execution of the build was finished.
|
BuildProvenance.Builder |
setEndTime(Timestamp value)
Time at which execution of the build was finished.
|
BuildProvenance.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
BuildProvenance.Builder |
setId(String value)
Required.
|
BuildProvenance.Builder |
setIdBytes(ByteString value)
Required.
|
BuildProvenance.Builder |
setLogsUri(String value)
URI where any logs for this provenance were written.
|
BuildProvenance.Builder |
setLogsUriBytes(ByteString value)
URI where any logs for this provenance were written.
|
BuildProvenance.Builder |
setProjectId(String value)
ID of the project.
|
BuildProvenance.Builder |
setProjectIdBytes(ByteString value)
ID of the project.
|
BuildProvenance.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
BuildProvenance.Builder |
setSourceProvenance(Source.Builder builderForValue)
Details of the Source input to the build.
|
BuildProvenance.Builder |
setSourceProvenance(Source value)
Details of the Source input to the build.
|
BuildProvenance.Builder |
setStartTime(Timestamp.Builder builderForValue)
Time at which execution of the build was started.
|
BuildProvenance.Builder |
setStartTime(Timestamp value)
Time at which execution of the build was started.
|
BuildProvenance.Builder |
setTriggerId(String value)
Trigger identifier if the build was triggered automatically; empty if not.
|
BuildProvenance.Builder |
setTriggerIdBytes(ByteString value)
Trigger identifier if the build was triggered automatically; empty if not.
|
BuildProvenance.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public BuildProvenance build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public BuildProvenance buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public BuildProvenance.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder mergeFrom(BuildProvenance other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public BuildProvenance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<BuildProvenance.Builder>
IOException
public String getId()
Required. Unique identifier of the build.
string id = 1;
getId
in interface BuildProvenanceOrBuilder
public ByteString getIdBytes()
Required. Unique identifier of the build.
string id = 1;
getIdBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setId(String value)
Required. Unique identifier of the build.
string id = 1;
public BuildProvenance.Builder clearId()
Required. Unique identifier of the build.
string id = 1;
public BuildProvenance.Builder setIdBytes(ByteString value)
Required. Unique identifier of the build.
string id = 1;
public String getProjectId()
ID of the project.
string project_id = 2;
getProjectId
in interface BuildProvenanceOrBuilder
public ByteString getProjectIdBytes()
ID of the project.
string project_id = 2;
getProjectIdBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setProjectId(String value)
ID of the project.
string project_id = 2;
public BuildProvenance.Builder clearProjectId()
ID of the project.
string project_id = 2;
public BuildProvenance.Builder setProjectIdBytes(ByteString value)
ID of the project.
string project_id = 2;
public List<Command> getCommandsList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsList
in interface BuildProvenanceOrBuilder
public int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsCount
in interface BuildProvenanceOrBuilder
public Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommands
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setCommands(int index, Command value)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder setCommands(int index, Command.Builder builderForValue)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder addCommands(Command value)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder addCommands(int index, Command value)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder addCommands(Command.Builder builderForValue)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder addCommands(int index, Command.Builder builderForValue)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder addAllCommands(Iterable<? extends Command> values)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder clearCommands()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public BuildProvenance.Builder removeCommands(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public Command.Builder getCommandsBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public CommandOrBuilder getCommandsOrBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilder
in interface BuildProvenanceOrBuilder
public List<? extends CommandOrBuilder> getCommandsOrBuilderList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilderList
in interface BuildProvenanceOrBuilder
public Command.Builder addCommandsBuilder()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public Command.Builder addCommandsBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public List<Command.Builder> getCommandsBuilderList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
public List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsList
in interface BuildProvenanceOrBuilder
public int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsCount
in interface BuildProvenanceOrBuilder
public Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifacts
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setBuiltArtifacts(int index, Artifact value)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder setBuiltArtifacts(int index, Artifact.Builder builderForValue)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder addBuiltArtifacts(Artifact value)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder addBuiltArtifacts(int index, Artifact value)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder addBuiltArtifacts(Artifact.Builder builderForValue)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder addBuiltArtifacts(int index, Artifact.Builder builderForValue)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder addAllBuiltArtifacts(Iterable<? extends Artifact> values)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder clearBuiltArtifacts()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public BuildProvenance.Builder removeBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public Artifact.Builder getBuiltArtifactsBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilder
in interface BuildProvenanceOrBuilder
public List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilderList
in interface BuildProvenanceOrBuilder
public Artifact.Builder addBuiltArtifactsBuilder()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public Artifact.Builder addBuiltArtifactsBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public List<Artifact.Builder> getBuiltArtifactsBuilderList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
public boolean hasCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
hasCreateTime
in interface BuildProvenanceOrBuilder
public Timestamp getCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreateTime
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setCreateTime(Timestamp value)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
public BuildProvenance.Builder setCreateTime(Timestamp.Builder builderForValue)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
public BuildProvenance.Builder mergeCreateTime(Timestamp value)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
public BuildProvenance.Builder clearCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
public Timestamp.Builder getCreateTimeBuilder()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
public TimestampOrBuilder getCreateTimeOrBuilder()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreateTimeOrBuilder
in interface BuildProvenanceOrBuilder
public boolean hasStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
hasStartTime
in interface BuildProvenanceOrBuilder
public Timestamp getStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getStartTime
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setStartTime(Timestamp value)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
public BuildProvenance.Builder setStartTime(Timestamp.Builder builderForValue)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
public BuildProvenance.Builder mergeStartTime(Timestamp value)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
public BuildProvenance.Builder clearStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
public Timestamp.Builder getStartTimeBuilder()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
public TimestampOrBuilder getStartTimeOrBuilder()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getStartTimeOrBuilder
in interface BuildProvenanceOrBuilder
public boolean hasEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
hasEndTime
in interface BuildProvenanceOrBuilder
public Timestamp getEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getEndTime
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setEndTime(Timestamp value)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
public BuildProvenance.Builder setEndTime(Timestamp.Builder builderForValue)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
public BuildProvenance.Builder mergeEndTime(Timestamp value)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
public BuildProvenance.Builder clearEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
public Timestamp.Builder getEndTimeBuilder()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
public TimestampOrBuilder getEndTimeOrBuilder()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getEndTimeOrBuilder
in interface BuildProvenanceOrBuilder
public String getCreator()
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
string creator = 8;
getCreator
in interface BuildProvenanceOrBuilder
public ByteString getCreatorBytes()
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
string creator = 8;
getCreatorBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setCreator(String value)
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
string creator = 8;
public BuildProvenance.Builder clearCreator()
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
string creator = 8;
public BuildProvenance.Builder setCreatorBytes(ByteString value)
E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time.
string creator = 8;
public String getLogsUri()
URI where any logs for this provenance were written.
string logs_uri = 9;
getLogsUri
in interface BuildProvenanceOrBuilder
public ByteString getLogsUriBytes()
URI where any logs for this provenance were written.
string logs_uri = 9;
getLogsUriBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setLogsUri(String value)
URI where any logs for this provenance were written.
string logs_uri = 9;
public BuildProvenance.Builder clearLogsUri()
URI where any logs for this provenance were written.
string logs_uri = 9;
public BuildProvenance.Builder setLogsUriBytes(ByteString value)
URI where any logs for this provenance were written.
string logs_uri = 9;
public boolean hasSourceProvenance()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
hasSourceProvenance
in interface BuildProvenanceOrBuilder
public Source getSourceProvenance()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getSourceProvenance
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setSourceProvenance(Source value)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
public BuildProvenance.Builder setSourceProvenance(Source.Builder builderForValue)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
public BuildProvenance.Builder mergeSourceProvenance(Source value)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
public BuildProvenance.Builder clearSourceProvenance()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
public Source.Builder getSourceProvenanceBuilder()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
public SourceOrBuilder getSourceProvenanceOrBuilder()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getSourceProvenanceOrBuilder
in interface BuildProvenanceOrBuilder
public String getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
getTriggerId
in interface BuildProvenanceOrBuilder
public ByteString getTriggerIdBytes()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
getTriggerIdBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setTriggerId(String value)
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
public BuildProvenance.Builder clearTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
public BuildProvenance.Builder setTriggerIdBytes(ByteString value)
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
public int getBuildOptionsCount()
BuildProvenanceOrBuilder
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
getBuildOptionsCount
in interface BuildProvenanceOrBuilder
public boolean containsBuildOptions(String key)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
containsBuildOptions
in interface BuildProvenanceOrBuilder
@Deprecated public Map<String,String> getBuildOptions()
getBuildOptionsMap()
instead.getBuildOptions
in interface BuildProvenanceOrBuilder
public Map<String,String> getBuildOptionsMap()
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
getBuildOptionsMap
in interface BuildProvenanceOrBuilder
public String getBuildOptionsOrDefault(String key, String defaultValue)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
getBuildOptionsOrDefault
in interface BuildProvenanceOrBuilder
public String getBuildOptionsOrThrow(String key)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
getBuildOptionsOrThrow
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder clearBuildOptions()
public BuildProvenance.Builder removeBuildOptions(String key)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
@Deprecated public Map<String,String> getMutableBuildOptions()
public BuildProvenance.Builder putBuildOptions(String key, String value)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
public BuildProvenance.Builder putAllBuildOptions(Map<String,String> values)
Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details.
map<string, string> build_options = 12;
public String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuilderVersion
in interface BuildProvenanceOrBuilder
public ByteString getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuilderVersionBytes
in interface BuildProvenanceOrBuilder
public BuildProvenance.Builder setBuilderVersion(String value)
Version string of the builder at the time this build was executed.
string builder_version = 13;
public BuildProvenance.Builder clearBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
public BuildProvenance.Builder setBuilderVersionBytes(ByteString value)
Version string of the builder at the time this build was executed.
string builder_version = 13;
public final BuildProvenance.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
public final BuildProvenance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<BuildProvenance.Builder>
Copyright © 2019 Google LLC. All rights reserved.