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