Class StorageSource.Builder (3.85.0)

public static final class StorageSource.Builder extends GeneratedMessage.Builder<StorageSource.Builder> implements StorageSourceOrBuilder

Location of the source in an archive file in Cloud Storage.

Protobuf type google.devtools.cloudbuild.v1.StorageSource

Static Methods

getDescriptor()

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

Methods

build()

public StorageSource build()
Returns
Type Description
StorageSource

buildPartial()

public StorageSource buildPartial()
Returns
Type Description
StorageSource

clear()

public StorageSource.Builder clear()
Returns
Type Description
StorageSource.Builder
Overrides

clearBucket()

public StorageSource.Builder clearBucket()

Cloud Storage bucket containing the source (see Bucket Name Requirements).

string bucket = 1;

Returns
Type Description
StorageSource.Builder

This builder for chaining.

clearGeneration()

public StorageSource.Builder clearGeneration()

Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageSource.Builder

This builder for chaining.

clearObject()

public StorageSource.Builder clearObject()

Required. Cloud Storage object containing the source.

This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

string object = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
StorageSource.Builder

This builder for chaining.

clearSourceFetcher()

public StorageSource.Builder clearSourceFetcher()

Optional. Option to specify the tool to fetch the source file for the build.

.google.devtools.cloudbuild.v1.StorageSource.SourceFetcher source_fetcher = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageSource.Builder

This builder for chaining.

getBucket()

public String getBucket()

Cloud Storage bucket containing the source (see Bucket Name Requirements).

string bucket = 1;

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Cloud Storage bucket containing the source (see Bucket Name Requirements).

string bucket = 1;

Returns
Type Description
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public StorageSource getDefaultInstanceForType()
Returns
Type Description
StorageSource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGeneration()

public long getGeneration()

Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The generation.

getObject()

public String getObject()

Required. Cloud Storage object containing the source.

This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

string object = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The object.

getObjectBytes()

public ByteString getObjectBytes()

Required. Cloud Storage object containing the source.

This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

string object = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for object.

getSourceFetcher()

public StorageSource.SourceFetcher getSourceFetcher()

Optional. Option to specify the tool to fetch the source file for the build.

.google.devtools.cloudbuild.v1.StorageSource.SourceFetcher source_fetcher = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StorageSource.SourceFetcher

The sourceFetcher.

getSourceFetcherValue()

public int getSourceFetcherValue()

Optional. Option to specify the tool to fetch the source file for the build.

.google.devtools.cloudbuild.v1.StorageSource.SourceFetcher source_fetcher = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for sourceFetcher.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StorageSource other)

public StorageSource.Builder mergeFrom(StorageSource other)
Parameter
Name Description
other StorageSource
Returns
Type Description
StorageSource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StorageSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StorageSource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StorageSource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StorageSource.Builder
Overrides

setBucket(String value)

public StorageSource.Builder setBucket(String value)

Cloud Storage bucket containing the source (see Bucket Name Requirements).

string bucket = 1;

Parameter
Name Description
value String

The bucket to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setBucketBytes(ByteString value)

public StorageSource.Builder setBucketBytes(ByteString value)

Cloud Storage bucket containing the source (see Bucket Name Requirements).

string bucket = 1;

Parameter
Name Description
value ByteString

The bytes for bucket to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setGeneration(long value)

public StorageSource.Builder setGeneration(long value)

Optional. Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

int64 generation = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The generation to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setObject(String value)

public StorageSource.Builder setObject(String value)

Required. Cloud Storage object containing the source.

This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

string object = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The object to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setObjectBytes(ByteString value)

public StorageSource.Builder setObjectBytes(ByteString value)

Required. Cloud Storage object containing the source.

This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

string object = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for object to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setSourceFetcher(StorageSource.SourceFetcher value)

public StorageSource.Builder setSourceFetcher(StorageSource.SourceFetcher value)

Optional. Option to specify the tool to fetch the source file for the build.

.google.devtools.cloudbuild.v1.StorageSource.SourceFetcher source_fetcher = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value StorageSource.SourceFetcher

The sourceFetcher to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.

setSourceFetcherValue(int value)

public StorageSource.Builder setSourceFetcherValue(int value)

Optional. Option to specify the tool to fetch the source file for the build.

.google.devtools.cloudbuild.v1.StorageSource.SourceFetcher source_fetcher = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for sourceFetcher to set.

Returns
Type Description
StorageSource.Builder

This builder for chaining.