public static interface Meta.StatusCauseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
The field of the resource that has caused this error, as named by its JSON
serialization.
|
com.google.protobuf.ByteString |
getFieldBytes()
The field of the resource that has caused this error, as named by its JSON
serialization.
|
String |
getMessage()
A human-readable description of the cause of the error.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable description of the cause of the error.
|
String |
getReason()
A machine-readable description of the cause of the error.
|
com.google.protobuf.ByteString |
getReasonBytes()
A machine-readable description of the cause of the error.
|
boolean |
hasField()
The field of the resource that has caused this error, as named by its JSON
serialization.
|
boolean |
hasMessage()
A human-readable description of the cause of the error.
|
boolean |
hasReason()
A machine-readable description of the cause of the error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReason()
A machine-readable description of the cause of the error. If this value is empty there is no information available. +optional
optional string reason = 1;String getReason()
A machine-readable description of the cause of the error. If this value is empty there is no information available. +optional
optional string reason = 1;com.google.protobuf.ByteString getReasonBytes()
A machine-readable description of the cause of the error. If this value is empty there is no information available. +optional
optional string reason = 1;boolean hasMessage()
A human-readable description of the cause of the error. This field may be presented as-is to a reader. +optional
optional string message = 2;String getMessage()
A human-readable description of the cause of the error. This field may be presented as-is to a reader. +optional
optional string message = 2;com.google.protobuf.ByteString getMessageBytes()
A human-readable description of the cause of the error. This field may be presented as-is to a reader. +optional
optional string message = 2;boolean hasField()
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items" +optional
optional string field = 3;String getField()
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items" +optional
optional string field = 3;com.google.protobuf.ByteString getFieldBytes()
The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items" +optional
optional string field = 3;Copyright © 2020. All rights reserved.