Class Zone.Builder

  • All Implemented Interfaces:
    ZoneOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Zone

    public static final class Zone.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Zone.Builder>
    implements ZoneOrBuilder
     Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
     
    Protobuf type google.cloud.compute.v1.Zone
    • 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<Zone.Builder>
      • clear

        public Zone.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<Zone.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<Zone.Builder>
      • getDefaultInstanceForType

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

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

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

        public Zone.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<Zone.Builder>
      • setField

        public Zone.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<Zone.Builder>
      • clearField

        public Zone.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<Zone.Builder>
      • clearOneof

        public Zone.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<Zone.Builder>
      • setRepeatedField

        public Zone.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<Zone.Builder>
      • addRepeatedField

        public Zone.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<Zone.Builder>
      • mergeFrom

        public Zone.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<Zone.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Zone.Builder>
      • mergeFrom

        public Zone.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<Zone.Builder>
        Throws:
        IOException
      • getAvailableCpuPlatformsList

        public com.google.protobuf.ProtocolStringList getAvailableCpuPlatformsList()
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Specified by:
        getAvailableCpuPlatformsList in interface ZoneOrBuilder
        Returns:
        A list containing the availableCpuPlatforms.
      • getAvailableCpuPlatformsCount

        public int getAvailableCpuPlatformsCount()
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Specified by:
        getAvailableCpuPlatformsCount in interface ZoneOrBuilder
        Returns:
        The count of availableCpuPlatforms.
      • getAvailableCpuPlatforms

        public String getAvailableCpuPlatforms​(int index)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Specified by:
        getAvailableCpuPlatforms in interface ZoneOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The availableCpuPlatforms at the given index.
      • getAvailableCpuPlatformsBytes

        public com.google.protobuf.ByteString getAvailableCpuPlatformsBytes​(int index)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Specified by:
        getAvailableCpuPlatformsBytes in interface ZoneOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the availableCpuPlatforms at the given index.
      • setAvailableCpuPlatforms

        public Zone.Builder setAvailableCpuPlatforms​(int index,
                                                     String value)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Parameters:
        index - The index to set the value at.
        value - The availableCpuPlatforms to set.
        Returns:
        This builder for chaining.
      • addAvailableCpuPlatforms

        public Zone.Builder addAvailableCpuPlatforms​(String value)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Parameters:
        value - The availableCpuPlatforms to add.
        Returns:
        This builder for chaining.
      • addAllAvailableCpuPlatforms

        public Zone.Builder addAllAvailableCpuPlatforms​(Iterable<String> values)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Parameters:
        values - The availableCpuPlatforms to add.
        Returns:
        This builder for chaining.
      • clearAvailableCpuPlatforms

        public Zone.Builder clearAvailableCpuPlatforms()
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Returns:
        This builder for chaining.
      • addAvailableCpuPlatformsBytes

        public Zone.Builder addAvailableCpuPlatformsBytes​(com.google.protobuf.ByteString value)
         [Output Only] Available cpu/platform selections for the zone.
         
        repeated string available_cpu_platforms = 175536531;
        Parameters:
        value - The bytes of the availableCpuPlatforms to add.
        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 ZoneOrBuilder
        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 ZoneOrBuilder
        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 ZoneOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

        public Zone.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 Zone.Builder clearCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        This builder for chaining.
      • setCreationTimestampBytes

        public Zone.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.
      • hasDeprecated

        public boolean hasDeprecated()
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        hasDeprecated in interface ZoneOrBuilder
        Returns:
        Whether the deprecated field is set.
      • getDeprecated

        public DeprecationStatus getDeprecated()
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        getDeprecated in interface ZoneOrBuilder
        Returns:
        The deprecated.
      • setDeprecated

        public Zone.Builder setDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • setDeprecated

        public Zone.Builder setDeprecated​(DeprecationStatus.Builder builderForValue)
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • mergeDeprecated

        public Zone.Builder mergeDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • clearDeprecated

        public Zone.Builder clearDeprecated()
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • getDeprecatedBuilder

        public DeprecationStatus.Builder getDeprecatedBuilder()
         [Output Only] The deprecation status associated with this zone.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • hasDescription

        public boolean hasDescription()
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface ZoneOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface ZoneOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface ZoneOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Zone.Builder setDescription​(String value)
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Zone.Builder clearDescription()
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Zone.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         [Output Only] Textual description of the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasId

        public boolean hasId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        hasId in interface ZoneOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public long getId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        getId in interface ZoneOrBuilder
        Returns:
        The id.
      • setId

        public Zone.Builder setId​(long value)
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public Zone.Builder clearId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Returns:
        This builder for chaining.
      • hasKind

        public boolean hasKind()
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface ZoneOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface ZoneOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface ZoneOrBuilder
        Returns:
        The bytes for kind.
      • setKind

        public Zone.Builder setKind​(String value)
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Parameters:
        value - The kind to set.
        Returns:
        This builder for chaining.
      • clearKind

        public Zone.Builder clearKind()
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Returns:
        This builder for chaining.
      • setKindBytes

        public Zone.Builder setKindBytes​(com.google.protobuf.ByteString value)
         [Output Only] Type of the resource. Always compute#zone for zones.
         
        optional string kind = 3292052;
        Parameters:
        value - The bytes for kind to set.
        Returns:
        This builder for chaining.
      • hasName

        public boolean hasName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface ZoneOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        getName in interface ZoneOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface ZoneOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Zone.Builder setName​(String value)
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Zone.Builder clearName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Zone.Builder setNameBytes​(com.google.protobuf.ByteString value)
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasRegion

        public boolean hasRegion()
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Specified by:
        hasRegion in interface ZoneOrBuilder
        Returns:
        Whether the region field is set.
      • getRegion

        public String getRegion()
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Specified by:
        getRegion in interface ZoneOrBuilder
        Returns:
        The region.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Specified by:
        getRegionBytes in interface ZoneOrBuilder
        Returns:
        The bytes for region.
      • setRegion

        public Zone.Builder setRegion​(String value)
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Parameters:
        value - The region to set.
        Returns:
        This builder for chaining.
      • clearRegion

        public Zone.Builder clearRegion()
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Returns:
        This builder for chaining.
      • setRegionBytes

        public Zone.Builder setRegionBytes​(com.google.protobuf.ByteString value)
         [Output Only] Full URL reference to the region which hosts the zone.
         
        optional string region = 138946292;
        Parameters:
        value - The bytes for region 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 ZoneOrBuilder
        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 ZoneOrBuilder
        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 ZoneOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public Zone.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 Zone.Builder clearSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public Zone.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.
      • hasStatus

        public boolean hasStatus()
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        hasStatus in interface ZoneOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public String getStatus()
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        getStatus in interface ZoneOrBuilder
        Returns:
        The status.
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        getStatusBytes in interface ZoneOrBuilder
        Returns:
        The bytes for status.
      • setStatus

        public Zone.Builder setStatus​(String value)
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public Zone.Builder clearStatus()
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Returns:
        This builder for chaining.
      • setStatusBytes

        public Zone.Builder setStatusBytes​(com.google.protobuf.ByteString value)
         [Output Only] Status of the zone, either UP or DOWN.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Parameters:
        value - The bytes for status to set.
        Returns:
        This builder for chaining.
      • hasSupportsPzs

        public boolean hasSupportsPzs()
         [Output Only] Reserved for future use.
         
        optional bool supports_pzs = 83983214;
        Specified by:
        hasSupportsPzs in interface ZoneOrBuilder
        Returns:
        Whether the supportsPzs field is set.
      • getSupportsPzs

        public boolean getSupportsPzs()
         [Output Only] Reserved for future use.
         
        optional bool supports_pzs = 83983214;
        Specified by:
        getSupportsPzs in interface ZoneOrBuilder
        Returns:
        The supportsPzs.
      • setSupportsPzs

        public Zone.Builder setSupportsPzs​(boolean value)
         [Output Only] Reserved for future use.
         
        optional bool supports_pzs = 83983214;
        Parameters:
        value - The supportsPzs to set.
        Returns:
        This builder for chaining.
      • clearSupportsPzs

        public Zone.Builder clearSupportsPzs()
         [Output Only] Reserved for future use.
         
        optional bool supports_pzs = 83983214;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Zone.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<Zone.Builder>
      • mergeUnknownFields

        public final Zone.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<Zone.Builder>