public static final class ReservationAffinity.Builder extends GeneratedMessage.Builder<ReservationAffinity.Builder> implements ReservationAffinityOrBuilderReservationAffinity is the configuration of desired reservation which instances could take capacity from.
Protobuf type google.container.v1beta1.ReservationAffinity
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.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. |
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.v1beta1.ReservationAffinity.Type consume_reservation_type = 1;
| Returns | |
|---|---|
| Type | Description |
ReservationAffinity.Builder |
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 "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. |
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. |
getConsumeReservationType()
public ReservationAffinity.Type getConsumeReservationType()Corresponds to the type of reservation consumption.
.google.container.v1beta1.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.v1beta1.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 GeneratedMessage.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 |
|
setConsumeReservationType(ReservationAffinity.Type value)
public ReservationAffinity.Builder setConsumeReservationType(ReservationAffinity.Type value)Corresponds to the type of reservation consumption.
.google.container.v1beta1.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.v1beta1.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. |
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. |
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. |