- 4.75.0 (latest)
- 4.73.0
- 4.72.0
- 4.71.0
- 4.70.0
- 4.69.0
- 4.67.0
- 4.65.0
- 4.64.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.57.0
- 4.56.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class ReservationAffinity.Builder extends GeneratedMessageV3.Builder<ReservationAffinity.Builder> implements ReservationAffinityOrBuilderReservation Affinity for consuming Zonal reservation.
 Protobuf type google.cloud.dataproc.v1.ReservationAffinity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReservationAffinity.BuilderImplements
ReservationAffinityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllValues(Iterable<String> values)
public ReservationAffinity.Builder addAllValues(Iterable<String> values)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| values | Iterable<String>The values to add. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReservationAffinity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ReservationAffinity.Builder | 
addValues(String value)
public ReservationAffinity.Builder addValues(String value)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe values to add. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
addValuesBytes(ByteString value)
public ReservationAffinity.Builder addValuesBytes(ByteString value)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes of the values to add. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
build()
public ReservationAffinity build()| Type | Description | 
| ReservationAffinity | 
buildPartial()
public ReservationAffinity buildPartial()| Type | Description | 
| ReservationAffinity | 
clear()
public ReservationAffinity.Builder clear()| Type | Description | 
| ReservationAffinity.Builder | 
clearConsumeReservationType()
public ReservationAffinity.Builder clearConsumeReservationType()Optional. Type of reservation to consume
 
 .google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public ReservationAffinity.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| ReservationAffinity.Builder | 
clearKey()
public ReservationAffinity.Builder clearKey()Optional. Corresponds to the label key of reservation resource.
 string key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ReservationAffinity.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| ReservationAffinity.Builder | 
clearValues()
public ReservationAffinity.Builder clearValues()Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
clone()
public ReservationAffinity.Builder clone()| Type | Description | 
| ReservationAffinity.Builder | 
getConsumeReservationType()
public ReservationAffinity.Type getConsumeReservationType()Optional. Type of reservation to consume
 
 .google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Type | Description | 
| ReservationAffinity.Type | The consumeReservationType. | 
getConsumeReservationTypeValue()
public int getConsumeReservationTypeValue()Optional. Type of reservation to consume
 
 .google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Type | Description | 
| int | The enum numeric value on the wire for consumeReservationType. | 
getDefaultInstanceForType()
public ReservationAffinity getDefaultInstanceForType()| Type | Description | 
| ReservationAffinity | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getKey()
public String getKey()Optional. Corresponds to the label key of reservation resource.
 string key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The key. | 
getKeyBytes()
public ByteString getKeyBytes()Optional. Corresponds to the label key of reservation resource.
 string key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for key. | 
getValues(int index)
public String getValues(int index)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The values at the given index. | 
getValuesBytes(int index)
public ByteString getValuesBytes(int index)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the values at the given index. | 
getValuesCount()
public int getValuesCount()Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| int | The count of values. | 
getValuesList()
public ProtocolStringList getValuesList()Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ProtocolStringList | A list containing the values. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(ReservationAffinity other)
public ReservationAffinity.Builder mergeFrom(ReservationAffinity other)| Name | Description | 
| other | ReservationAffinity | 
| Type | Description | 
| ReservationAffinity.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReservationAffinity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| ReservationAffinity.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ReservationAffinity.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| ReservationAffinity.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReservationAffinity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ReservationAffinity.Builder | 
setConsumeReservationType(ReservationAffinity.Type value)
public ReservationAffinity.Builder setConsumeReservationType(ReservationAffinity.Type value)Optional. Type of reservation to consume
 
 .google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Name | Description | 
| value | ReservationAffinity.TypeThe consumeReservationType to set. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
setConsumeReservationTypeValue(int value)
public ReservationAffinity.Builder setConsumeReservationTypeValue(int value)Optional. Type of reservation to consume
 
 .google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Name | Description | 
| value | intThe enum numeric value on the wire for consumeReservationType to set. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public ReservationAffinity.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ReservationAffinity.Builder | 
setKey(String value)
public ReservationAffinity.Builder setKey(String value)Optional. Corresponds to the label key of reservation resource.
 string key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe key to set. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. | 
setKeyBytes(ByteString value)
public ReservationAffinity.Builder setKeyBytes(ByteString value)Optional. Corresponds to the label key of reservation resource.
 string key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for key to set. | 
| 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)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| ReservationAffinity.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ReservationAffinity.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ReservationAffinity.Builder | 
setValues(int index, String value)
public ReservationAffinity.Builder setValues(int index, String value)Optional. Corresponds to the label values of reservation resource.
 repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe values to set. | 
| Type | Description | 
| ReservationAffinity.Builder | This builder for chaining. |