publicfinalclass SourceProvenanceextendsGeneratedMessageV3implementsSourceProvenanceOrBuilder
Provenance of the source. Ways to find the original source, or verify that
some source was used for this build.
Protobuf type google.cloud.functions.v2beta.SourceProvenance
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GIT_URI_FIELD_NUMBER
publicstaticfinalintGIT_URI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESOLVED_REPO_SOURCE_FIELD_NUMBER
publicstaticfinalintRESOLVED_REPO_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESOLVED_STORAGE_SOURCE_FIELD_NUMBER
publicstaticfinalintRESOLVED_STORAGE_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticSourceProvenancegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSourceProvenance.BuildernewBuilder()
newBuilder(SourceProvenance prototype)
publicstaticSourceProvenance.BuildernewBuilder(SourceProvenanceprototype)
publicstaticSourceProvenanceparseDelimitedFrom(InputStreaminput)
publicstaticSourceProvenanceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSourceProvenanceparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSourceProvenanceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSourceProvenanceparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSourceProvenanceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSourceProvenanceparseFrom(CodedInputStreaminput)
publicstaticSourceProvenanceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSourceProvenanceparseFrom(InputStreaminput)
publicstaticSourceProvenanceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSourceProvenanceparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSourceProvenanceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SourceProvenance>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicSourceProvenancegetDefaultInstanceForType()
getGitUri()
A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Returns |
| Type |
Description |
String |
The gitUri.
|
getGitUriBytes()
publicByteStringgetGitUriBytes()
A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for gitUri.
|
getParserForType()
publicParser<SourceProvenance>getParserForType()
Overrides
getResolvedRepoSource()
publicRepoSourcegetResolvedRepoSource()
A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
| Returns |
| Type |
Description |
RepoSource |
The resolvedRepoSource.
|
getResolvedRepoSourceOrBuilder()
publicRepoSourceOrBuildergetResolvedRepoSourceOrBuilder()
A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
getResolvedStorageSource()
publicStorageSourcegetResolvedStorageSource()
A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
| Returns |
| Type |
Description |
StorageSource |
The resolvedStorageSource.
|
getResolvedStorageSourceOrBuilder()
publicStorageSourceOrBuildergetResolvedStorageSourceOrBuilder()
A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasResolvedRepoSource()
publicbooleanhasResolvedRepoSource()
A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2beta.RepoSource resolved_repo_source = 2;
| Returns |
| Type |
Description |
boolean |
Whether the resolvedRepoSource field is set.
|
hasResolvedStorageSource()
publicbooleanhasResolvedStorageSource()
A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2beta.StorageSource resolved_storage_source = 1;
| Returns |
| Type |
Description |
boolean |
Whether the resolvedStorageSource field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSourceProvenance.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSourceProvenance.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSourceProvenance.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides