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;
Name | Description |
key | String |
Type | Description |
boolean |
getBuildOptions()
public abstract Map<String,String> getBuildOptions()
Use #getBuildOptionsMap() instead.
Type | Description |
Map<String,String> |
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;
Type | Description |
int |
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;
Type | Description |
Map<String,String> |
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;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
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;
Name | Description |
key | String |
Type | Description |
String |
getBuilderVersion()
public abstract String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
Type | Description |
String | The builderVersion. |
getBuilderVersionBytes()
public abstract ByteString getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
string builder_version = 13;
Type | Description |
ByteString | The bytes for builderVersion. |
getBuiltArtifacts(int index)
public abstract Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Name | Description |
index | int |
Type | Description |
Artifact |
getBuiltArtifactsCount()
public abstract int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Type | Description |
int |
getBuiltArtifactsList()
public abstract List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Type | Description |
List<Artifact> |
getBuiltArtifactsOrBuilder(int index)
public abstract ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Name | Description |
index | int |
Type | Description |
ArtifactOrBuilder |
getBuiltArtifactsOrBuilderList()
public abstract List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1.Artifact built_artifacts = 4;
Type | Description |
List<? extends io.grafeas.v1.ArtifactOrBuilder> |
getCommands(int index)
public abstract Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Name | Description |
index | int |
Type | Description |
Command |
getCommandsCount()
public abstract int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Type | Description |
int |
getCommandsList()
public abstract List<Command> getCommandsList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Type | Description |
List<Command> |
getCommandsOrBuilder(int index)
public abstract CommandOrBuilder getCommandsOrBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Name | Description |
index | int |
Type | Description |
CommandOrBuilder |
getCommandsOrBuilderList()
public abstract List<? extends CommandOrBuilder> getCommandsOrBuilderList()
Commands requested by the build.
repeated .grafeas.v1.Command commands = 3;
Type | Description |
List<? extends io.grafeas.v1.CommandOrBuilder> |
getCreateTime()
public abstract Timestamp getCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
Type | Description |
TimestampOrBuilder |
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;
Type | Description |
String | The creator. |
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;
Type | Description |
ByteString | The bytes for creator. |
getEndTime()
public abstract Timestamp getEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
Type | Description |
TimestampOrBuilder |
getId()
public abstract String getId()
Required. Unique identifier of the build.
string id = 1;
Type | Description |
String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Required. Unique identifier of the build.
string id = 1;
Type | Description |
ByteString | The bytes for id. |
getLogsUri()
public abstract String getLogsUri()
URI where any logs for this provenance were written.
string logs_uri = 9;
Type | Description |
String | The logsUri. |
getLogsUriBytes()
public abstract ByteString getLogsUriBytes()
URI where any logs for this provenance were written.
string logs_uri = 9;
Type | Description |
ByteString | The bytes for logsUri. |
getProjectId()
public abstract String getProjectId()
ID of the project.
string project_id = 2;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
ID of the project.
string project_id = 2;
Type | Description |
ByteString | The bytes for projectId. |