- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.2
 - 2.4.1
 - 2.3.8
 
public static final class ReservationAffinity.Builder extends GeneratedMessageV3.Builder<ReservationAffinity.Builder> implements ReservationAffinityOrBuilderReservationAffinity is the configuration of desired reservation which instances could take capacity from.
 Protobuf type google.container.v1.ReservationAffinity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReservationAffinity.BuilderImplements
ReservationAffinityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllValues(Iterable<String> values)
public ReservationAffinity.Builder addAllValues(Iterable<String> values)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The values to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReservationAffinity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
addValues(String value)
public ReservationAffinity.Builder addValues(String value)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe values to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
addValuesBytes(ByteString value)
public ReservationAffinity.Builder addValuesBytes(ByteString value)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the values to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
build()
public ReservationAffinity build()| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity | 
        |
buildPartial()
public ReservationAffinity buildPartial()| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity | 
        |
clear()
public ReservationAffinity.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
clearConsumeReservationType()
public ReservationAffinity.Builder clearConsumeReservationType()Corresponds to the type of reservation consumption.
 .google.container.v1.ReservationAffinity.Type consume_reservation_type = 1;
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public ReservationAffinity.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
clearKey()
public ReservationAffinity.Builder clearKey()Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
 string key = 2;
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ReservationAffinity.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
clearValues()
public ReservationAffinity.Builder clearValues()Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
clone()
public ReservationAffinity.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
getConsumeReservationType()
public ReservationAffinity.Type getConsumeReservationType()Corresponds to the type of reservation consumption.
 .google.container.v1.ReservationAffinity.Type consume_reservation_type = 1;
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Type | 
        The consumeReservationType.  | 
      
getConsumeReservationTypeValue()
public int getConsumeReservationTypeValue()Corresponds to the type of reservation consumption.
 .google.container.v1.ReservationAffinity.Type consume_reservation_type = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for consumeReservationType.  | 
      
getDefaultInstanceForType()
public ReservationAffinity getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getKey()
public String getKey()Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
 string key = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The key.  | 
      
getKeyBytes()
public ByteString getKeyBytes()Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
 string key = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for key.  | 
      
getValues(int index)
public String getValues(int index)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The values at the given index.  | 
      
getValuesBytes(int index)
public ByteString getValuesBytes(int index)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the values at the given index.  | 
      
getValuesCount()
public int getValuesCount()Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of values.  | 
      
getValuesList()
public ProtocolStringList getValuesList()Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Returns | |
|---|---|
| Type | Description | 
ProtocolStringList | 
        A list containing the values.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(ReservationAffinity other)
public ReservationAffinity.Builder mergeFrom(ReservationAffinity other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ReservationAffinity | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReservationAffinity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ReservationAffinity.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReservationAffinity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
setConsumeReservationType(ReservationAffinity.Type value)
public ReservationAffinity.Builder setConsumeReservationType(ReservationAffinity.Type value)Corresponds to the type of reservation consumption.
 .google.container.v1.ReservationAffinity.Type consume_reservation_type = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ReservationAffinity.TypeThe consumeReservationType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
setConsumeReservationTypeValue(int value)
public ReservationAffinity.Builder setConsumeReservationTypeValue(int value)Corresponds to the type of reservation consumption.
 .google.container.v1.ReservationAffinity.Type consume_reservation_type = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for consumeReservationType to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public ReservationAffinity.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
setKey(String value)
public ReservationAffinity.Builder setKey(String value)Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
 string key = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe key to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
setKeyBytes(ByteString value)
public ReservationAffinity.Builder setKeyBytes(ByteString value)Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
 string key = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for key to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReservationAffinity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReservationAffinity.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        |
setValues(int index, String value)
public ReservationAffinity.Builder setValues(int index, String value)Corresponds to the label value(s) of reservation resource(s).
 repeated string values = 3;
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe values to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ReservationAffinity.Builder | 
        This builder for chaining.  |