Package io.grafeas.v1beta1.provenance
Class BuildProvenance
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.grafeas.v1beta1.provenance.BuildProvenance
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,BuildProvenanceOrBuilder,Serializable
public final class BuildProvenance extends com.google.protobuf.GeneratedMessageV3 implements BuildProvenanceOrBuilder
Provenance of a build. Contains all information needed to verify the full details about the build from source to completion.
Protobuf typegrafeas.v1beta1.provenance.BuildProvenance- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildProvenance.BuilderProvenance of a build.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBUILD_OPTIONS_FIELD_NUMBERstatic intBUILDER_VERSION_FIELD_NUMBERstatic intBUILT_ARTIFACTS_FIELD_NUMBERstatic intCOMMANDS_FIELD_NUMBERstatic intCREATE_TIME_FIELD_NUMBERstatic intCREATOR_FIELD_NUMBERstatic intEND_TIME_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intLOGS_URI_FIELD_NUMBERstatic intPROJECT_ID_FIELD_NUMBERstatic intSOURCE_PROVENANCE_FIELD_NUMBERstatic intSTART_TIME_FIELD_NUMBERstatic intTRIGGER_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsBuildOptions(String key)Special options applied to this build.booleanequals(Object obj)StringgetBuilderVersion()Version string of the builder at the time this build was executed.com.google.protobuf.ByteStringgetBuilderVersionBytes()Version string of the builder at the time this build was executed.Map<String,String>getBuildOptions()Deprecated.intgetBuildOptionsCount()Special options applied to this build.Map<String,String>getBuildOptionsMap()Special options applied to this build.StringgetBuildOptionsOrDefault(String key, String defaultValue)Special options applied to this build.StringgetBuildOptionsOrThrow(String key)Special options applied to this build.ArtifactgetBuiltArtifacts(int index)Output of the build.intgetBuiltArtifactsCount()Output of the build.List<Artifact>getBuiltArtifactsList()Output of the build.ArtifactOrBuildergetBuiltArtifactsOrBuilder(int index)Output of the build.List<? extends ArtifactOrBuilder>getBuiltArtifactsOrBuilderList()Output of the build.CommandgetCommands(int index)Commands requested by the build.intgetCommandsCount()Commands requested by the build.List<Command>getCommandsList()Commands requested by the build.CommandOrBuildergetCommandsOrBuilder(int index)Commands requested by the build.List<? extends CommandOrBuilder>getCommandsOrBuilderList()Commands requested by the build.com.google.protobuf.TimestampgetCreateTime()Time at which the build was created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Time at which the build was created.StringgetCreator()E-mail address of the user who initiated this build.com.google.protobuf.ByteStringgetCreatorBytes()E-mail address of the user who initiated this build.static BuildProvenancegetDefaultInstance()BuildProvenancegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.TimestampgetEndTime()Time at which execution of the build was finished.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()Time at which execution of the build was finished.StringgetId()Required.com.google.protobuf.ByteStringgetIdBytes()Required.StringgetLogsUri()URI where any logs for this provenance were written.com.google.protobuf.ByteStringgetLogsUriBytes()URI where any logs for this provenance were written.com.google.protobuf.Parser<BuildProvenance>getParserForType()StringgetProjectId()ID of the project.com.google.protobuf.ByteStringgetProjectIdBytes()ID of the project.intgetSerializedSize()SourcegetSourceProvenance()Details of the Source input to the build.SourceOrBuildergetSourceProvenanceOrBuilder()Details of the Source input to the build.com.google.protobuf.TimestampgetStartTime()Time at which execution of the build was started.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Time at which execution of the build was started.StringgetTriggerId()Trigger identifier if the build was triggered automatically; empty if not.com.google.protobuf.ByteStringgetTriggerIdBytes()Trigger identifier if the build was triggered automatically; empty if not.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasCreateTime()Time at which the build was created.booleanhasEndTime()Time at which execution of the build was finished.inthashCode()booleanhasSourceProvenance()Details of the Source input to the build.booleanhasStartTime()Time at which execution of the build was started.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static BuildProvenance.BuildernewBuilder()static BuildProvenance.BuildernewBuilder(BuildProvenance prototype)BuildProvenance.BuildernewBuilderForType()protected BuildProvenance.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BuildProvenanceparseDelimitedFrom(InputStream input)static BuildProvenanceparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildProvenanceparseFrom(byte[] data)static BuildProvenanceparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildProvenanceparseFrom(com.google.protobuf.ByteString data)static BuildProvenanceparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildProvenanceparseFrom(com.google.protobuf.CodedInputStream input)static BuildProvenanceparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildProvenanceparseFrom(InputStream input)static BuildProvenanceparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildProvenanceparseFrom(ByteBuffer data)static BuildProvenanceparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BuildProvenance>parser()BuildProvenance.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMANDS_FIELD_NUMBER
public static final int COMMANDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUILT_ARTIFACTS_FIELD_NUMBER
public static final int BUILT_ARTIFACTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATOR_FIELD_NUMBER
public static final int CREATOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOGS_URI_FIELD_NUMBER
public static final int LOGS_URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_PROVENANCE_FIELD_NUMBER
public static final int SOURCE_PROVENANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRIGGER_ID_FIELD_NUMBER
public static final int TRIGGER_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUILD_OPTIONS_FIELD_NUMBER
public static final int BUILD_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUILDER_VERSION_FIELD_NUMBER
public static final int BUILDER_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
Required. Unique identifier of the build.
string id = 1;- Specified by:
getIdin interfaceBuildProvenanceOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Required. Unique identifier of the build.
string id = 1;- Specified by:
getIdBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for id.
-
getProjectId
public String getProjectId()
ID of the project.
string project_id = 2;- Specified by:
getProjectIdin interfaceBuildProvenanceOrBuilder- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
ID of the project.
string project_id = 2;- Specified by:
getProjectIdBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for projectId.
-
getCommandsList
public List<Command> getCommandsList()
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;- Specified by:
getCommandsListin interfaceBuildProvenanceOrBuilder
-
getCommandsOrBuilderList
public List<? extends CommandOrBuilder> getCommandsOrBuilderList()
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;- Specified by:
getCommandsOrBuilderListin interfaceBuildProvenanceOrBuilder
-
getCommandsCount
public int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;- Specified by:
getCommandsCountin interfaceBuildProvenanceOrBuilder
-
getCommands
public Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;- Specified by:
getCommandsin interfaceBuildProvenanceOrBuilder
-
getCommandsOrBuilder
public CommandOrBuilder getCommandsOrBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;- Specified by:
getCommandsOrBuilderin interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsList
public List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;- Specified by:
getBuiltArtifactsListin interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsOrBuilderList
public List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;- Specified by:
getBuiltArtifactsOrBuilderListin interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsCount
public int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;- Specified by:
getBuiltArtifactsCountin interfaceBuildProvenanceOrBuilder
-
getBuiltArtifacts
public Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;- Specified by:
getBuiltArtifactsin interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsOrBuilder
public ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;- Specified by:
getBuiltArtifactsOrBuilderin interfaceBuildProvenanceOrBuilder
-
hasCreateTime
public boolean hasCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;- Specified by:
hasCreateTimein interfaceBuildProvenanceOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;- Specified by:
getCreateTimein interfaceBuildProvenanceOrBuilder- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;- Specified by:
getCreateTimeOrBuilderin interfaceBuildProvenanceOrBuilder
-
hasStartTime
public boolean hasStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;- Specified by:
hasStartTimein interfaceBuildProvenanceOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;- Specified by:
getStartTimein interfaceBuildProvenanceOrBuilder- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;- Specified by:
getStartTimeOrBuilderin interfaceBuildProvenanceOrBuilder
-
hasEndTime
public boolean hasEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;- Specified by:
hasEndTimein interfaceBuildProvenanceOrBuilder- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;- Specified by:
getEndTimein interfaceBuildProvenanceOrBuilder- Returns:
- The endTime.
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;- Specified by:
getEndTimeOrBuilderin interfaceBuildProvenanceOrBuilder
-
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;- Specified by:
getCreatorin interfaceBuildProvenanceOrBuilder- Returns:
- The creator.
-
getCreatorBytes
public com.google.protobuf.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;- Specified by:
getCreatorBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for creator.
-
getLogsUri
public String getLogsUri()
URI where any logs for this provenance were written.
string logs_uri = 9;- Specified by:
getLogsUriin interfaceBuildProvenanceOrBuilder- Returns:
- The logsUri.
-
getLogsUriBytes
public com.google.protobuf.ByteString getLogsUriBytes()
URI where any logs for this provenance were written.
string logs_uri = 9;- Specified by:
getLogsUriBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for logsUri.
-
hasSourceProvenance
public boolean hasSourceProvenance()
Details of the Source input to the build.
.grafeas.v1beta1.provenance.Source source_provenance = 10;- Specified by:
hasSourceProvenancein interfaceBuildProvenanceOrBuilder- Returns:
- Whether the sourceProvenance field is set.
-
getSourceProvenance
public Source getSourceProvenance()
Details of the Source input to the build.
.grafeas.v1beta1.provenance.Source source_provenance = 10;- Specified by:
getSourceProvenancein interfaceBuildProvenanceOrBuilder- Returns:
- The sourceProvenance.
-
getSourceProvenanceOrBuilder
public SourceOrBuilder getSourceProvenanceOrBuilder()
Details of the Source input to the build.
.grafeas.v1beta1.provenance.Source source_provenance = 10;- Specified by:
getSourceProvenanceOrBuilderin interfaceBuildProvenanceOrBuilder
-
getTriggerId
public String getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;- Specified by:
getTriggerIdin interfaceBuildProvenanceOrBuilder- Returns:
- The triggerId.
-
getTriggerIdBytes
public com.google.protobuf.ByteString getTriggerIdBytes()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;- Specified by:
getTriggerIdBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for triggerId.
-
getBuildOptionsCount
public int getBuildOptionsCount()
Description copied from interface:BuildProvenanceOrBuilderSpecial 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;- Specified by:
getBuildOptionsCountin interfaceBuildProvenanceOrBuilder
-
containsBuildOptions
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;- Specified by:
containsBuildOptionsin interfaceBuildProvenanceOrBuilder
-
getBuildOptions
@Deprecated public Map<String,String> getBuildOptions()
Deprecated.UsegetBuildOptionsMap()instead.- Specified by:
getBuildOptionsin interfaceBuildProvenanceOrBuilder
-
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;- Specified by:
getBuildOptionsMapin interfaceBuildProvenanceOrBuilder
-
getBuildOptionsOrDefault
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;- Specified by:
getBuildOptionsOrDefaultin interfaceBuildProvenanceOrBuilder
-
getBuildOptionsOrThrow
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;- Specified by:
getBuildOptionsOrThrowin interfaceBuildProvenanceOrBuilder
-
getBuilderVersion
public String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;- Specified by:
getBuilderVersionin interfaceBuildProvenanceOrBuilder- Returns:
- The builderVersion.
-
getBuilderVersionBytes
public com.google.protobuf.ByteString getBuilderVersionBytes()
Version string of the builder at the time this build was executed.
string builder_version = 13;- Specified by:
getBuilderVersionBytesin interfaceBuildProvenanceOrBuilder- Returns:
- The bytes for builderVersion.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BuildProvenance parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildProvenance parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BuildProvenance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BuildProvenance parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static BuildProvenance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static BuildProvenance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static BuildProvenance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public BuildProvenance.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BuildProvenance.Builder newBuilder()
-
newBuilder
public static BuildProvenance.Builder newBuilder(BuildProvenance prototype)
-
toBuilder
public BuildProvenance.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildProvenance.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BuildProvenance getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BuildProvenance> parser()
-
getParserForType
public com.google.protobuf.Parser<BuildProvenance> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BuildProvenance getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-