Class AppliedLicense.Builder

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

    public static final class AppliedLicense.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AppliedLicense.Builder>
    implements AppliedLicenseOrBuilder
     AppliedLicense holds the license data returned by adaptation module report.
     
    Protobuf type google.cloud.vmmigration.v1.AppliedLicense
    • 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<AppliedLicense.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public AppliedLicense.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<AppliedLicense.Builder>
        Throws:
        IOException
      • getTypeValue

        public int getTypeValue()
         The license type that was used in OS adaptation.
         
        .google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
        Specified by:
        getTypeValue in interface AppliedLicenseOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public AppliedLicense.Builder setTypeValue​(int value)
         The license type that was used in OS adaptation.
         
        .google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • setType

        public AppliedLicense.Builder setType​(AppliedLicense.Type value)
         The license type that was used in OS adaptation.
         
        .google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public AppliedLicense.Builder clearType()
         The license type that was used in OS adaptation.
         
        .google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
        Returns:
        This builder for chaining.
      • getOsLicense

        public String getOsLicense()
         The OS license returned from the adaptation module's report.
         
        string os_license = 2;
        Specified by:
        getOsLicense in interface AppliedLicenseOrBuilder
        Returns:
        The osLicense.
      • getOsLicenseBytes

        public com.google.protobuf.ByteString getOsLicenseBytes()
         The OS license returned from the adaptation module's report.
         
        string os_license = 2;
        Specified by:
        getOsLicenseBytes in interface AppliedLicenseOrBuilder
        Returns:
        The bytes for osLicense.
      • setOsLicense

        public AppliedLicense.Builder setOsLicense​(String value)
         The OS license returned from the adaptation module's report.
         
        string os_license = 2;
        Parameters:
        value - The osLicense to set.
        Returns:
        This builder for chaining.
      • clearOsLicense

        public AppliedLicense.Builder clearOsLicense()
         The OS license returned from the adaptation module's report.
         
        string os_license = 2;
        Returns:
        This builder for chaining.
      • setOsLicenseBytes

        public AppliedLicense.Builder setOsLicenseBytes​(com.google.protobuf.ByteString value)
         The OS license returned from the adaptation module's report.
         
        string os_license = 2;
        Parameters:
        value - The bytes for osLicense to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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