- 1.76.0 (latest)
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.71.0
 - 1.70.0
 - 1.68.0
 - 1.66.0
 - 1.65.0
 - 1.62.0
 - 1.61.0
 - 1.60.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.50.0
 - 1.49.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.38.0
 - 1.37.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.26.0
 - 1.25.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.10.0
 - 1.9.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.0
 - 1.2.0
 - 1.1.3
 - 1.0.6
 - 0.6.2
 
public static final class ReservationAffinity.Builder extends GeneratedMessageV3.Builder<ReservationAffinity.Builder> implements ReservationAffinityOrBuilderReservation Affinity for consuming Zonal reservation.
 Protobuf type google.cloud.notebooks.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.notebooks.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.notebooks.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.notebooks.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.notebooks.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.notebooks.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.  |