public final class UtilStatusProto
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UtilStatusProto() |
| Modifier and Type | Method and Description |
|---|---|
UtilStatusProto |
clone() |
Integer |
getCanonicalCode()
copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code
= 6;
|
Integer |
getCode()
Numeric code drawn from the space specified below.
|
String |
getMessage()
Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string
message = 3;
|
Proto2BridgeMessageSet |
getMessageSet()
message_set associates an arbitrary proto message with the status.
|
String |
getSpace()
copybara:strip_begin(b/383363683) Space to which this status belongs
copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
|
UtilStatusProto |
set(String fieldName,
Object value) |
UtilStatusProto |
setCanonicalCode(Integer canonicalCode)
copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code
= 6;
|
UtilStatusProto |
setCode(Integer code)
Numeric code drawn from the space specified below.
|
UtilStatusProto |
setMessage(String message)
Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string
message = 3;
|
UtilStatusProto |
setMessageSet(Proto2BridgeMessageSet messageSet)
message_set associates an arbitrary proto message with the status.
|
UtilStatusProto |
setSpace(String space)
copybara:strip_begin(b/383363683) Space to which this status belongs
copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getCanonicalCode()
null for nonepublic UtilStatusProto setCanonicalCode(Integer canonicalCode)
canonicalCode - canonicalCode or null for nonepublic Integer getCode()
null for nonepublic UtilStatusProto setCode(Integer code)
code - code or null for nonepublic String getMessage()
null for nonepublic UtilStatusProto setMessage(String message)
message - message or null for nonepublic Proto2BridgeMessageSet getMessageSet()
null for nonepublic UtilStatusProto setMessageSet(Proto2BridgeMessageSet messageSet)
messageSet - messageSet or null for nonepublic String getSpace()
null for nonepublic UtilStatusProto setSpace(String space)
space - space or null for nonepublic UtilStatusProto set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UtilStatusProto clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.