Class ReservationAffinity.Builder

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

    public static final class ReservationAffinity.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ReservationAffinity.Builder>
    implements ReservationAffinityOrBuilder
     Specifies the reservations that this instance can consume from.
     
    Protobuf type google.cloud.compute.v1.ReservationAffinity
    • 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<ReservationAffinity.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public ReservationAffinity.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<ReservationAffinity.Builder>
        Throws:
        IOException
      • hasConsumeReservationType

        public boolean hasConsumeReservationType()
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Specified by:
        hasConsumeReservationType in interface ReservationAffinityOrBuilder
        Returns:
        Whether the consumeReservationType field is set.
      • getConsumeReservationType

        public String getConsumeReservationType()
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Specified by:
        getConsumeReservationType in interface ReservationAffinityOrBuilder
        Returns:
        The consumeReservationType.
      • getConsumeReservationTypeBytes

        public com.google.protobuf.ByteString getConsumeReservationTypeBytes()
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Specified by:
        getConsumeReservationTypeBytes in interface ReservationAffinityOrBuilder
        Returns:
        The bytes for consumeReservationType.
      • setConsumeReservationType

        public ReservationAffinity.Builder setConsumeReservationType​(String value)
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Parameters:
        value - The consumeReservationType to set.
        Returns:
        This builder for chaining.
      • clearConsumeReservationType

        public ReservationAffinity.Builder clearConsumeReservationType()
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Returns:
        This builder for chaining.
      • setConsumeReservationTypeBytes

        public ReservationAffinity.Builder setConsumeReservationTypeBytes​(com.google.protobuf.ByteString value)
         Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
         Check the ConsumeReservationType enum for the list of possible values.
         
        optional string consume_reservation_type = 300736944;
        Parameters:
        value - The bytes for consumeReservationType to set.
        Returns:
        This builder for chaining.
      • hasKey

        public boolean hasKey()
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Specified by:
        hasKey in interface ReservationAffinityOrBuilder
        Returns:
        Whether the key field is set.
      • getKey

        public String getKey()
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Specified by:
        getKey in interface ReservationAffinityOrBuilder
        Returns:
        The key.
      • getKeyBytes

        public com.google.protobuf.ByteString getKeyBytes()
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Specified by:
        getKeyBytes in interface ReservationAffinityOrBuilder
        Returns:
        The bytes for key.
      • setKey

        public ReservationAffinity.Builder setKey​(String value)
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Parameters:
        value - The key to set.
        Returns:
        This builder for chaining.
      • clearKey

        public ReservationAffinity.Builder clearKey()
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Returns:
        This builder for chaining.
      • setKeyBytes

        public ReservationAffinity.Builder setKeyBytes​(com.google.protobuf.ByteString value)
         Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
         
        optional string key = 106079;
        Parameters:
        value - The bytes for key to set.
        Returns:
        This builder for chaining.
      • getValuesList

        public com.google.protobuf.ProtocolStringList getValuesList()
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Specified by:
        getValuesList in interface ReservationAffinityOrBuilder
        Returns:
        A list containing the values.
      • getValuesCount

        public int getValuesCount()
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Specified by:
        getValuesCount in interface ReservationAffinityOrBuilder
        Returns:
        The count of values.
      • getValues

        public String getValues​(int index)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Specified by:
        getValues in interface ReservationAffinityOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The values at the given index.
      • getValuesBytes

        public com.google.protobuf.ByteString getValuesBytes​(int index)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Specified by:
        getValuesBytes in interface ReservationAffinityOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the values at the given index.
      • setValues

        public ReservationAffinity.Builder setValues​(int index,
                                                     String value)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Parameters:
        index - The index to set the value at.
        value - The values to set.
        Returns:
        This builder for chaining.
      • addValues

        public ReservationAffinity.Builder addValues​(String value)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Parameters:
        value - The values to add.
        Returns:
        This builder for chaining.
      • addAllValues

        public ReservationAffinity.Builder addAllValues​(Iterable<String> values)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Parameters:
        values - The values to add.
        Returns:
        This builder for chaining.
      • clearValues

        public ReservationAffinity.Builder clearValues()
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Returns:
        This builder for chaining.
      • addValuesBytes

        public ReservationAffinity.Builder addValuesBytes​(com.google.protobuf.ByteString value)
         Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
         
        repeated string values = 249928994;
        Parameters:
        value - The bytes of the values to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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