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 class
BuildProvenance.Builder
Provenance 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 int
BUILD_OPTIONS_FIELD_NUMBER
static int
BUILDER_VERSION_FIELD_NUMBER
static int
BUILT_ARTIFACTS_FIELD_NUMBER
static int
COMMANDS_FIELD_NUMBER
static int
CREATE_TIME_FIELD_NUMBER
static int
CREATOR_FIELD_NUMBER
static int
END_TIME_FIELD_NUMBER
static int
ID_FIELD_NUMBER
static int
LOGS_URI_FIELD_NUMBER
static int
PROJECT_ID_FIELD_NUMBER
static int
SOURCE_PROVENANCE_FIELD_NUMBER
static int
START_TIME_FIELD_NUMBER
static int
TRIGGER_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsBuildOptions(String key)
Special options applied to this build.boolean
equals(Object obj)
String
getBuilderVersion()
Version string of the builder at the time this build was executed.com.google.protobuf.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.com.google.protobuf.Timestamp
getCreateTime()
Time at which the build was created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Time at which the build was created.String
getCreator()
E-mail address of the user who initiated this build.com.google.protobuf.ByteString
getCreatorBytes()
E-mail address of the user who initiated this build.static BuildProvenance
getDefaultInstance()
BuildProvenance
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Timestamp
getEndTime()
Time at which execution of the build was finished.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Time at which execution of the build was finished.String
getId()
Required.com.google.protobuf.ByteString
getIdBytes()
Required.String
getLogsUri()
URI where any logs for this provenance were written.com.google.protobuf.ByteString
getLogsUriBytes()
URI where any logs for this provenance were written.com.google.protobuf.Parser<BuildProvenance>
getParserForType()
String
getProjectId()
ID of the project.com.google.protobuf.ByteString
getProjectIdBytes()
ID of the project.int
getSerializedSize()
Source
getSourceProvenance()
Details of the Source input to the build.SourceOrBuilder
getSourceProvenanceOrBuilder()
Details of the Source input to the build.com.google.protobuf.Timestamp
getStartTime()
Time at which execution of the build was started.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Time at which execution of the build was started.String
getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.com.google.protobuf.ByteString
getTriggerIdBytes()
Trigger identifier if the build was triggered automatically; empty if not.com.google.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasCreateTime()
Time at which the build was created.boolean
hasEndTime()
Time at which execution of the build was finished.int
hashCode()
boolean
hasSourceProvenance()
Details of the Source input to the build.boolean
hasStartTime()
Time at which execution of the build was started.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static BuildProvenance.Builder
newBuilder()
static BuildProvenance.Builder
newBuilder(BuildProvenance prototype)
BuildProvenance.Builder
newBuilderForType()
protected BuildProvenance.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static BuildProvenance
parseDelimitedFrom(InputStream input)
static BuildProvenance
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildProvenance
parseFrom(byte[] data)
static BuildProvenance
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildProvenance
parseFrom(com.google.protobuf.ByteString data)
static BuildProvenance
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildProvenance
parseFrom(com.google.protobuf.CodedInputStream input)
static BuildProvenance
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildProvenance
parseFrom(InputStream input)
static BuildProvenance
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BuildProvenance
parseFrom(ByteBuffer data)
static BuildProvenance
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<BuildProvenance>
parser()
BuildProvenance.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
Required. Unique identifier of the build.
string id = 1;
- Specified by:
getId
in interfaceBuildProvenanceOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
Required. Unique identifier of the build.
string id = 1;
- Specified by:
getIdBytes
in interfaceBuildProvenanceOrBuilder
- Returns:
- The bytes for id.
-
getProjectId
public String getProjectId()
ID of the project.
string project_id = 2;
- Specified by:
getProjectId
in interfaceBuildProvenanceOrBuilder
- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
ID of the project.
string project_id = 2;
- Specified by:
getProjectIdBytes
in 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:
getCommandsList
in interfaceBuildProvenanceOrBuilder
-
getCommandsOrBuilderList
public List<? extends CommandOrBuilder> getCommandsOrBuilderList()
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;
- Specified by:
getCommandsOrBuilderList
in interfaceBuildProvenanceOrBuilder
-
getCommandsCount
public int getCommandsCount()
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;
- Specified by:
getCommandsCount
in interfaceBuildProvenanceOrBuilder
-
getCommands
public Command getCommands(int index)
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;
- Specified by:
getCommands
in interfaceBuildProvenanceOrBuilder
-
getCommandsOrBuilder
public CommandOrBuilder getCommandsOrBuilder(int index)
Commands requested by the build.
repeated .grafeas.v1beta1.provenance.Command commands = 3;
- Specified by:
getCommandsOrBuilder
in interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsList
public List<Artifact> getBuiltArtifactsList()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;
- Specified by:
getBuiltArtifactsList
in interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsOrBuilderList
public List<? extends ArtifactOrBuilder> getBuiltArtifactsOrBuilderList()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;
- Specified by:
getBuiltArtifactsOrBuilderList
in interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsCount
public int getBuiltArtifactsCount()
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;
- Specified by:
getBuiltArtifactsCount
in interfaceBuildProvenanceOrBuilder
-
getBuiltArtifacts
public Artifact getBuiltArtifacts(int index)
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;
- Specified by:
getBuiltArtifacts
in interfaceBuildProvenanceOrBuilder
-
getBuiltArtifactsOrBuilder
public ArtifactOrBuilder getBuiltArtifactsOrBuilder(int index)
Output of the build.
repeated .grafeas.v1beta1.provenance.Artifact built_artifacts = 4;
- Specified by:
getBuiltArtifactsOrBuilder
in interfaceBuildProvenanceOrBuilder
-
hasCreateTime
public boolean hasCreateTime()
Time at which the build was created.
.google.protobuf.Timestamp create_time = 5;
- Specified by:
hasCreateTime
in 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:
getCreateTime
in 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:
getCreateTimeOrBuilder
in interfaceBuildProvenanceOrBuilder
-
hasStartTime
public boolean hasStartTime()
Time at which execution of the build was started.
.google.protobuf.Timestamp start_time = 6;
- Specified by:
hasStartTime
in 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:
getStartTime
in 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:
getStartTimeOrBuilder
in interfaceBuildProvenanceOrBuilder
-
hasEndTime
public boolean hasEndTime()
Time at which execution of the build was finished.
.google.protobuf.Timestamp end_time = 7;
- Specified by:
hasEndTime
in 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:
getEndTime
in 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:
getEndTimeOrBuilder
in 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:
getCreator
in 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:
getCreatorBytes
in 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:
getLogsUri
in 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:
getLogsUriBytes
in 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:
hasSourceProvenance
in 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:
getSourceProvenance
in 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:
getSourceProvenanceOrBuilder
in interfaceBuildProvenanceOrBuilder
-
getTriggerId
public String getTriggerId()
Trigger identifier if the build was triggered automatically; empty if not.
string trigger_id = 11;
- Specified by:
getTriggerId
in 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:
getTriggerIdBytes
in interfaceBuildProvenanceOrBuilder
- Returns:
- The bytes for triggerId.
-
getBuildOptionsCount
public int getBuildOptionsCount()
Description copied from interface:BuildProvenanceOrBuilder
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:
getBuildOptionsCount
in 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:
containsBuildOptions
in interfaceBuildProvenanceOrBuilder
-
getBuildOptions
@Deprecated public Map<String,String> getBuildOptions()
Deprecated.UsegetBuildOptionsMap()
instead.- Specified by:
getBuildOptions
in 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:
getBuildOptionsMap
in 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:
getBuildOptionsOrDefault
in 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:
getBuildOptionsOrThrow
in interfaceBuildProvenanceOrBuilder
-
getBuilderVersion
public String getBuilderVersion()
Version string of the builder at the time this build was executed.
string builder_version = 13;
- Specified by:
getBuilderVersion
in 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:
getBuilderVersionBytes
in interfaceBuildProvenanceOrBuilder
- Returns:
- The bytes for builderVersion.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildProvenance.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BuildProvenance getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-