- 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
final
class
BuildProvenance
extends
GeneratedMessageV3
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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BuildProvenanceImplements
BuildProvenanceOrBuilderStatic Fields
BUILDER_VERSION_FIELD_NUMBER
public
static
final
int
BUILDER_VERSION_FIELD_NUMBER
BUILD_OPTIONS_FIELD_NUMBER
public
static
final
int
BUILD_OPTIONS_FIELD_NUMBER
BUILT_ARTIFACTS_FIELD_NUMBER
public
static
final
int
BUILT_ARTIFACTS_FIELD_NUMBER
COMMANDS_FIELD_NUMBER
public
static
final
int
COMMANDS_FIELD_NUMBER
CREATE_TIME_FIELD_NUMBER
public
static
final
int
CREATE_TIME_FIELD_NUMBER
CREATOR_FIELD_NUMBER
public
static
final
int
CREATOR_FIELD_NUMBER
END_TIME_FIELD_NUMBER
public
static
final
int
END_TIME_FIELD_NUMBER
ID_FIELD_NUMBER
public
static
final
int
ID_FIELD_NUMBER
LOGS_URI_FIELD_NUMBER
public
static
final
int
LOGS_URI_FIELD_NUMBER
PROJECT_ID_FIELD_NUMBER
public
static
final
int
PROJECT_ID_FIELD_NUMBER
SOURCE_PROVENANCE_FIELD_NUMBER
public
static
final
int
SOURCE_PROVENANCE_FIELD_NUMBER
START_TIME_FIELD_NUMBER
public
static
final
int
START_TIME_FIELD_NUMBER
TRIGGER_ID_FIELD_NUMBER
public
static
final
int
TRIGGER_ID_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
BuildProvenance
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
BuildProvenance
.
Builder
newBuilder
()
newBuilder(BuildProvenance prototype)
public
static
BuildProvenance
.
Builder
newBuilder
(
BuildProvenance
prototype
)
parseDelimitedFrom(InputStream input)
public
static
BuildProvenance
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
BuildProvenance
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
BuildProvenance
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
BuildProvenance
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
BuildProvenance
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
BuildProvenance
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
BuildProvenance
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<BuildProvenance>
parser
()
Methods
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;
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getBuildOptions()
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;
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;
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;
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
()
getEndTime()
public
Timestamp
getEndTime
()
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;
getParserForType()
public
Parser<BuildProvenance>
getParserForType
()
getProjectId()
public
String
getProjectId
()
ID of the project.
string project_id = 2;
getProjectIdBytes()
public
ByteString
getProjectIdBytes
()
ID of the project.
string project_id = 2;
getSerializedSize()
public
int
getSerializedSize
()
getSourceProvenance()
public
Source
getSourceProvenance
()
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;
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;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
internalGetMapField(int number)
protected
MapField
internalGetMapField
(
int
number
)
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
BuildProvenance
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
BuildProvenance
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
BuildProvenance
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)