Class SourceProvenance (3.45.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
Type Description
int

RESOLVED_REPO_SOURCE_FIELD_NUMBER

public static final int RESOLVED_REPO_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

RESOLVED_STORAGE_SOURCE_FIELD_NUMBER

public static final int RESOLVED_STORAGE_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

RESOLVED_STORAGE_SOURCE_MANIFEST_FIELD_NUMBER

public static final int RESOLVED_STORAGE_SOURCE_MANIFEST_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SourceProvenance getDefaultInstance()
Returns
Type Description
SourceProvenance

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SourceProvenance.Builder newBuilder()
Returns
Type Description
SourceProvenance.Builder

newBuilder(SourceProvenance prototype)

public static SourceProvenance.Builder newBuilder(SourceProvenance prototype)
Parameter
Name Description
prototype SourceProvenance
Returns
Type Description
SourceProvenance.Builder

parseDelimitedFrom(InputStream input)

public static SourceProvenance parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SourceProvenance parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SourceProvenance parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SourceProvenance parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SourceProvenance parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SourceProvenance parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SourceProvenance parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SourceProvenance
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SourceProvenance> parser()
Returns
Type Description
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
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SourceProvenance getDefaultInstanceForType()
Returns
Type Description
SourceProvenance

getFileHashes() (deprecated)

public Map<String,FileHashes> getFileHashes()

Use #getFileHashesMap() instead.

Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
key String
defaultValue FileHashes
Returns
Type Description
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
Name Description
key String
Returns
Type Description
FileHashes

getParserForType()

public Parser<SourceProvenance> getParserForType()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
StorageSourceOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the resolvedStorageSourceManifest field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SourceProvenance.Builder newBuilderForType()
Returns
Type Description
SourceProvenance.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SourceProvenance.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SourceProvenance.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SourceProvenance.Builder toBuilder()
Returns
Type Description
SourceProvenance.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException