public static final class Operation.OperationWarning extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode()
Returns a warning identifier for this warning.
|
String |
getMessage()
Returns a human-readable error message.
|
Map<String,String> |
getMetadata()
Returns metadata about this warning.
|
int |
hashCode() |
String |
toString() |
public String getCode()
NO_RESULTS_ON_PAGE
if
there are no results in the response.public String getMessage()
public Map<String,String> getMetadata()
scope
and the key's value might be the zone name.
Other examples might be a key indicating a deprecated resource, and a suggested replacement,
or a warning about invalid network settings (for example, if an instance attempts to perform
IP forwarding but is not enabled for IP forwarding).Copyright © 2019 Google LLC. All rights reserved.