Class AzureVmPlatformDetails.Builder

    • 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<AzureVmPlatformDetails.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

        public AzureVmPlatformDetails.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<AzureVmPlatformDetails.Builder>
        Throws:
        IOException
      • getMachineTypeLabelBytes

        public com.google.protobuf.ByteString getMachineTypeLabelBytes()
         Azure platform's machine type label.
         
        string machine_type_label = 1;
        Specified by:
        getMachineTypeLabelBytes in interface AzureVmPlatformDetailsOrBuilder
        Returns:
        The bytes for machineTypeLabel.
      • setMachineTypeLabel

        public AzureVmPlatformDetails.Builder setMachineTypeLabel​(String value)
         Azure platform's machine type label.
         
        string machine_type_label = 1;
        Parameters:
        value - The machineTypeLabel to set.
        Returns:
        This builder for chaining.
      • clearMachineTypeLabel

        public AzureVmPlatformDetails.Builder clearMachineTypeLabel()
         Azure platform's machine type label.
         
        string machine_type_label = 1;
        Returns:
        This builder for chaining.
      • setMachineTypeLabelBytes

        public AzureVmPlatformDetails.Builder setMachineTypeLabelBytes​(com.google.protobuf.ByteString value)
         Azure platform's machine type label.
         
        string machine_type_label = 1;
        Parameters:
        value - The bytes for machineTypeLabel to set.
        Returns:
        This builder for chaining.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         The location of the machine in the Azure format.
         
        string location = 2;
        Specified by:
        getLocationBytes in interface AzureVmPlatformDetailsOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public AzureVmPlatformDetails.Builder setLocation​(String value)
         The location of the machine in the Azure format.
         
        string location = 2;
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public AzureVmPlatformDetails.Builder clearLocation()
         The location of the machine in the Azure format.
         
        string location = 2;
        Returns:
        This builder for chaining.
      • setLocationBytes

        public AzureVmPlatformDetails.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         The location of the machine in the Azure format.
         
        string location = 2;
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.
      • getProvisioningStateBytes

        public com.google.protobuf.ByteString getProvisioningStateBytes()
         Azure platform's provisioning state.
         
        string provisioning_state = 3;
        Specified by:
        getProvisioningStateBytes in interface AzureVmPlatformDetailsOrBuilder
        Returns:
        The bytes for provisioningState.
      • setProvisioningState

        public AzureVmPlatformDetails.Builder setProvisioningState​(String value)
         Azure platform's provisioning state.
         
        string provisioning_state = 3;
        Parameters:
        value - The provisioningState to set.
        Returns:
        This builder for chaining.
      • clearProvisioningState

        public AzureVmPlatformDetails.Builder clearProvisioningState()
         Azure platform's provisioning state.
         
        string provisioning_state = 3;
        Returns:
        This builder for chaining.
      • setProvisioningStateBytes

        public AzureVmPlatformDetails.Builder setProvisioningStateBytes​(com.google.protobuf.ByteString value)
         Azure platform's provisioning state.
         
        string provisioning_state = 3;
        Parameters:
        value - The bytes for provisioningState to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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