Class 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 type google.cloud.compute.v1.BackendBucket
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • clear

        public BackendBucket.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • getDefaultInstanceForType

        public BackendBucket getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public BackendBucket build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public BackendBucket buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public BackendBucket.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • setField

        public BackendBucket.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • clearField

        public BackendBucket.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • clearOneof

        public BackendBucket.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.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 interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • addRepeatedField

        public BackendBucket.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • mergeFrom

        public BackendBucket.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BackendBucket.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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 interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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 interface BackendBucketOrBuilder
        Returns:
        Whether the bucketName field is set.
      • getBucketName

        public String getBucketName()
         Cloud Storage bucket name.
         
        optional string bucket_name = 283610048;
        Specified by:
        getBucketName in interface BackendBucketOrBuilder
        Returns:
        The bucketName.
      • getBucketNameBytes

        public com.google.protobuf.ByteString getBucketNameBytes()
         Cloud Storage bucket name.
         
        optional string bucket_name = 283610048;
        Specified by:
        getBucketNameBytes in interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        Returns:
        Whether the cdnPolicy field is set.
      • setCdnPolicy

        public BackendBucket.Builder setCdnPolicy​(BackendBucketCdnPolicy value)
         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;
      • 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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        Returns:
        Whether the kind field is set.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         Type of the resource.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface BackendBucketOrBuilder
        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 interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>
      • mergeUnknownFields

        public final BackendBucket.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BackendBucket.Builder>