public interface ReservationAffinityOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ReservationAffinity.Type |
getConsumeReservationType()
Optional.
|
int |
getConsumeReservationTypeValue()
Optional.
|
String |
getKey()
Optional.
|
ByteString |
getKeyBytes()
Optional.
|
String |
getValues(int index)
Optional.
|
ByteString |
getValuesBytes(int index)
Optional.
|
int |
getValuesCount()
Optional.
|
List<String> |
getValuesList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getConsumeReservationTypeValue()
Optional. Type of reservation to consume
.google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
ReservationAffinity.Type getConsumeReservationType()
Optional. Type of reservation to consume
.google.cloud.dataproc.v1.ReservationAffinity.Type consume_reservation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
String getKey()
Optional. Corresponds to the label key of reservation resource.
string key = 2 [(.google.api.field_behavior) = OPTIONAL];
ByteString getKeyBytes()
Optional. Corresponds to the label key of reservation resource.
string key = 2 [(.google.api.field_behavior) = OPTIONAL];
List<String> getValuesList()
Optional. Corresponds to the label values of reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
int getValuesCount()
Optional. Corresponds to the label values of reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
String getValues(int index)
Optional. Corresponds to the label values of reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the element to return.ByteString getValuesBytes(int index)
Optional. Corresponds to the label values of reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.