| Modifier and Type | Method and Description |
|---|---|
RepoSource |
RepoSource.Builder.build() |
RepoSource |
RepoSource.Builder.buildPartial() |
static RepoSource |
RepoSource.getDefaultInstance() |
RepoSource |
RepoSource.getDefaultInstanceForType() |
RepoSource |
RepoSource.Builder.getDefaultInstanceForType() |
RepoSource |
Source.getRepoSource()
If provided, get the source from this location in a Cloud Source
Repository.
|
RepoSource |
Source.Builder.getRepoSource()
If provided, get the source from this location in a Cloud Source
Repository.
|
RepoSource |
SourceOrBuilder.getRepoSource()
If provided, get the source from this location in a Cloud Source
Repository.
|
RepoSource |
SourceProvenanceOrBuilder.getResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
RepoSource |
SourceProvenance.getResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
RepoSource |
SourceProvenance.Builder.getResolvedRepoSource()
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
static RepoSource |
RepoSource.parseDelimitedFrom(InputStream input) |
static RepoSource |
RepoSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RepoSource |
RepoSource.parseFrom(byte[] data) |
static RepoSource |
RepoSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RepoSource |
RepoSource.parseFrom(ByteBuffer data) |
static RepoSource |
RepoSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RepoSource |
RepoSource.parseFrom(com.google.protobuf.ByteString data) |
static RepoSource |
RepoSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RepoSource |
RepoSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static RepoSource |
RepoSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RepoSource |
RepoSource.parseFrom(InputStream input) |
static RepoSource |
RepoSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RepoSource> |
RepoSource.getParserForType() |
static com.google.protobuf.Parser<RepoSource> |
RepoSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
RepoSource.Builder |
RepoSource.Builder.mergeFrom(RepoSource other) |
Source.Builder |
Source.Builder.mergeRepoSource(RepoSource value)
If provided, get the source from this location in a Cloud Source
Repository.
|
SourceProvenance.Builder |
SourceProvenance.Builder.mergeResolvedRepoSource(RepoSource value)
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
static RepoSource.Builder |
RepoSource.newBuilder(RepoSource prototype) |
Source.Builder |
Source.Builder.setRepoSource(RepoSource value)
If provided, get the source from this location in a Cloud Source
Repository.
|
SourceProvenance.Builder |
SourceProvenance.Builder.setResolvedRepoSource(RepoSource value)
A copy of the build's `source.repo_source`, if exists, with any
revisions resolved.
|
Copyright © 2023 Google LLC. All rights reserved.