public static class AutoscalerStatusDetails.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AutoscalerStatusDetails |
build() |
AutoscalerStatusDetails.Builder |
clone() |
String |
getMessage()
The status message.
|
String |
getType()
The type of error returned.
|
AutoscalerStatusDetails.Builder |
mergeFrom(AutoscalerStatusDetails other) |
AutoscalerStatusDetails.Builder |
setMessage(String message)
The status message.
|
AutoscalerStatusDetails.Builder |
setType(String type)
The type of error returned.
|
public AutoscalerStatusDetails.Builder mergeFrom(AutoscalerStatusDetails other)
public String getMessage()
public AutoscalerStatusDetails.Builder setMessage(String message)
public String getType()
public AutoscalerStatusDetails.Builder setType(String type)
public AutoscalerStatusDetails build()
public AutoscalerStatusDetails.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.