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