Package io.kubernetes.client.proto
Interface Meta.StatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.Status,Meta.Status.Builder
- Enclosing class:
- Meta
public static interface Meta.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Suggested HTTP return code for this status, 0 if not set.Extended data associated with the reason.Extended data associated with the reason.A human-readable description of the status of this operation.com.google.protobuf.ByteStringA human-readable description of the status of this operation.Standard list metadata.Standard list metadata.A machine-readable description of why this operation is in the "Failure" status.com.google.protobuf.ByteStringA machine-readable description of why this operation is in the "Failure" status.Status of the operation.com.google.protobuf.ByteStringStatus of the operation.booleanhasCode()Suggested HTTP return code for this status, 0 if not set.booleanExtended data associated with the reason.booleanA human-readable description of the status of this operation.booleanStandard list metadata.booleanA machine-readable description of why this operation is in the "Failure" status.booleanStatus of the operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
hasStatus
boolean hasStatus()Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional string status = 2; -
getStatus
String getStatus()Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional string status = 2; -
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional string status = 2; -
hasMessage
boolean hasMessage()A human-readable description of the status of this operation. +optional
optional string message = 3; -
getMessage
String getMessage()A human-readable description of the status of this operation. +optional
optional string message = 3; -
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()A human-readable description of the status of this operation. +optional
optional string message = 3; -
hasReason
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; -
getReason
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; -
getReasonBytes
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; -
hasDetails
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; -
getDetails
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; -
getDetailsOrBuilder
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; -
hasCode
boolean hasCode()Suggested HTTP return code for this status, 0 if not set. +optional
optional int32 code = 6; -
getCode
int getCode()Suggested HTTP return code for this status, 0 if not set. +optional
optional int32 code = 6;
-