- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 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
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BuildProvenance.BuilderImplements
BuildProvenanceOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
addAllBuiltArtifacts(Iterable<? extends Artifact> values)
public
BuildProvenance
.
Builder
addAllBuiltArtifacts
(
Iterable
< ?
extends
Artifact
>
values
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addAllCommands(Iterable<? extends Command> values)
public
BuildProvenance
.
Builder
addAllCommands
(
Iterable
< ?
extends
Command
>
values
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addBuiltArtifacts(int index, Artifact value)
public
BuildProvenance
.
Builder
addBuiltArtifacts
(
int
index
,
Artifact
value
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addBuiltArtifacts(int index, Artifact.Builder builderForValue)
public
BuildProvenance
.
Builder
addBuiltArtifacts
(
int
index
,
Artifact
.
Builder
builderForValue
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addBuiltArtifacts(Artifact value)
public
BuildProvenance
.
Builder
addBuiltArtifacts
(
Artifact
value
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addBuiltArtifacts(Artifact.Builder builderForValue)
public
BuildProvenance
.
Builder
addBuiltArtifacts
(
Artifact
.
Builder
builderForValue
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addBuiltArtifactsBuilder()
public
Artifact
.
Builder
addBuiltArtifactsBuilder
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addBuiltArtifactsBuilder(int index)
public
Artifact
.
Builder
addBuiltArtifactsBuilder
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
addCommands(int index, Command value)
public
BuildProvenance
.
Builder
addCommands
(
int
index
,
Command
value
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addCommands(int index, Command.Builder builderForValue)
public
BuildProvenance
.
Builder
addCommands
(
int
index
,
Command
.
Builder
builderForValue
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addCommands(Command value)
public
BuildProvenance
.
Builder
addCommands
(
Command
value
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addCommands(Command.Builder builderForValue)
public
BuildProvenance
.
Builder
addCommands
(
Command
.
Builder
builderForValue
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addCommandsBuilder()
public
Command
.
Builder
addCommandsBuilder
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addCommandsBuilder(int index)
public
Command
.
Builder
addCommandsBuilder
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public
BuildProvenance
.
Builder
addRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
build()
public
BuildProvenance
build
()
buildPartial()
public
BuildProvenance
buildPartial
()
clear()
public
BuildProvenance
.
Builder
clear
()
clearBuildOptions()
public
BuildProvenance
.
Builder
clearBuildOptions
()
clearBuilderVersion()
public
BuildProvenance
.
Builder
clearBuilderVersion
()
Version string of the builder at the time this build was executed.
string builder_version = 13;
clearBuiltArtifacts()
public
BuildProvenance
.
Builder
clearBuiltArtifacts
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
clearCommands()
public
BuildProvenance
.
Builder
clearCommands
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
clearCreateTime()
public
BuildProvenance
.
Builder
clearCreateTime
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
clearCreator()
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;
clearEndTime()
public
BuildProvenance
.
Builder
clearEndTime
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
clearField(Descriptors.FieldDescriptor field)
public
BuildProvenance
.
Builder
clearField
(
Descriptors
.
FieldDescriptor
field
)
clearId()
public
BuildProvenance
.
Builder
clearId
()
Required. Unique identifier of the build.
string id = 1;
clearLogsUri()
public
BuildProvenance
.
Builder
clearLogsUri
()
URI where any logs for this provenance were written.
string logs_uri = 9;
clearOneof(Descriptors.OneofDescriptor oneof)
public
BuildProvenance
.
Builder
clearOneof
(
Descriptors
.
OneofDescriptor
oneof
)
clearProjectId()
public
BuildProvenance
.
Builder
clearProjectId
()
ID of the project.
string project_id = 2;
clearSourceProvenance()
public
BuildProvenance
.
Builder
clearSourceProvenance
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
clearStartTime()
public
BuildProvenance
.
Builder
clearStartTime
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
clearTriggerId()
public
BuildProvenance
.
Builder
clearTriggerId
()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
clone()
public
BuildProvenance
.
Builder
clone
()
containsBuildOptions(String key)
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;
getBuildOptions() (deprecated)
public
Map<String
,
String
>
getBuildOptions
()
Use #getBuildOptionsMap() instead.
getBuildOptionsCount()
public
int
getBuildOptionsCount
()
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()
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;
getBuildOptionsOrDefault(String key, String defaultValue)
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;
getBuildOptionsOrThrow(String key)
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;
getBuilderVersion()
public
String
getBuilderVersion
()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuilderVersionBytes()
public
ByteString
getBuilderVersionBytes
()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuiltArtifacts(int index)
public
Artifact
getBuiltArtifacts
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsBuilder(int index)
public
Artifact
.
Builder
getBuiltArtifactsBuilder
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsBuilderList()
public
List<Artifact
.
Builder
>
getBuiltArtifactsBuilderList
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsCount()
public
int
getBuiltArtifactsCount
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsList()
public
List<Artifact>
getBuiltArtifactsList
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilder(int index)
public
ArtifactOrBuilder
getBuiltArtifactsOrBuilder
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilderList()
public
List
< ?
extends
ArtifactOrBuilder
>
getBuiltArtifactsOrBuilderList
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getCommands(int index)
public
Command
getCommands
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsBuilder(int index)
public
Command
.
Builder
getCommandsBuilder
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsBuilderList()
public
List<Command
.
Builder
>
getCommandsBuilderList
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsCount()
public
int
getCommandsCount
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsList()
public
List<Command>
getCommandsList
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilder(int index)
public
CommandOrBuilder
getCommandsOrBuilder
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilderList()
public
List
< ?
extends
CommandOrBuilder
>
getCommandsOrBuilderList
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCreateTime()
public
Timestamp
getCreateTime
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreateTimeBuilder()
public
Timestamp
.
Builder
getCreateTimeBuilder
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreateTimeOrBuilder()
public
TimestampOrBuilder
getCreateTimeOrBuilder
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreator()
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;
getCreatorBytes()
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;
getDefaultInstanceForType()
public
BuildProvenance
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getEndTime()
public
Timestamp
getEndTime
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getEndTimeBuilder()
public
Timestamp
.
Builder
getEndTimeBuilder
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getEndTimeOrBuilder()
public
TimestampOrBuilder
getEndTimeOrBuilder
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getId()
public
String
getId
()
Required. Unique identifier of the build.
string id = 1;
getIdBytes()
public
ByteString
getIdBytes
()
Required. Unique identifier of the build.
string id = 1;
getLogsUri()
public
String
getLogsUri
()
URI where any logs for this provenance were written.
string logs_uri = 9;
getLogsUriBytes()
public
ByteString
getLogsUriBytes
()
URI where any logs for this provenance were written.
string logs_uri = 9;
getMutableBuildOptions() (deprecated)
public
Map<String
,
String
>
getMutableBuildOptions
()
Use alternate mutation accessors instead.
getProjectId()
public
String
getProjectId
()
ID of the project.
string project_id = 2;
getProjectIdBytes()
public
ByteString
getProjectIdBytes
()
ID of the project.
string project_id = 2;
getSourceProvenance()
public
Source
getSourceProvenance
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getSourceProvenanceBuilder()
public
Source
.
Builder
getSourceProvenanceBuilder
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getSourceProvenanceOrBuilder()
public
SourceOrBuilder
getSourceProvenanceOrBuilder
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getStartTime()
public
Timestamp
getStartTime
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getStartTimeBuilder()
public
Timestamp
.
Builder
getStartTimeBuilder
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getStartTimeOrBuilder()
public
TimestampOrBuilder
getStartTimeOrBuilder
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getTriggerId()
public
String
getTriggerId
()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
getTriggerIdBytes()
public
ByteString
getTriggerIdBytes
()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
hasCreateTime()
public
boolean
hasCreateTime
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
hasEndTime()
public
boolean
hasEndTime
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
hasSourceProvenance()
public
boolean
hasSourceProvenance
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
hasStartTime()
public
boolean
hasStartTime
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
internalGetMapFieldReflection(int number)
protected
MapFieldReflectionAccessor
internalGetMapFieldReflection
(
int
number
)
com.google.protobuf.MapFieldReflectionAccessor
internalGetMutableMapFieldReflection(int number)
protected
MapFieldReflectionAccessor
internalGetMutableMapFieldReflection
(
int
number
)
com.google.protobuf.MapFieldReflectionAccessor
isInitialized()
public
final
boolean
isInitialized
()
mergeCreateTime(Timestamp value)
public
BuildProvenance
.
Builder
mergeCreateTime
(
Timestamp
value
)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
mergeEndTime(Timestamp value)
public
BuildProvenance
.
Builder
mergeEndTime
(
Timestamp
value
)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
BuildProvenance
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
BuildProvenance
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(BuildProvenance other)
public
BuildProvenance
.
Builder
mergeFrom
(
BuildProvenance
other
)
mergeSourceProvenance(Source value)
public
BuildProvenance
.
Builder
mergeSourceProvenance
(
Source
value
)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
mergeStartTime(Timestamp value)
public
BuildProvenance
.
Builder
mergeStartTime
(
Timestamp
value
)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
mergeUnknownFields(UnknownFieldSet unknownFields)
public
final
BuildProvenance
.
Builder
mergeUnknownFields
(
UnknownFieldSet
unknownFields
)
putAllBuildOptions(Map<String,String> values)
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;
putBuildOptions(String key, String value)
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;
removeBuildOptions(String key)
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;
removeBuiltArtifacts(int index)
public
BuildProvenance
.
Builder
removeBuiltArtifacts
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
removeCommands(int index)
public
BuildProvenance
.
Builder
removeCommands
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
setBuilderVersion(String value)
public
BuildProvenance
.
Builder
setBuilderVersion
(
String
value
)
Version string of the builder at the time this build was executed.
string builder_version = 13;
setBuilderVersionBytes(ByteString value)
public
BuildProvenance
.
Builder
setBuilderVersionBytes
(
ByteString
value
)
Version string of the builder at the time this build was executed.
string builder_version = 13;
setBuiltArtifacts(int index, Artifact value)
public
BuildProvenance
.
Builder
setBuiltArtifacts
(
int
index
,
Artifact
value
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
setBuiltArtifacts(int index, Artifact.Builder builderForValue)
public
BuildProvenance
.
Builder
setBuiltArtifacts
(
int
index
,
Artifact
.
Builder
builderForValue
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
setCommands(int index, Command value)
public
BuildProvenance
.
Builder
setCommands
(
int
index
,
Command
value
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
setCommands(int index, Command.Builder builderForValue)
public
BuildProvenance
.
Builder
setCommands
(
int
index
,
Command
.
Builder
builderForValue
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
setCreateTime(Timestamp value)
public
BuildProvenance
.
Builder
setCreateTime
(
Timestamp
value
)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
setCreateTime(Timestamp.Builder builderForValue)
public
BuildProvenance
.
Builder
setCreateTime
(
Timestamp
.
Builder
builderForValue
)
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
setCreator(String value)
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;
setCreatorBytes(ByteString value)
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;
setEndTime(Timestamp value)
public
BuildProvenance
.
Builder
setEndTime
(
Timestamp
value
)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
setEndTime(Timestamp.Builder builderForValue)
public
BuildProvenance
.
Builder
setEndTime
(
Timestamp
.
Builder
builderForValue
)
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
setField(Descriptors.FieldDescriptor field, Object value)
public
BuildProvenance
.
Builder
setField
(
Descriptors
.
FieldDescriptor
field
,
Object
value
)
setId(String value)
public
BuildProvenance
.
Builder
setId
(
String
value
)
Required. Unique identifier of the build.
string id = 1;
setIdBytes(ByteString value)
public
BuildProvenance
.
Builder
setIdBytes
(
ByteString
value
)
Required. Unique identifier of the build.
string id = 1;
setLogsUri(String value)
public
BuildProvenance
.
Builder
setLogsUri
(
String
value
)
URI where any logs for this provenance were written.
string logs_uri = 9;
setLogsUriBytes(ByteString value)
public
BuildProvenance
.
Builder
setLogsUriBytes
(
ByteString
value
)
URI where any logs for this provenance were written.
string logs_uri = 9;
setProjectId(String value)
public
BuildProvenance
.
Builder
setProjectId
(
String
value
)
ID of the project.
string project_id = 2;
setProjectIdBytes(ByteString value)
public
BuildProvenance
.
Builder
setProjectIdBytes
(
ByteString
value
)
ID of the project.
string project_id = 2;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public
BuildProvenance
.
Builder
setRepeatedField
(
Descriptors
.
FieldDescriptor
field
,
int
index
,
Object
value
)
setSourceProvenance(Source value)
public
BuildProvenance
.
Builder
setSourceProvenance
(
Source
value
)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
setSourceProvenance(Source.Builder builderForValue)
public
BuildProvenance
.
Builder
setSourceProvenance
(
Source
.
Builder
builderForValue
)
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
setStartTime(Timestamp value)
public
BuildProvenance
.
Builder
setStartTime
(
Timestamp
value
)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
setStartTime(Timestamp.Builder builderForValue)
public
BuildProvenance
.
Builder
setStartTime
(
Timestamp
.
Builder
builderForValue
)
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
setTriggerId(String value)
public
BuildProvenance
.
Builder
setTriggerId
(
String
value
)
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
setTriggerIdBytes(ByteString value)
public
BuildProvenance
.
Builder
setTriggerIdBytes
(
ByteString
value
)
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
setUnknownFields(UnknownFieldSet unknownFields)
public
final
BuildProvenance
.
Builder
setUnknownFields
(
UnknownFieldSet
unknownFields
)