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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public AwsEc2PlatformDetails.Builder setMachineTypeLabelBytes​(com.google.protobuf.ByteString value)
         AWS 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 AWS format.
         
        string location = 2;
        Specified by:
        getLocationBytes in interface AwsEc2PlatformDetailsOrBuilder
        Returns:
        The bytes for location.
      • setLocation

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

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

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

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

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