Class LicenseCode.Builder

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

    public static final class LicenseCode.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<LicenseCode.Builder>
    implements LicenseCodeOrBuilder
     Represents a License Code resource. A License Code is a unique identifier used to represent a license resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
     
    Protobuf type google.cloud.compute.v1.LicenseCode
    • 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<LicenseCode.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public LicenseCode.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<LicenseCode.Builder>
        Throws:
        IOException
      • hasCreationTimestamp

        public boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        hasCreationTimestamp in interface LicenseCodeOrBuilder
        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 LicenseCodeOrBuilder
        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 LicenseCodeOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

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

        public LicenseCode.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.
      • hasDescription

        public boolean hasDescription()
         [Output Only] Description of this License Code.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface LicenseCodeOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         [Output Only] Description of this License Code.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface LicenseCodeOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         [Output Only] Description of this License Code.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface LicenseCodeOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public LicenseCode.Builder setDescription​(String value)
         [Output Only] Description of this License Code.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public LicenseCode.Builder clearDescription()
         [Output Only] Description of this License Code.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public LicenseCode.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         [Output Only] Description of this License Code.
         
        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 LicenseCodeOrBuilder
        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 LicenseCodeOrBuilder
        Returns:
        The id.
      • setId

        public LicenseCode.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 LicenseCode.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 resource. Always compute#licenseCode for licenses.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface LicenseCodeOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

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

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

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

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

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

        public int getLicenseAliasCount()
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
        Specified by:
        getLicenseAliasCount in interface LicenseCodeOrBuilder
      • getLicenseAlias

        public LicenseCodeLicenseAlias getLicenseAlias​(int index)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
        Specified by:
        getLicenseAlias in interface LicenseCodeOrBuilder
      • setLicenseAlias

        public LicenseCode.Builder setLicenseAlias​(int index,
                                                   LicenseCodeLicenseAlias value)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • setLicenseAlias

        public LicenseCode.Builder setLicenseAlias​(int index,
                                                   LicenseCodeLicenseAlias.Builder builderForValue)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAlias

        public LicenseCode.Builder addLicenseAlias​(LicenseCodeLicenseAlias value)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAlias

        public LicenseCode.Builder addLicenseAlias​(int index,
                                                   LicenseCodeLicenseAlias value)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAlias

        public LicenseCode.Builder addLicenseAlias​(LicenseCodeLicenseAlias.Builder builderForValue)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAlias

        public LicenseCode.Builder addLicenseAlias​(int index,
                                                   LicenseCodeLicenseAlias.Builder builderForValue)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addAllLicenseAlias

        public LicenseCode.Builder addAllLicenseAlias​(Iterable<? extends LicenseCodeLicenseAlias> values)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • clearLicenseAlias

        public LicenseCode.Builder clearLicenseAlias()
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • removeLicenseAlias

        public LicenseCode.Builder removeLicenseAlias​(int index)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • getLicenseAliasBuilder

        public LicenseCodeLicenseAlias.Builder getLicenseAliasBuilder​(int index)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAliasBuilder

        public LicenseCodeLicenseAlias.Builder addLicenseAliasBuilder()
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • addLicenseAliasBuilder

        public LicenseCodeLicenseAlias.Builder addLicenseAliasBuilder​(int index)
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • getLicenseAliasBuilderList

        public List<LicenseCodeLicenseAlias.Builder> getLicenseAliasBuilderList()
         [Output Only] URL and description aliases of Licenses with the same License Code.
         
        repeated .google.cloud.compute.v1.LicenseCodeLicenseAlias license_alias = 43550930;
      • hasName

        public boolean hasName()
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface LicenseCodeOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        optional string name = 3373707;
        Specified by:
        getName in interface LicenseCodeOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface LicenseCodeOrBuilder
        Returns:
        The bytes for name.
      • setName

        public LicenseCode.Builder setName​(String value)
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public LicenseCode.Builder clearName()
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public LicenseCode.Builder setNameBytes​(com.google.protobuf.ByteString value)
         [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
         
        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 LicenseCodeOrBuilder
        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 LicenseCodeOrBuilder
        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 LicenseCodeOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

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

        public LicenseCode.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.
      • hasState

        public boolean hasState()
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        hasState in interface LicenseCodeOrBuilder
        Returns:
        Whether the state field is set.
      • getState

        public String getState()
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getState in interface LicenseCodeOrBuilder
        Returns:
        The state.
      • getStateBytes

        public com.google.protobuf.ByteString getStateBytes()
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Specified by:
        getStateBytes in interface LicenseCodeOrBuilder
        Returns:
        The bytes for state.
      • setState

        public LicenseCode.Builder setState​(String value)
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public LicenseCode.Builder clearState()
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Returns:
        This builder for chaining.
      • setStateBytes

        public LicenseCode.Builder setStateBytes​(com.google.protobuf.ByteString value)
         [Output Only] Current state of this License Code.
         Check the State enum for the list of possible values.
         
        optional string state = 109757585;
        Parameters:
        value - The bytes for state to set.
        Returns:
        This builder for chaining.
      • hasTransferable

        public boolean hasTransferable()
         [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
         
        optional bool transferable = 4349893;
        Specified by:
        hasTransferable in interface LicenseCodeOrBuilder
        Returns:
        Whether the transferable field is set.
      • getTransferable

        public boolean getTransferable()
         [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
         
        optional bool transferable = 4349893;
        Specified by:
        getTransferable in interface LicenseCodeOrBuilder
        Returns:
        The transferable.
      • setTransferable

        public LicenseCode.Builder setTransferable​(boolean value)
         [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
         
        optional bool transferable = 4349893;
        Parameters:
        value - The transferable to set.
        Returns:
        This builder for chaining.
      • clearTransferable

        public LicenseCode.Builder clearTransferable()
         [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
         
        optional bool transferable = 4349893;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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