public interface ErrorsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
[Output Only] The error type identifier for this error.
|
com.google.protobuf.ByteString |
getCodeBytes()
[Output Only] The error type identifier for this error.
|
ErrorDetails |
getErrorDetails(int index)
[Output Only] An optional list of messages that contain the error details.
|
int |
getErrorDetailsCount()
[Output Only] An optional list of messages that contain the error details.
|
List<ErrorDetails> |
getErrorDetailsList()
[Output Only] An optional list of messages that contain the error details.
|
ErrorDetailsOrBuilder |
getErrorDetailsOrBuilder(int index)
[Output Only] An optional list of messages that contain the error details.
|
List<? extends ErrorDetailsOrBuilder> |
getErrorDetailsOrBuilderList()
[Output Only] An optional list of messages that contain the error details.
|
String |
getLocation()
[Output Only] Indicates the field in the request that caused the error.
|
com.google.protobuf.ByteString |
getLocationBytes()
[Output Only] Indicates the field in the request that caused the error.
|
String |
getMessage()
[Output Only] An optional, human-readable error message.
|
com.google.protobuf.ByteString |
getMessageBytes()
[Output Only] An optional, human-readable error message.
|
boolean |
hasCode()
[Output Only] The error type identifier for this error.
|
boolean |
hasLocation()
[Output Only] Indicates the field in the request that caused the error.
|
boolean |
hasMessage()
[Output Only] An optional, human-readable error message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCode()
[Output Only] The error type identifier for this error.
optional string code = 3059181;String getCode()
[Output Only] The error type identifier for this error.
optional string code = 3059181;com.google.protobuf.ByteString getCodeBytes()
[Output Only] The error type identifier for this error.
optional string code = 3059181;List<ErrorDetails> getErrorDetailsList()
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
repeated .google.cloud.compute.v1.ErrorDetails error_details = 274653963;ErrorDetails getErrorDetails(int index)
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
repeated .google.cloud.compute.v1.ErrorDetails error_details = 274653963;int getErrorDetailsCount()
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
repeated .google.cloud.compute.v1.ErrorDetails error_details = 274653963;List<? extends ErrorDetailsOrBuilder> getErrorDetailsOrBuilderList()
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
repeated .google.cloud.compute.v1.ErrorDetails error_details = 274653963;ErrorDetailsOrBuilder getErrorDetailsOrBuilder(int index)
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
repeated .google.cloud.compute.v1.ErrorDetails error_details = 274653963;boolean hasLocation()
[Output Only] Indicates the field in the request that caused the error. This property is optional.
optional string location = 290430901;String getLocation()
[Output Only] Indicates the field in the request that caused the error. This property is optional.
optional string location = 290430901;com.google.protobuf.ByteString getLocationBytes()
[Output Only] Indicates the field in the request that caused the error. This property is optional.
optional string location = 290430901;boolean hasMessage()
[Output Only] An optional, human-readable error message.
optional string message = 418054151;String getMessage()
[Output Only] An optional, human-readable error message.
optional string message = 418054151;com.google.protobuf.ByteString getMessageBytes()
[Output Only] An optional, human-readable error message.
optional string message = 418054151;Copyright © 2023 Google LLC. All rights reserved.