public static final class Meta.StatusDetails extends com.google.protobuf.GeneratedMessageV3 implements Meta.StatusDetailsOrBuilder
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.Protobuf type
k8s.io.apimachinery.pkg.apis.meta.v1.StatusDetails| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.StatusDetails.Builder
StatusDetails is a set of additional properties that MAY be set by the
server to provide additional information about a response.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CAUSES_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<Meta.StatusDetails> |
PARSER
Deprecated.
|
static int |
RETRYAFTERSECONDS_FIELD_NUMBER |
static int |
UID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Meta.StatusCause |
getCauses(int index)
The Causes array includes more details associated with the StatusReason
failure.
|
int |
getCausesCount()
The Causes array includes more details associated with the StatusReason
failure.
|
List<Meta.StatusCause> |
getCausesList()
The Causes array includes more details associated with the StatusReason
failure.
|
Meta.StatusCauseOrBuilder |
getCausesOrBuilder(int index)
The Causes array includes more details associated with the StatusReason
failure.
|
List<? extends Meta.StatusCauseOrBuilder> |
getCausesOrBuilderList()
The Causes array includes more details associated with the StatusReason
failure.
|
static Meta.StatusDetails |
getDefaultInstance() |
Meta.StatusDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
The group attribute of the resource associated with the status StatusReason.
|
com.google.protobuf.ByteString |
getGroupBytes()
The group attribute of the resource associated with the status StatusReason.
|
String |
getKind()
The kind attribute of the resource associated with the status StatusReason.
|
com.google.protobuf.ByteString |
getKindBytes()
The kind attribute of the resource associated with the status StatusReason.
|
String |
getName()
The name attribute of the resource associated with the status StatusReason
(when there is a single name which can be described).
|
com.google.protobuf.ByteString |
getNameBytes()
The name attribute of the resource associated with the status StatusReason
(when there is a single name which can be described).
|
com.google.protobuf.Parser<Meta.StatusDetails> |
getParserForType() |
int |
getRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried.
|
int |
getSerializedSize() |
String |
getUid()
UID of the resource.
|
com.google.protobuf.ByteString |
getUidBytes()
UID of the resource.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGroup()
The group attribute of the resource associated with the status StatusReason.
|
int |
hashCode() |
boolean |
hasKind()
The kind attribute of the resource associated with the status StatusReason.
|
boolean |
hasName()
The name attribute of the resource associated with the status StatusReason
(when there is a single name which can be described).
|
boolean |
hasRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried.
|
boolean |
hasUid()
UID of the resource.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Meta.StatusDetails.Builder |
newBuilder() |
static Meta.StatusDetails.Builder |
newBuilder(Meta.StatusDetails prototype) |
Meta.StatusDetails.Builder |
newBuilderForType() |
protected Meta.StatusDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Meta.StatusDetails |
parseDelimitedFrom(InputStream input) |
static Meta.StatusDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.StatusDetails |
parseFrom(byte[] data) |
static Meta.StatusDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.StatusDetails |
parseFrom(ByteBuffer data) |
static Meta.StatusDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.StatusDetails |
parseFrom(com.google.protobuf.ByteString data) |
static Meta.StatusDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.StatusDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Meta.StatusDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.StatusDetails |
parseFrom(InputStream input) |
static Meta.StatusDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Meta.StatusDetails> |
parser() |
Meta.StatusDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
public static final int CAUSES_FIELD_NUMBER
public static final int RETRYAFTERSECONDS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Meta.StatusDetails> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasName()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;hasName in interface Meta.StatusDetailsOrBuilderpublic String getName()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;getName in interface Meta.StatusDetailsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;getNameBytes in interface Meta.StatusDetailsOrBuilderpublic boolean hasGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;hasGroup in interface Meta.StatusDetailsOrBuilderpublic String getGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;getGroup in interface Meta.StatusDetailsOrBuilderpublic com.google.protobuf.ByteString getGroupBytes()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;getGroupBytes in interface Meta.StatusDetailsOrBuilderpublic boolean hasKind()
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional string kind = 3;hasKind in interface Meta.StatusDetailsOrBuilderpublic String getKind()
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional string kind = 3;getKind in interface Meta.StatusDetailsOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional string kind = 3;getKindBytes in interface Meta.StatusDetailsOrBuilderpublic boolean hasUid()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;hasUid in interface Meta.StatusDetailsOrBuilderpublic String getUid()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;getUid in interface Meta.StatusDetailsOrBuilderpublic com.google.protobuf.ByteString getUidBytes()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;getUidBytes in interface Meta.StatusDetailsOrBuilderpublic List<Meta.StatusCause> getCausesList()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;getCausesList in interface Meta.StatusDetailsOrBuilderpublic List<? extends Meta.StatusCauseOrBuilder> getCausesOrBuilderList()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;getCausesOrBuilderList in interface Meta.StatusDetailsOrBuilderpublic int getCausesCount()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;getCausesCount in interface Meta.StatusDetailsOrBuilderpublic Meta.StatusCause getCauses(int index)
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;getCauses in interface Meta.StatusDetailsOrBuilderpublic Meta.StatusCauseOrBuilder getCausesOrBuilder(int index)
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;getCausesOrBuilder in interface Meta.StatusDetailsOrBuilderpublic boolean hasRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +optional
optional int32 retryAfterSeconds = 5;hasRetryAfterSeconds in interface Meta.StatusDetailsOrBuilderpublic int getRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +optional
optional int32 retryAfterSeconds = 5;getRetryAfterSeconds in interface Meta.StatusDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Meta.StatusDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.StatusDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static Meta.StatusDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Meta.StatusDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Meta.StatusDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Meta.StatusDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Meta.StatusDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Meta.StatusDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Meta.StatusDetails.Builder newBuilder()
public static Meta.StatusDetails.Builder newBuilder(Meta.StatusDetails prototype)
public Meta.StatusDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Meta.StatusDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Meta.StatusDetails getDefaultInstance()
public static com.google.protobuf.Parser<Meta.StatusDetails> parser()
public com.google.protobuf.Parser<Meta.StatusDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Meta.StatusDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.