| Modifier and Type | Method and Description |
|---|---|
StorageSource |
StorageSource.Builder.build() |
StorageSource |
StorageSource.Builder.buildPartial() |
static StorageSource |
StorageSource.getDefaultInstance() |
StorageSource |
StorageSource.getDefaultInstanceForType() |
StorageSource |
StorageSource.Builder.getDefaultInstanceForType() |
StorageSource |
SourceProvenance.getResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
StorageSource |
SourceProvenance.Builder.getResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
StorageSource |
SourceProvenanceOrBuilder.getResolvedStorageSource()
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
StorageSource |
GenerateUploadUrlResponseOrBuilder.getStorageSource()
The location of the source code in the upload bucket.
|
StorageSource |
GenerateUploadUrlResponse.getStorageSource()
The location of the source code in the upload bucket.
|
StorageSource |
GenerateUploadUrlResponse.Builder.getStorageSource()
The location of the source code in the upload bucket.
|
StorageSource |
SourceOrBuilder.getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
StorageSource |
Source.getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
StorageSource |
Source.Builder.getStorageSource()
If provided, get the source from this location in Google Cloud Storage.
|
static StorageSource |
StorageSource.parseDelimitedFrom(InputStream input) |
static StorageSource |
StorageSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageSource |
StorageSource.parseFrom(byte[] data) |
static StorageSource |
StorageSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageSource |
StorageSource.parseFrom(ByteBuffer data) |
static StorageSource |
StorageSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageSource |
StorageSource.parseFrom(com.google.protobuf.ByteString data) |
static StorageSource |
StorageSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageSource |
StorageSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static StorageSource |
StorageSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageSource |
StorageSource.parseFrom(InputStream input) |
static StorageSource |
StorageSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StorageSource> |
StorageSource.getParserForType() |
static com.google.protobuf.Parser<StorageSource> |
StorageSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
StorageSource.Builder |
StorageSource.Builder.mergeFrom(StorageSource other) |
SourceProvenance.Builder |
SourceProvenance.Builder.mergeResolvedStorageSource(StorageSource value)
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
GenerateUploadUrlResponse.Builder |
GenerateUploadUrlResponse.Builder.mergeStorageSource(StorageSource value)
The location of the source code in the upload bucket.
|
Source.Builder |
Source.Builder.mergeStorageSource(StorageSource value)
If provided, get the source from this location in Google Cloud Storage.
|
static StorageSource.Builder |
StorageSource.newBuilder(StorageSource prototype) |
SourceProvenance.Builder |
SourceProvenance.Builder.setResolvedStorageSource(StorageSource value)
A copy of the build's `source.storage_source`, if exists, with any
generations resolved.
|
GenerateUploadUrlResponse.Builder |
GenerateUploadUrlResponse.Builder.setStorageSource(StorageSource value)
The location of the source code in the upload bucket.
|
Source.Builder |
Source.Builder.setStorageSource(StorageSource value)
If provided, get the source from this location in Google Cloud Storage.
|
Copyright © 2024 Google LLC. All rights reserved.