public static interface Meta.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Suggested HTTP return code for this status, 0 if not set.
|
Meta.StatusDetails |
getDetails()
Extended data associated with the reason.
|
Meta.StatusDetailsOrBuilder |
getDetailsOrBuilder()
Extended data associated with the reason.
|
String |
getMessage()
A human-readable description of the status of this operation.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable description of the status of this operation.
|
Meta.ListMeta |
getMetadata()
Standard list metadata.
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata.
|
String |
getReason()
A machine-readable description of why this operation is in the
"Failure" status.
|
com.google.protobuf.ByteString |
getReasonBytes()
A machine-readable description of why this operation is in the
"Failure" status.
|
String |
getStatus()
Status of the operation.
|
com.google.protobuf.ByteString |
getStatusBytes()
Status of the operation.
|
boolean |
hasCode()
Suggested HTTP return code for this status, 0 if not set.
|
boolean |
hasDetails()
Extended data associated with the reason.
|
boolean |
hasMessage()
A human-readable description of the status of this operation.
|
boolean |
hasMetadata()
Standard list metadata.
|
boolean |
hasReason()
A machine-readable description of why this operation is in the
"Failure" status.
|
boolean |
hasStatus()
Status of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMeta getMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMetaOrBuilder getMetadataOrBuilder()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;boolean hasStatus()
Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional string status = 2;String getStatus()
Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional string status = 2;com.google.protobuf.ByteString getStatusBytes()
Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional string status = 2;boolean hasMessage()
A human-readable description of the status of this operation. +optional
optional string message = 3;String getMessage()
A human-readable description of the status of this operation. +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
A human-readable description of the status of this operation. +optional
optional string message = 3;boolean hasReason()
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional
optional string reason = 4;String getReason()
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional
optional string reason = 4;com.google.protobuf.ByteString getReasonBytes()
A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +optional
optional string reason = 4;boolean hasDetails()
Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.StatusDetails details = 5;Meta.StatusDetails getDetails()
Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.StatusDetails details = 5;Meta.StatusDetailsOrBuilder getDetailsOrBuilder()
Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.StatusDetails details = 5;boolean hasCode()
Suggested HTTP return code for this status, 0 if not set. +optional
optional int32 code = 6;int getCode()
Suggested HTTP return code for this status, 0 if not set. +optional
optional int32 code = 6;Copyright © 2019. All rights reserved.