public
interface
BuildProvenanceOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
containsBuildOptions(String key)
public
abstract
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
abstract
Map<String
,
String
>
getBuildOptions
()
Use #getBuildOptionsMap() instead.
getBuildOptionsCount()
public
abstract
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
abstract
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
abstract
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
abstract
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
abstract
String
getBuilderVersion
()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuilderVersionBytes()
public
abstract
ByteString
getBuilderVersionBytes
()
Version string of the builder at the time this build was executed.
string builder_version = 13;
getBuiltArtifacts(int index)
public
abstract
Artifact
getBuiltArtifacts
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsCount()
public
abstract
int
getBuiltArtifactsCount
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsList()
public
abstract
List<Artifact>
getBuiltArtifactsList
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilder(int index)
public
abstract
ArtifactOrBuilder
getBuiltArtifactsOrBuilder
(
int
index
)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getBuiltArtifactsOrBuilderList()
public
abstract
List
< ?
extends
ArtifactOrBuilder
>
getBuiltArtifactsOrBuilderList
()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
getCommands(int index)
public
abstract
Command
getCommands
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsCount()
public
abstract
int
getCommandsCount
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsList()
public
abstract
List<Command>
getCommandsList
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilder(int index)
public
abstract
CommandOrBuilder
getCommandsOrBuilder
(
int
index
)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCommandsOrBuilderList()
public
abstract
List
< ?
extends
CommandOrBuilder
>
getCommandsOrBuilderList
()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
getCreateTime()
public
abstract
Timestamp
getCreateTime
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreateTimeOrBuilder()
public
abstract
TimestampOrBuilder
getCreateTimeOrBuilder
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
getCreator()
public
abstract
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
abstract
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;
getEndTime()
public
abstract
Timestamp
getEndTime
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getEndTimeOrBuilder()
public
abstract
TimestampOrBuilder
getEndTimeOrBuilder
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
getId()
public
abstract
String
getId
()
Required. Unique identifier of the build.
string id = 1;
getIdBytes()
public
abstract
ByteString
getIdBytes
()
Required. Unique identifier of the build.
string id = 1;
getLogsUri()
public
abstract
String
getLogsUri
()
URI where any logs for this provenance were written.
string logs_uri = 9;
getLogsUriBytes()
public
abstract
ByteString
getLogsUriBytes
()
URI where any logs for this provenance were written.
string logs_uri = 9;
getProjectId()
public
abstract
String
getProjectId
()
ID of the project.
string project_id = 2;
getProjectIdBytes()
public
abstract
ByteString
getProjectIdBytes
()
ID of the project.
string project_id = 2;
getSourceProvenance()
public
abstract
Source
getSourceProvenance
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getSourceProvenanceOrBuilder()
public
abstract
SourceOrBuilder
getSourceProvenanceOrBuilder
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
getStartTime()
public
abstract
Timestamp
getStartTime
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getStartTimeOrBuilder()
public
abstract
TimestampOrBuilder
getStartTimeOrBuilder
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
getTriggerId()
public
abstract
String
getTriggerId
()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
getTriggerIdBytes()
public
abstract
ByteString
getTriggerIdBytes
()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
hasCreateTime()
public
abstract
boolean
hasCreateTime
()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
hasEndTime()
public
abstract
boolean
hasEndTime
()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
hasSourceProvenance()
public
abstract
boolean
hasSourceProvenance
()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
hasStartTime()
public
abstract
boolean
hasStartTime
()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;

