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

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

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

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

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

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

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

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

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

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

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

        public PhysicalPlatformDetails.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<PhysicalPlatformDetails.Builder>
        Throws:
        IOException
      • getLocation

        public String getLocation()
         Free text representation of the machine location.
         The format of this field should not be relied on. Different machines in the
         same location may have different string values for this field.
         
        string location = 1;
        Specified by:
        getLocation in interface PhysicalPlatformDetailsOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         Free text representation of the machine location.
         The format of this field should not be relied on. Different machines in the
         same location may have different string values for this field.
         
        string location = 1;
        Specified by:
        getLocationBytes in interface PhysicalPlatformDetailsOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public PhysicalPlatformDetails.Builder setLocation​(String value)
         Free text representation of the machine location.
         The format of this field should not be relied on. Different machines in the
         same location may have different string values for this field.
         
        string location = 1;
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public PhysicalPlatformDetails.Builder clearLocation()
         Free text representation of the machine location.
         The format of this field should not be relied on. Different machines in the
         same location may have different string values for this field.
         
        string location = 1;
        Returns:
        This builder for chaining.
      • setLocationBytes

        public PhysicalPlatformDetails.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         Free text representation of the machine location.
         The format of this field should not be relied on. Different machines in the
         same location may have different string values for this field.
         
        string location = 1;
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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