Package com.google.cloud.compute.v1
Class BackendBucket.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
- com.google.cloud.compute.v1.BackendBucket.Builder
-
- All Implemented Interfaces:
BackendBucketOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- BackendBucket
public static final class BackendBucket.Builder extends com.google.protobuf.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 typegoogle.cloud.compute.v1.BackendBucket
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendBucket.Builder
addAllCustomResponseHeaders(Iterable<String> values)
Headers that the Application Load Balancer should add to proxied responses.BackendBucket.Builder
addCustomResponseHeaders(String value)
Headers that the Application Load Balancer should add to proxied responses.BackendBucket.Builder
addCustomResponseHeadersBytes(com.google.protobuf.ByteString value)
Headers that the Application Load Balancer should add to proxied responses.BackendBucket.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BackendBucket
build()
BackendBucket
buildPartial()
BackendBucket.Builder
clear()
BackendBucket.Builder
clearBucketName()
Cloud Storage bucket name.BackendBucket.Builder
clearCdnPolicy()
Cloud CDN configuration for this BackendBucket.BackendBucket.Builder
clearCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.BackendBucket.Builder
clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.BackendBucket.Builder
clearCustomResponseHeaders()
Headers that the Application Load Balancer should add to proxied responses.BackendBucket.Builder
clearDescription()
An optional textual description of the resource; provided by the client when the resource is created.BackendBucket.Builder
clearEdgeSecurityPolicy()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.BackendBucket.Builder
clearEnableCdn()
If true, enable Cloud CDN for this BackendBucket.BackendBucket.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BackendBucket.Builder
clearId()
[Output Only] Unique identifier for the resource; defined by the server.BackendBucket.Builder
clearKind()
Type of the resource.BackendBucket.Builder
clearName()
Name of the resource.BackendBucket.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BackendBucket.Builder
clearSelfLink()
[Output Only] Server-defined URL for the resource.BackendBucket.Builder
clone()
String
getBucketName()
Cloud Storage bucket name.com.google.protobuf.ByteString
getBucketNameBytes()
Cloud Storage bucket name.BackendBucketCdnPolicy
getCdnPolicy()
Cloud CDN configuration for this BackendBucket.BackendBucketCdnPolicy.Builder
getCdnPolicyBuilder()
Cloud CDN configuration for this BackendBucket.BackendBucketCdnPolicyOrBuilder
getCdnPolicyOrBuilder()
Cloud CDN configuration for this BackendBucket.String
getCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.com.google.protobuf.ByteString
getCompressionModeBytes()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.String
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.com.google.protobuf.ByteString
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.String
getCustomResponseHeaders(int index)
Headers that the Application Load Balancer should add to proxied responses.com.google.protobuf.ByteString
getCustomResponseHeadersBytes(int index)
Headers that the Application Load Balancer should add to proxied responses.int
getCustomResponseHeadersCount()
Headers that the Application Load Balancer should add to proxied responses.com.google.protobuf.ProtocolStringList
getCustomResponseHeadersList()
Headers that the Application Load Balancer should add to proxied responses.BackendBucket
getDefaultInstanceForType()
String
getDescription()
An optional textual description of the resource; provided by the client when the resource is created.com.google.protobuf.ByteString
getDescriptionBytes()
An optional textual description of the resource; provided by the client when the resource is created.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getEdgeSecurityPolicy()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.com.google.protobuf.ByteString
getEdgeSecurityPolicyBytes()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.boolean
getEnableCdn()
If true, enable Cloud CDN for this BackendBucket.long
getId()
[Output Only] Unique identifier for the resource; defined by the server.String
getKind()
Type of the resource.com.google.protobuf.ByteString
getKindBytes()
Type of the resource.String
getName()
Name of the resource.com.google.protobuf.ByteString
getNameBytes()
Name of the resource.String
getSelfLink()
[Output Only] Server-defined URL for the resource.com.google.protobuf.ByteString
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.boolean
hasBucketName()
Cloud Storage bucket name.boolean
hasCdnPolicy()
Cloud CDN configuration for this BackendBucket.boolean
hasCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.boolean
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.boolean
hasDescription()
An optional textual description of the resource; provided by the client when the resource is created.boolean
hasEdgeSecurityPolicy()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.boolean
hasEnableCdn()
If true, enable Cloud CDN for this BackendBucket.boolean
hasId()
[Output Only] Unique identifier for the resource; defined by the server.boolean
hasKind()
Type of the resource.boolean
hasName()
Name of the resource.boolean
hasSelfLink()
[Output Only] Server-defined URL for the resource.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BackendBucket.Builder
mergeCdnPolicy(BackendBucketCdnPolicy value)
Cloud CDN configuration for this BackendBucket.BackendBucket.Builder
mergeFrom(BackendBucket other)
BackendBucket.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BackendBucket.Builder
mergeFrom(com.google.protobuf.Message other)
BackendBucket.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BackendBucket.Builder
setBucketName(String value)
Cloud Storage bucket name.BackendBucket.Builder
setBucketNameBytes(com.google.protobuf.ByteString value)
Cloud Storage bucket name.BackendBucket.Builder
setCdnPolicy(BackendBucketCdnPolicy value)
Cloud CDN configuration for this BackendBucket.BackendBucket.Builder
setCdnPolicy(BackendBucketCdnPolicy.Builder builderForValue)
Cloud CDN configuration for this BackendBucket.BackendBucket.Builder
setCompressionMode(String value)
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.BackendBucket.Builder
setCompressionModeBytes(com.google.protobuf.ByteString value)
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.BackendBucket.Builder
setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.BackendBucket.Builder
setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.BackendBucket.Builder
setCustomResponseHeaders(int index, String value)
Headers that the Application Load Balancer should add to proxied responses.BackendBucket.Builder
setDescription(String value)
An optional textual description of the resource; provided by the client when the resource is created.BackendBucket.Builder
setDescriptionBytes(com.google.protobuf.ByteString value)
An optional textual description of the resource; provided by the client when the resource is created.BackendBucket.Builder
setEdgeSecurityPolicy(String value)
[Output Only] The resource URL for the edge security policy associated with this backend bucket.BackendBucket.Builder
setEdgeSecurityPolicyBytes(com.google.protobuf.ByteString value)
[Output Only] The resource URL for the edge security policy associated with this backend bucket.BackendBucket.Builder
setEnableCdn(boolean value)
If true, enable Cloud CDN for this BackendBucket.BackendBucket.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BackendBucket.Builder
setId(long value)
[Output Only] Unique identifier for the resource; defined by the server.BackendBucket.Builder
setKind(String value)
Type of the resource.BackendBucket.Builder
setKindBytes(com.google.protobuf.ByteString value)
Type of the resource.BackendBucket.Builder
setName(String value)
Name of the resource.BackendBucket.Builder
setNameBytes(com.google.protobuf.ByteString value)
Name of the resource.BackendBucket.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BackendBucket.Builder
setSelfLink(String value)
[Output Only] Server-defined URL for the resource.BackendBucket.Builder
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.BackendBucket.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
clear
public BackendBucket.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
getDefaultInstanceForType
public BackendBucket getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BackendBucket build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BackendBucket buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BackendBucket.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
setField
public BackendBucket.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
clearField
public BackendBucket.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
clearOneof
public BackendBucket.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
setRepeatedField
public BackendBucket.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
addRepeatedField
public BackendBucket.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
mergeFrom
public BackendBucket.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BackendBucket.Builder>
-
mergeFrom
public BackendBucket.Builder mergeFrom(BackendBucket other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
mergeFrom
public BackendBucket.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BackendBucket.Builder>
- Throws:
IOException
-
hasBucketName
public boolean hasBucketName()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Specified by:
hasBucketName
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the bucketName field is set.
-
getBucketName
public String getBucketName()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Specified by:
getBucketName
in interfaceBackendBucketOrBuilder
- Returns:
- The bucketName.
-
getBucketNameBytes
public com.google.protobuf.ByteString getBucketNameBytes()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Specified by:
getBucketNameBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for bucketName.
-
setBucketName
public BackendBucket.Builder setBucketName(String value)
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Parameters:
value
- The bucketName to set.- Returns:
- This builder for chaining.
-
clearBucketName
public BackendBucket.Builder clearBucketName()
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Returns:
- This builder for chaining.
-
setBucketNameBytes
public BackendBucket.Builder setBucketNameBytes(com.google.protobuf.ByteString value)
Cloud Storage bucket name.
optional string bucket_name = 283610048;
- Parameters:
value
- The bytes for bucketName to set.- Returns:
- This builder for chaining.
-
hasCdnPolicy
public boolean hasCdnPolicy()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
- Specified by:
hasCdnPolicy
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the cdnPolicy field is set.
-
getCdnPolicy
public BackendBucketCdnPolicy getCdnPolicy()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
- Specified by:
getCdnPolicy
in interfaceBackendBucketOrBuilder
- Returns:
- The cdnPolicy.
-
setCdnPolicy
public BackendBucket.Builder setCdnPolicy(BackendBucketCdnPolicy value)
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
-
setCdnPolicy
public BackendBucket.Builder setCdnPolicy(BackendBucketCdnPolicy.Builder builderForValue)
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
-
mergeCdnPolicy
public BackendBucket.Builder mergeCdnPolicy(BackendBucketCdnPolicy value)
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
-
clearCdnPolicy
public BackendBucket.Builder clearCdnPolicy()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
-
getCdnPolicyBuilder
public BackendBucketCdnPolicy.Builder getCdnPolicyBuilder()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
-
getCdnPolicyOrBuilder
public BackendBucketCdnPolicyOrBuilder getCdnPolicyOrBuilder()
Cloud CDN configuration for this BackendBucket.
optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
- Specified by:
getCdnPolicyOrBuilder
in interfaceBackendBucketOrBuilder
-
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;
- Specified by:
hasCompressionMode
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the compressionMode field is set.
-
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;
- Specified by:
getCompressionMode
in interfaceBackendBucketOrBuilder
- Returns:
- The compressionMode.
-
getCompressionModeBytes
public com.google.protobuf.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;
- Specified by:
getCompressionModeBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for compressionMode.
-
setCompressionMode
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;
- Parameters:
value
- The compressionMode to set.- Returns:
- This builder for chaining.
-
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:
- This builder for chaining.
-
setCompressionModeBytes
public BackendBucket.Builder setCompressionModeBytes(com.google.protobuf.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;
- Parameters:
value
- The bytes for compressionMode to set.- Returns:
- This builder for chaining.
-
hasCreationTimestamp
public boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Specified by:
hasCreationTimestamp
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the creationTimestamp field is set.
-
getCreationTimestamp
public String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Specified by:
getCreationTimestamp
in interfaceBackendBucketOrBuilder
- Returns:
- The creationTimestamp.
-
getCreationTimestampBytes
public com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Specified by:
getCreationTimestampBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for creationTimestamp.
-
setCreationTimestamp
public BackendBucket.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Parameters:
value
- The creationTimestamp to set.- Returns:
- This builder for chaining.
-
clearCreationTimestamp
public BackendBucket.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Returns:
- This builder for chaining.
-
setCreationTimestampBytes
public BackendBucket.Builder setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;
- Parameters:
value
- The bytes for creationTimestamp to set.- Returns:
- This builder for chaining.
-
getCustomResponseHeadersList
public com.google.protobuf.ProtocolStringList getCustomResponseHeadersList()
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Specified by:
getCustomResponseHeadersList
in interfaceBackendBucketOrBuilder
- Returns:
- A list containing the customResponseHeaders.
-
getCustomResponseHeadersCount
public int getCustomResponseHeadersCount()
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Specified by:
getCustomResponseHeadersCount
in interfaceBackendBucketOrBuilder
- Returns:
- The count of customResponseHeaders.
-
getCustomResponseHeaders
public String getCustomResponseHeaders(int index)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Specified by:
getCustomResponseHeaders
in interfaceBackendBucketOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The customResponseHeaders at the given index.
-
getCustomResponseHeadersBytes
public com.google.protobuf.ByteString getCustomResponseHeadersBytes(int index)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Specified by:
getCustomResponseHeadersBytes
in interfaceBackendBucketOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the customResponseHeaders at the given index.
-
setCustomResponseHeaders
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:
index
- The index to set the value at.value
- The customResponseHeaders to set.- Returns:
- This builder for chaining.
-
addCustomResponseHeaders
public BackendBucket.Builder addCustomResponseHeaders(String value)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Parameters:
value
- The customResponseHeaders to add.- Returns:
- This builder for chaining.
-
addAllCustomResponseHeaders
public BackendBucket.Builder addAllCustomResponseHeaders(Iterable<String> values)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Parameters:
values
- The customResponseHeaders to add.- Returns:
- 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:
- This builder for chaining.
-
addCustomResponseHeadersBytes
public BackendBucket.Builder addCustomResponseHeadersBytes(com.google.protobuf.ByteString value)
Headers that the Application Load Balancer should add to proxied responses.
repeated string custom_response_headers = 387539094;
- Parameters:
value
- The bytes of the customResponseHeaders to add.- Returns:
- This builder for chaining.
-
hasDescription
public boolean hasDescription()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
- Specified by:
hasDescription
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the description field is set.
-
getDescription
public String getDescription()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
- Specified by:
getDescription
in interfaceBackendBucketOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
- Specified by:
getDescriptionBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for description.
-
setDescription
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;
- Parameters:
value
- The description to set.- Returns:
- 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:
- This builder for chaining.
-
setDescriptionBytes
public BackendBucket.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
An optional textual description of the resource; provided by the client when the resource is created.
optional string description = 422937596;
- Parameters:
value
- The bytes for description to set.- Returns:
- This builder for chaining.
-
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;
- Specified by:
hasEdgeSecurityPolicy
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the edgeSecurityPolicy field is set.
-
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;
- Specified by:
getEdgeSecurityPolicy
in interfaceBackendBucketOrBuilder
- Returns:
- The edgeSecurityPolicy.
-
getEdgeSecurityPolicyBytes
public com.google.protobuf.ByteString getEdgeSecurityPolicyBytes()
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
optional string edge_security_policy = 41036943;
- Specified by:
getEdgeSecurityPolicyBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for edgeSecurityPolicy.
-
setEdgeSecurityPolicy
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;
- Parameters:
value
- The edgeSecurityPolicy to set.- Returns:
- 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:
- This builder for chaining.
-
setEdgeSecurityPolicyBytes
public BackendBucket.Builder setEdgeSecurityPolicyBytes(com.google.protobuf.ByteString value)
[Output Only] The resource URL for the edge security policy associated with this backend bucket.
optional string edge_security_policy = 41036943;
- Parameters:
value
- The bytes for edgeSecurityPolicy to set.- Returns:
- This builder for chaining.
-
hasEnableCdn
public boolean hasEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
- Specified by:
hasEnableCdn
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the enableCdn field is set.
-
getEnableCdn
public boolean getEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
- Specified by:
getEnableCdn
in interfaceBackendBucketOrBuilder
- Returns:
- The enableCdn.
-
setEnableCdn
public BackendBucket.Builder setEnableCdn(boolean value)
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
- Parameters:
value
- The enableCdn to set.- Returns:
- This builder for chaining.
-
clearEnableCdn
public BackendBucket.Builder clearEnableCdn()
If true, enable Cloud CDN for this BackendBucket.
optional bool enable_cdn = 282942321;
- Returns:
- This builder for chaining.
-
hasId
public boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
- Specified by:
hasId
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the id field is set.
-
getId
public long getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
- Specified by:
getId
in interfaceBackendBucketOrBuilder
- Returns:
- The id.
-
setId
public BackendBucket.Builder setId(long value)
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
public BackendBucket.Builder clearId()
[Output Only] Unique identifier for the resource; defined by the server.
optional uint64 id = 3355;
- Returns:
- This builder for chaining.
-
hasKind
public boolean hasKind()
Type of the resource.
optional string kind = 3292052;
- Specified by:
hasKind
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the kind field is set.
-
getKind
public String getKind()
Type of the resource.
optional string kind = 3292052;
- Specified by:
getKind
in interfaceBackendBucketOrBuilder
- Returns:
- The kind.
-
getKindBytes
public com.google.protobuf.ByteString getKindBytes()
Type of the resource.
optional string kind = 3292052;
- Specified by:
getKindBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for kind.
-
setKind
public BackendBucket.Builder setKind(String value)
Type of the resource.
optional string kind = 3292052;
- Parameters:
value
- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public BackendBucket.Builder clearKind()
Type of the resource.
optional string kind = 3292052;
- Returns:
- This builder for chaining.
-
setKindBytes
public BackendBucket.Builder setKindBytes(com.google.protobuf.ByteString value)
Type of the resource.
optional string kind = 3292052;
- Parameters:
value
- The bytes for kind to set.- Returns:
- This builder for chaining.
-
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]([-a-z0-9]*[a-z0-9])?` 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;
- Specified by:
hasName
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the name field is set.
-
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]([-a-z0-9]*[a-z0-9])?` 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;
- Specified by:
getName
in interfaceBackendBucketOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.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]([-a-z0-9]*[a-z0-9])?` 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;
- Specified by:
getNameBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for name.
-
setName
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]([-a-z0-9]*[a-z0-9])?` 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;
- Parameters:
value
- The name to set.- Returns:
- 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]([-a-z0-9]*[a-z0-9])?` 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:
- This builder for chaining.
-
setNameBytes
public BackendBucket.Builder setNameBytes(com.google.protobuf.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]([-a-z0-9]*[a-z0-9])?` 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;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasSelfLink
public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Specified by:
hasSelfLink
in interfaceBackendBucketOrBuilder
- Returns:
- Whether the selfLink field is set.
-
getSelfLink
public String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Specified by:
getSelfLink
in interfaceBackendBucketOrBuilder
- Returns:
- The selfLink.
-
getSelfLinkBytes
public com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Specified by:
getSelfLinkBytes
in interfaceBackendBucketOrBuilder
- Returns:
- The bytes for selfLink.
-
setSelfLink
public BackendBucket.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Parameters:
value
- The selfLink to set.- Returns:
- This builder for chaining.
-
clearSelfLink
public BackendBucket.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Returns:
- This builder for chaining.
-
setSelfLinkBytes
public BackendBucket.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;
- Parameters:
value
- The bytes for selfLink to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final BackendBucket.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
mergeUnknownFields
public final BackendBucket.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
-
-