@Generated(value="by GAPIC") @BetaApi public final class ReservationsScopedList extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ReservationsScopedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static ReservationsScopedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<Reservation> |
getReservationsList()
A list of reservations contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of reservations when the list is empty.
|
int |
hashCode() |
static ReservationsScopedList.Builder |
newBuilder() |
static ReservationsScopedList.Builder |
newBuilder(ReservationsScopedList prototype) |
ReservationsScopedList.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public List<Reservation> getReservationsList()
public Warning getWarning()
public static ReservationsScopedList.Builder newBuilder()
public static ReservationsScopedList.Builder newBuilder(ReservationsScopedList prototype)
public ReservationsScopedList.Builder toBuilder()
public static ReservationsScopedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.