public interface BuildProvenanceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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.
|
Timestamp |
getEndTime()
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.
|
String |
getProjectId()
ID of the project.
|
ByteString |
getProjectIdBytes()
ID of the project.
|
Source |
getSourceProvenance()
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getId()
Required. Unique identifier of the build.
string id = 1;
ByteString getIdBytes()
Required. Unique identifier of the build.
string id = 1;
String getProjectId()
ID of the project.
string project_id = 2;
ByteString getProjectIdBytes()
ID of the project.
string project_id = 2;
List<Command> getCommandsList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
List<? extends CommandOrBuilder> getCommandsOrBuilderList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
CommandOrBuilder getCommandsOrBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
boolean hasCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
Timestamp getCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
TimestampOrBuilder getCreateTimeOrBuilder()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
boolean hasStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
Timestamp getStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
TimestampOrBuilder getStartTimeOrBuilder()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
boolean hasEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
Timestamp getEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
TimestampOrBuilder getEndTimeOrBuilder()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
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;
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;
String getLogsUri()
URI where any logs for this provenance were written.
string logs_uri = 9;
ByteString getLogsUriBytes()
URI where any logs for this provenance were written.
string logs_uri = 9;
boolean hasSourceProvenance()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
Source getSourceProvenance()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
SourceOrBuilder getSourceProvenanceOrBuilder()
Details of the Source input to the build.
.grafeas.v1.Source source_provenance = 10;
String getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
ByteString getTriggerIdBytes()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
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;
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;
@Deprecated Map<String,String> getBuildOptions()
getBuildOptionsMap()
instead.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;
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;
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;
String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
ByteString getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
string builder_version = 13;
Copyright © 2019 Google LLC. All rights reserved.