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