- 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
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()
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;