All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.BackendBucket.html Maven / Gradle / Ivy







BackendBucket (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class BackendBucket

    • Constructor Detail

      • BackendBucket

        public BackendBucket()
    • Method Detail

      • getBucketName

        public String getBucketName()
        Cloud Storage bucket name.
        Returns:
        value or null for none
      • setBucketName

        public BackendBucket setBucketName(String bucketName)
        Cloud Storage bucket name.
        Parameters:
        bucketName - bucketName or null for none
      • getCdnPolicy

        public BackendBucketCdnPolicy getCdnPolicy()
        Cloud CDN configuration for this BackendBucket.
        Returns:
        value or null for none
      • setCdnPolicy

        public BackendBucket setCdnPolicy(BackendBucketCdnPolicy cdnPolicy)
        Cloud CDN configuration for this BackendBucket.
        Parameters:
        cdnPolicy - cdnPolicy or null for none
      • getCreationTimestamp

        public String getCreationTimestamp()
        [Output Only] Creation timestamp in RFC3339 text format.
        Returns:
        value or null for none
      • setCreationTimestamp

        public BackendBucket setCreationTimestamp(String creationTimestamp)
        [Output Only] Creation timestamp in RFC3339 text format.
        Parameters:
        creationTimestamp - creationTimestamp or null for none
      • getDescription

        public String getDescription()
        An optional textual description of the resource; provided by the client when the resource is created.
        Returns:
        value or null for none
      • setDescription

        public BackendBucket setDescription(String description)
        An optional textual description of the resource; provided by the client when the resource is created.
        Parameters:
        description - description or null for none
      • getEnableCdn

        public Boolean getEnableCdn()
        If true, enable Cloud CDN for this BackendBucket.
        Returns:
        value or null for none
      • setEnableCdn

        public BackendBucket setEnableCdn(Boolean enableCdn)
        If true, enable Cloud CDN for this BackendBucket.
        Parameters:
        enableCdn - enableCdn or null for none
      • getId

        public BigInteger getId()
        [Output Only] Unique identifier for the resource; defined by the server.
        Returns:
        value or null for none
      • setId

        public BackendBucket setId(BigInteger id)
        [Output Only] Unique identifier for the resource; defined by the server.
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Type of the resource.
        Returns:
        value or null for none
      • setKind

        public BackendBucket setKind(String kind)
        Type of the resource.
        Parameters:
        kind - kind or null for none
      • 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.
        Returns:
        value or null for none
      • setName

        public BackendBucket setName(String name)
        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.
        Parameters:
        name - name or null for none
      • getSelfLink

        public String getSelfLink()
        [Output Only] Server-defined URL for the resource.
        Returns:
        value or null for none
      • setSelfLink

        public BackendBucket setSelfLink(String selfLink)
        [Output Only] Server-defined URL for the resource.
        Parameters:
        selfLink - selfLink or null for none
      • getSelfLinkWithId

        public String getSelfLinkWithId()
        [Output Only] Server-defined URL for this resource with the resource id.
        Returns:
        value or null for none
      • setSelfLinkWithId

        public BackendBucket setSelfLinkWithId(String selfLinkWithId)
        [Output Only] Server-defined URL for this resource with the resource id.
        Parameters:
        selfLinkWithId - selfLinkWithId or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy