Class BackendBucket.Builder (1.47.0)

public static final class BackendBucket.Builder extends GeneratedMessageV3.Builder<BackendBucket.Builder> implements BackendBucketOrBuilder

Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.

Protobuf type google.cloud.compute.v1.BackendBucket

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllCustomResponseHeaders(Iterable<String> values)

public BackendBucket.Builder addAllCustomResponseHeaders(Iterable<String> values)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameter
NameDescription
valuesIterable<String>

The customResponseHeaders to add.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

addCustomResponseHeaders(String value)

public BackendBucket.Builder addCustomResponseHeaders(String value)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameter
NameDescription
valueString

The customResponseHeaders to add.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

addCustomResponseHeadersBytes(ByteString value)

public BackendBucket.Builder addCustomResponseHeadersBytes(ByteString value)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameter
NameDescription
valueByteString

The bytes of the customResponseHeaders to add.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BackendBucket.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BackendBucket.Builder
Overrides

build()

public BackendBucket build()
Returns
TypeDescription
BackendBucket

buildPartial()

public BackendBucket buildPartial()
Returns
TypeDescription
BackendBucket

clear()

public BackendBucket.Builder clear()
Returns
TypeDescription
BackendBucket.Builder
Overrides

clearBucketName()

public BackendBucket.Builder clearBucketName()

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearCdnPolicy()

public BackendBucket.Builder clearCdnPolicy()

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Returns
TypeDescription
BackendBucket.Builder

clearCompressionMode()

public BackendBucket.Builder clearCompressionMode()

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearCreationTimestamp()

public BackendBucket.Builder clearCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearCustomResponseHeaders()

public BackendBucket.Builder clearCustomResponseHeaders()

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearDescription()

public BackendBucket.Builder clearDescription()

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearEdgeSecurityPolicy()

public BackendBucket.Builder clearEdgeSecurityPolicy()

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearEnableCdn()

public BackendBucket.Builder clearEnableCdn()

If true, enable Cloud CDN for this BackendBucket.

optional bool enable_cdn = 282942321;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BackendBucket.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BackendBucket.Builder
Overrides

clearId()

public BackendBucket.Builder clearId()

[Output Only] Unique identifier for the resource; defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearKind()

public BackendBucket.Builder clearKind()

Type of the resource.

optional string kind = 3292052;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearName()

public BackendBucket.Builder clearName()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BackendBucket.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BackendBucket.Builder
Overrides
public BackendBucket.Builder clearSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

clone()

public BackendBucket.Builder clone()
Returns
TypeDescription
BackendBucket.Builder
Overrides

getBucketName()

public String getBucketName()

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Returns
TypeDescription
String

The bucketName.

getBucketNameBytes()

public ByteString getBucketNameBytes()

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Returns
TypeDescription
ByteString

The bytes for bucketName.

getCdnPolicy()

public BackendBucketCdnPolicy getCdnPolicy()

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Returns
TypeDescription
BackendBucketCdnPolicy

The cdnPolicy.

getCdnPolicyBuilder()

public BackendBucketCdnPolicy.Builder getCdnPolicyBuilder()

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Returns
TypeDescription
BackendBucketCdnPolicy.Builder

getCdnPolicyOrBuilder()

public BackendBucketCdnPolicyOrBuilder getCdnPolicyOrBuilder()

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Returns
TypeDescription
BackendBucketCdnPolicyOrBuilder

getCompressionMode()

public String getCompressionMode()

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Returns
TypeDescription
String

The compressionMode.

getCompressionModeBytes()

public ByteString getCompressionModeBytes()

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Returns
TypeDescription
ByteString

The bytes for compressionMode.

getCreationTimestamp()

public String getCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
String

The creationTimestamp.

getCreationTimestampBytes()

public ByteString getCreationTimestampBytes()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
ByteString

The bytes for creationTimestamp.

getCustomResponseHeaders(int index)

public String getCustomResponseHeaders(int index)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The customResponseHeaders at the given index.

getCustomResponseHeadersBytes(int index)

public ByteString getCustomResponseHeadersBytes(int index)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the customResponseHeaders at the given index.

getCustomResponseHeadersCount()

public int getCustomResponseHeadersCount()

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Returns
TypeDescription
int

The count of customResponseHeaders.

getCustomResponseHeadersList()

public ProtocolStringList getCustomResponseHeadersList()

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Returns
TypeDescription
ProtocolStringList

A list containing the customResponseHeaders.

getDefaultInstanceForType()

public BackendBucket getDefaultInstanceForType()
Returns
TypeDescription
BackendBucket

getDescription()

public String getDescription()

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEdgeSecurityPolicy()

public String getEdgeSecurityPolicy()

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Returns
TypeDescription
String

The edgeSecurityPolicy.

getEdgeSecurityPolicyBytes()

public ByteString getEdgeSecurityPolicyBytes()

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Returns
TypeDescription
ByteString

The bytes for edgeSecurityPolicy.

getEnableCdn()

public boolean getEnableCdn()

If true, enable Cloud CDN for this BackendBucket.

optional bool enable_cdn = 282942321;

Returns
TypeDescription
boolean

The enableCdn.

getId()

public long getId()

[Output Only] Unique identifier for the resource; defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
long

The id.

getKind()

public String getKind()

Type of the resource.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

Type of the resource.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getName()

public String getName()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

public String getSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

hasBucketName()

public boolean hasBucketName()

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Returns
TypeDescription
boolean

Whether the bucketName field is set.

hasCdnPolicy()

public boolean hasCdnPolicy()

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Returns
TypeDescription
boolean

Whether the cdnPolicy field is set.

hasCompressionMode()

public boolean hasCompressionMode()

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Returns
TypeDescription
boolean

Whether the compressionMode field is set.

hasCreationTimestamp()

public boolean hasCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
boolean

Whether the creationTimestamp field is set.

hasDescription()

public boolean hasDescription()

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasEdgeSecurityPolicy()

public boolean hasEdgeSecurityPolicy()

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Returns
TypeDescription
boolean

Whether the edgeSecurityPolicy field is set.

hasEnableCdn()

public boolean hasEnableCdn()

If true, enable Cloud CDN for this BackendBucket.

optional bool enable_cdn = 282942321;

Returns
TypeDescription
boolean

Whether the enableCdn field is set.

hasId()

public boolean hasId()

[Output Only] Unique identifier for the resource; defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
boolean

Whether the id field is set.

hasKind()

public boolean hasKind()

Type of the resource.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasName()

public boolean hasName()

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

public boolean hasSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCdnPolicy(BackendBucketCdnPolicy value)

public BackendBucket.Builder mergeCdnPolicy(BackendBucketCdnPolicy value)

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Parameter
NameDescription
valueBackendBucketCdnPolicy
Returns
TypeDescription
BackendBucket.Builder

mergeFrom(BackendBucket other)

public BackendBucket.Builder mergeFrom(BackendBucket other)
Parameter
NameDescription
otherBackendBucket
Returns
TypeDescription
BackendBucket.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BackendBucket.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BackendBucket.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BackendBucket.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BackendBucket.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BackendBucket.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BackendBucket.Builder
Overrides

setBucketName(String value)

public BackendBucket.Builder setBucketName(String value)

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Parameter
NameDescription
valueString

The bucketName to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setBucketNameBytes(ByteString value)

public BackendBucket.Builder setBucketNameBytes(ByteString value)

Cloud Storage bucket name.

optional string bucket_name = 283610048;

Parameter
NameDescription
valueByteString

The bytes for bucketName to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setCdnPolicy(BackendBucketCdnPolicy value)

public BackendBucket.Builder setCdnPolicy(BackendBucketCdnPolicy value)

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Parameter
NameDescription
valueBackendBucketCdnPolicy
Returns
TypeDescription
BackendBucket.Builder

setCdnPolicy(BackendBucketCdnPolicy.Builder builderForValue)

public BackendBucket.Builder setCdnPolicy(BackendBucketCdnPolicy.Builder builderForValue)

Cloud CDN configuration for this BackendBucket.

optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;

Parameter
NameDescription
builderForValueBackendBucketCdnPolicy.Builder
Returns
TypeDescription
BackendBucket.Builder

setCompressionMode(String value)

public BackendBucket.Builder setCompressionMode(String value)

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Parameter
NameDescription
valueString

The compressionMode to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setCompressionModeBytes(ByteString value)

public BackendBucket.Builder setCompressionModeBytes(ByteString value)

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Check the CompressionMode enum for the list of possible values.

optional string compression_mode = 95520988;

Parameter
NameDescription
valueByteString

The bytes for compressionMode to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setCreationTimestamp(String value)

public BackendBucket.Builder setCreationTimestamp(String value)

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Parameter
NameDescription
valueString

The creationTimestamp to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setCreationTimestampBytes(ByteString value)

public BackendBucket.Builder setCreationTimestampBytes(ByteString value)

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Parameter
NameDescription
valueByteString

The bytes for creationTimestamp to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setCustomResponseHeaders(int index, String value)

public BackendBucket.Builder setCustomResponseHeaders(int index, String value)

Headers that the Application Load Balancer should add to proxied responses.

repeated string custom_response_headers = 387539094;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The customResponseHeaders to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setDescription(String value)

public BackendBucket.Builder setDescription(String value)

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public BackendBucket.Builder setDescriptionBytes(ByteString value)

An optional textual description of the resource; provided by the client when the resource is created.

optional string description = 422937596;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setEdgeSecurityPolicy(String value)

public BackendBucket.Builder setEdgeSecurityPolicy(String value)

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Parameter
NameDescription
valueString

The edgeSecurityPolicy to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setEdgeSecurityPolicyBytes(ByteString value)

public BackendBucket.Builder setEdgeSecurityPolicyBytes(ByteString value)

[Output Only] The resource URL for the edge security policy associated with this backend bucket.

optional string edge_security_policy = 41036943;

Parameter
NameDescription
valueByteString

The bytes for edgeSecurityPolicy to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setEnableCdn(boolean value)

public BackendBucket.Builder setEnableCdn(boolean value)

If true, enable Cloud CDN for this BackendBucket.

optional bool enable_cdn = 282942321;

Parameter
NameDescription
valueboolean

The enableCdn to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BackendBucket.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BackendBucket.Builder
Overrides

setId(long value)

public BackendBucket.Builder setId(long value)

[Output Only] Unique identifier for the resource; defined by the server.

optional uint64 id = 3355;

Parameter
NameDescription
valuelong

The id to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setKind(String value)

public BackendBucket.Builder setKind(String value)

Type of the resource.

optional string kind = 3292052;

Parameter
NameDescription
valueString

The kind to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setKindBytes(ByteString value)

public BackendBucket.Builder setKindBytes(ByteString value)

Type of the resource.

optional string kind = 3292052;

Parameter
NameDescription
valueByteString

The bytes for kind to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setName(String value)

public BackendBucket.Builder setName(String value)

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setNameBytes(ByteString value)

public BackendBucket.Builder setNameBytes(ByteString value)

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

optional string name = 3373707;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BackendBucket.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BackendBucket.Builder
Overrides
public BackendBucket.Builder setSelfLink(String value)

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueString

The selfLink to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setSelfLinkBytes(ByteString value)

public BackendBucket.Builder setSelfLinkBytes(ByteString value)

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueByteString

The bytes for selfLink to set.

Returns
TypeDescription
BackendBucket.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BackendBucket.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BackendBucket.Builder
Overrides