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