- 2.85.0 (latest)
- 2.84.0
- 2.83.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
public static final class SourceProvenance.Builder extends GeneratedMessage.Builder<SourceProvenance.Builder> implements SourceProvenanceOrBuilderProvenance of the source. Ways to find the original source, or verify that some source was used for this build.
Protobuf type google.cloud.functions.v2alpha.SourceProvenance
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SourceProvenance.BuilderImplements
SourceProvenanceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SourceProvenance build()| Returns | |
|---|---|
| Type | Description |
SourceProvenance |
|
buildPartial()
public SourceProvenance buildPartial()| Returns | |
|---|---|
| Type | Description |
SourceProvenance |
|
clear()
public SourceProvenance.Builder clear()| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
clearGitUri()
public SourceProvenance.Builder clearGitUri() A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
This builder for chaining. |
clearResolvedRepoSource()
public SourceProvenance.Builder clearResolvedRepoSource() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
clearResolvedStorageSource()
public SourceProvenance.Builder clearResolvedStorageSource() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
getDefaultInstanceForType()
public SourceProvenance getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SourceProvenance |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGitUri()
public String 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()
public ByteString getGitUriBytes() 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. |
getResolvedRepoSource()
public RepoSource getResolvedRepoSource() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
RepoSource |
The resolvedRepoSource. |
getResolvedRepoSourceBuilder()
public RepoSource.Builder getResolvedRepoSourceBuilder() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
RepoSource.Builder |
|
getResolvedRepoSourceOrBuilder()
public RepoSourceOrBuilder getResolvedRepoSourceOrBuilder() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Returns | |
|---|---|
| Type | Description |
RepoSourceOrBuilder |
|
getResolvedStorageSource()
public StorageSource getResolvedStorageSource() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
StorageSource |
The resolvedStorageSource. |
getResolvedStorageSourceBuilder()
public StorageSource.Builder getResolvedStorageSourceBuilder() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
StorageSource.Builder |
|
getResolvedStorageSourceOrBuilder()
public StorageSourceOrBuilder getResolvedStorageSourceOrBuilder() A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
StorageSourceOrBuilder |
|
hasResolvedRepoSource()
public boolean hasResolvedRepoSource() A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| 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.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the resolvedStorageSource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SourceProvenance other)
public SourceProvenance.Builder mergeFrom(SourceProvenance other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceProvenance |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SourceProvenance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SourceProvenance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
mergeResolvedRepoSource(RepoSource value)
public SourceProvenance.Builder mergeResolvedRepoSource(RepoSource value) A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RepoSource |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
mergeResolvedStorageSource(StorageSource value)
public SourceProvenance.Builder mergeResolvedStorageSource(StorageSource value) A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StorageSource |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
setGitUri(String value)
public SourceProvenance.Builder setGitUri(String value) A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gitUri to set. |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
This builder for chaining. |
setGitUriBytes(ByteString value)
public SourceProvenance.Builder setGitUriBytes(ByteString value) A copy of the build's source.git_uri, if exists, with any commits
resolved.
string git_uri = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gitUri to set. |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
This builder for chaining. |
setResolvedRepoSource(RepoSource value)
public SourceProvenance.Builder setResolvedRepoSource(RepoSource value) A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RepoSource |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
setResolvedRepoSource(RepoSource.Builder builderForValue)
public SourceProvenance.Builder setResolvedRepoSource(RepoSource.Builder builderForValue) A copy of the build's source.repo_source, if exists, with any
revisions resolved.
.google.cloud.functions.v2alpha.RepoSource resolved_repo_source = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RepoSource.Builder |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
setResolvedStorageSource(StorageSource value)
public SourceProvenance.Builder setResolvedStorageSource(StorageSource value) A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StorageSource |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|
setResolvedStorageSource(StorageSource.Builder builderForValue)
public SourceProvenance.Builder setResolvedStorageSource(StorageSource.Builder builderForValue) A copy of the build's source.storage_source, if exists, with any
generations resolved.
.google.cloud.functions.v2alpha.StorageSource resolved_storage_source = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StorageSource.Builder |
| Returns | |
|---|---|
| Type | Description |
SourceProvenance.Builder |
|