Class License.Builder

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

    public static final class License.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<License.Builder>
    implements LicenseOrBuilder
     Represents a License resource. A License represents billing and aggregate usage data for public and marketplace images. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
     
    Protobuf type google.cloud.compute.v1.License
    • 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<License.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public License.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<License.Builder>
        Throws:
        IOException
      • hasChargesUseFee

        public boolean hasChargesUseFee()
         [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
         
        optional bool charges_use_fee = 372412622;
        Specified by:
        hasChargesUseFee in interface LicenseOrBuilder
        Returns:
        Whether the chargesUseFee field is set.
      • getChargesUseFee

        public boolean getChargesUseFee()
         [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
         
        optional bool charges_use_fee = 372412622;
        Specified by:
        getChargesUseFee in interface LicenseOrBuilder
        Returns:
        The chargesUseFee.
      • setChargesUseFee

        public License.Builder setChargesUseFee​(boolean value)
         [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
         
        optional bool charges_use_fee = 372412622;
        Parameters:
        value - The chargesUseFee to set.
        Returns:
        This builder for chaining.
      • clearChargesUseFee

        public License.Builder clearChargesUseFee()
         [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
         
        optional bool charges_use_fee = 372412622;
        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 LicenseOrBuilder
        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 LicenseOrBuilder
        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 LicenseOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

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

        public License.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()
         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 LicenseOrBuilder
        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 LicenseOrBuilder
        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 LicenseOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public License.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 License.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 License.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.
      • 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 LicenseOrBuilder
        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 LicenseOrBuilder
        Returns:
        The id.
      • setId

        public License.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 License.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#license for licenses.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface LicenseOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

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

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

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

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

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

        public boolean hasLicenseCode()
         [Output Only] The unique code used to attach this license to images, snapshots, and disks.
         
        optional uint64 license_code = 1467179;
        Specified by:
        hasLicenseCode in interface LicenseOrBuilder
        Returns:
        Whether the licenseCode field is set.
      • getLicenseCode

        public long getLicenseCode()
         [Output Only] The unique code used to attach this license to images, snapshots, and disks.
         
        optional uint64 license_code = 1467179;
        Specified by:
        getLicenseCode in interface LicenseOrBuilder
        Returns:
        The licenseCode.
      • setLicenseCode

        public License.Builder setLicenseCode​(long value)
         [Output Only] The unique code used to attach this license to images, snapshots, and disks.
         
        optional uint64 license_code = 1467179;
        Parameters:
        value - The licenseCode to set.
        Returns:
        This builder for chaining.
      • clearLicenseCode

        public License.Builder clearLicenseCode()
         [Output Only] The unique code used to attach this license to images, snapshots, and disks.
         
        optional uint64 license_code = 1467179;
        Returns:
        This builder for chaining.
      • hasName

        public boolean hasName()
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface LicenseOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Specified by:
        getName in interface LicenseOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface LicenseOrBuilder
        Returns:
        The bytes for name.
      • setName

        public License.Builder setName​(String value)
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public License.Builder clearName()
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public License.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
         
        optional string name = 3373707;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasResourceRequirements

        public boolean hasResourceRequirements()
        optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769;
        Specified by:
        hasResourceRequirements in interface LicenseOrBuilder
        Returns:
        Whether the resourceRequirements field is set.
      • setResourceRequirements

        public License.Builder setResourceRequirements​(LicenseResourceRequirements value)
        optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769;
      • mergeResourceRequirements

        public License.Builder mergeResourceRequirements​(LicenseResourceRequirements value)
        optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769;
      • clearResourceRequirements

        public License.Builder clearResourceRequirements()
        optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769;
      • getResourceRequirementsBuilder

        public LicenseResourceRequirements.Builder getResourceRequirementsBuilder()
        optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769;
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface LicenseOrBuilder
        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 LicenseOrBuilder
        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 LicenseOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

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

        public License.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.
      • hasTransferable

        public boolean hasTransferable()
         If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
         
        optional bool transferable = 4349893;
        Specified by:
        hasTransferable in interface LicenseOrBuilder
        Returns:
        Whether the transferable field is set.
      • getTransferable

        public boolean getTransferable()
         If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
         
        optional bool transferable = 4349893;
        Specified by:
        getTransferable in interface LicenseOrBuilder
        Returns:
        The transferable.
      • setTransferable

        public License.Builder setTransferable​(boolean value)
         If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
         
        optional bool transferable = 4349893;
        Parameters:
        value - The transferable to set.
        Returns:
        This builder for chaining.
      • clearTransferable

        public License.Builder clearTransferable()
         If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
         
        optional bool transferable = 4349893;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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