Class SourceProvenance (3.39.0)

public final class SourceProvenance extends GeneratedMessageV3 implements SourceProvenanceOrBuilder

Provenance of the source. Ways to find the original source, or verify that some source was used for this build.

Protobuf type google.devtools.cloudbuild.v1.SourceProvenance

Static Fields

FILE_HASHES_FIELD_NUMBER

public static final int FILE_HASHES_FIELD_NUMBER
Field Value
TypeDescription
int

RESOLVED_REPO_SOURCE_FIELD_NUMBER

public static final int RESOLVED_REPO_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

RESOLVED_STORAGE_SOURCE_FIELD_NUMBER

public static final int RESOLVED_STORAGE_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

RESOLVED_STORAGE_SOURCE_MANIFEST_FIELD_NUMBER

public static final int RESOLVED_STORAGE_SOURCE_MANIFEST_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SourceProvenance getDefaultInstance()
Returns
TypeDescription
SourceProvenance

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SourceProvenance.Builder newBuilder()
Returns
TypeDescription
SourceProvenance.Builder

newBuilder(SourceProvenance prototype)

public static SourceProvenance.Builder newBuilder(SourceProvenance prototype)
Parameter
NameDescription
prototypeSourceProvenance
Returns
TypeDescription
SourceProvenance.Builder

parseDelimitedFrom(InputStream input)

public static SourceProvenance parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SourceProvenance parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SourceProvenance parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SourceProvenance parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SourceProvenance parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SourceProvenance parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SourceProvenance
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SourceProvenance> parser()
Returns
TypeDescription
Parser<SourceProvenance>

Methods

containsFileHashes(String key)

public boolean containsFileHashes(String key)

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash.

The keys to this map are file paths used as build source and the values contain the hash values for those files.

If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

map<string, .google.devtools.cloudbuild.v1.FileHashes> file_hashes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SourceProvenance getDefaultInstanceForType()
Returns
TypeDescription
SourceProvenance

getFileHashes() (deprecated)

public Map<String,FileHashes> getFileHashes()

Use #getFileHashesMap() instead.

Returns
TypeDescription
Map<String,FileHashes>

getFileHashesCount()

public int getFileHashesCount()

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash.

The keys to this map are file paths used as build source and the values contain the hash values for those files.

If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

map<string, .google.devtools.cloudbuild.v1.FileHashes> file_hashes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getFileHashesMap()

public Map<String,FileHashes> getFileHashesMap()

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash.

The keys to this map are file paths used as build source and the values contain the hash values for those files.

If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

map<string, .google.devtools.cloudbuild.v1.FileHashes> file_hashes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Map<String,FileHashes>

getFileHashesOrDefault(String key, FileHashes defaultValue)

public FileHashes getFileHashesOrDefault(String key, FileHashes defaultValue)

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash.

The keys to this map are file paths used as build source and the values contain the hash values for those files.

If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

map<string, .google.devtools.cloudbuild.v1.FileHashes> file_hashes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
defaultValueFileHashes
Returns
TypeDescription
FileHashes

getFileHashesOrThrow(String key)

public FileHashes getFileHashesOrThrow(String key)

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash.

The keys to this map are file paths used as build source and the values contain the hash values for those files.

If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

map<string, .google.devtools.cloudbuild.v1.FileHashes> file_hashes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
FileHashes

getParserForType()

public Parser<SourceProvenance> getParserForType()
Returns
TypeDescription
Parser<SourceProvenance>
Overrides

getResolvedRepoSource()

public RepoSource getResolvedRepoSource()

A copy of the build's source.repo_source, if exists, with any revisions resolved.

.google.devtools.cloudbuild.v1.RepoSource resolved_repo_source = 6;

Returns
TypeDescription
RepoSource

The resolvedRepoSource.

getResolvedRepoSourceOrBuilder()

public RepoSourceOrBuilder getResolvedRepoSourceOrBuilder()

A copy of the build's source.repo_source, if exists, with any revisions resolved.

.google.devtools.cloudbuild.v1.RepoSource resolved_repo_source = 6;

Returns
TypeDescription
RepoSourceOrBuilder

getResolvedStorageSource()

public StorageSource getResolvedStorageSource()

A copy of the build's source.storage_source, if exists, with any generations resolved.

.google.devtools.cloudbuild.v1.StorageSource resolved_storage_source = 3;

Returns
TypeDescription
StorageSource

The resolvedStorageSource.

getResolvedStorageSourceManifest()

public StorageSourceManifest getResolvedStorageSourceManifest()

A copy of the build's source.storage_source_manifest, if exists, with any revisions resolved. This feature is in Preview.

.google.devtools.cloudbuild.v1.StorageSourceManifest resolved_storage_source_manifest = 9;

Returns
TypeDescription
StorageSourceManifest

The resolvedStorageSourceManifest.

getResolvedStorageSourceManifestOrBuilder()

public StorageSourceManifestOrBuilder getResolvedStorageSourceManifestOrBuilder()

A copy of the build's source.storage_source_manifest, if exists, with any revisions resolved. This feature is in Preview.

.google.devtools.cloudbuild.v1.StorageSourceManifest resolved_storage_source_manifest = 9;

Returns
TypeDescription
StorageSourceManifestOrBuilder

getResolvedStorageSourceOrBuilder()

public StorageSourceOrBuilder getResolvedStorageSourceOrBuilder()

A copy of the build's source.storage_source, if exists, with any generations resolved.

.google.devtools.cloudbuild.v1.StorageSource resolved_storage_source = 3;

Returns
TypeDescription
StorageSourceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasResolvedRepoSource()

public boolean hasResolvedRepoSource()

A copy of the build's source.repo_source, if exists, with any revisions resolved.

.google.devtools.cloudbuild.v1.RepoSource resolved_repo_source = 6;

Returns
TypeDescription
boolean

Whether the resolvedRepoSource field is set.

hasResolvedStorageSource()

public boolean hasResolvedStorageSource()

A copy of the build's source.storage_source, if exists, with any generations resolved.

.google.devtools.cloudbuild.v1.StorageSource resolved_storage_source = 3;

Returns
TypeDescription
boolean

Whether the resolvedStorageSource field is set.

hasResolvedStorageSourceManifest()

public boolean hasResolvedStorageSourceManifest()

A copy of the build's source.storage_source_manifest, if exists, with any revisions resolved. This feature is in Preview.

.google.devtools.cloudbuild.v1.StorageSourceManifest resolved_storage_source_manifest = 9;

Returns
TypeDescription
boolean

Whether the resolvedStorageSourceManifest field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SourceProvenance.Builder newBuilderForType()
Returns
TypeDescription
SourceProvenance.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SourceProvenance.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SourceProvenance.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SourceProvenance.Builder toBuilder()
Returns
TypeDescription
SourceProvenance.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException