Interface Generated.StatusDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.StatusDetails,Generated.StatusDetails.Builder
- Enclosing class:
- Generated
public static interface Generated.StatusDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.StatusCausegetCauses(int index)The Causes array includes more details associated with the StatusReason failure.intgetCausesCount()The Causes array includes more details associated with the StatusReason failure.List<Generated.StatusCause>getCausesList()The Causes array includes more details associated with the StatusReason failure.Generated.StatusCauseOrBuildergetCausesOrBuilder(int index)The Causes array includes more details associated with the StatusReason failure.List<? extends Generated.StatusCauseOrBuilder>getCausesOrBuilderList()The Causes array includes more details associated with the StatusReason failure.StringgetGroup()The group attribute of the resource associated with the status StatusReason.com.google.protobuf.ByteStringgetGroupBytes()The group attribute of the resource associated with the status StatusReason.StringgetKind()The kind attribute of the resource associated with the status StatusReason.com.google.protobuf.ByteStringgetKindBytes()The kind attribute of the resource associated with the status StatusReason.StringgetName()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).com.google.protobuf.ByteStringgetNameBytes()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).intgetRetryAfterSeconds()If specified, the time in seconds before the operation should be retried.StringgetUid()UID of the resource.com.google.protobuf.ByteStringgetUidBytes()UID of the resource.booleanhasGroup()The group attribute of the resource associated with the status StatusReason.booleanhasKind()The kind attribute of the resource associated with the status StatusReason.booleanhasName()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).booleanhasRetryAfterSeconds()If specified, the time in seconds before the operation should be retried.booleanhasUid()UID of the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
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;- Returns:
- Whether the name field is set.
-
getName
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;- Returns:
- The name.
-
getNameBytes
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;- Returns:
- The bytes for name.
-
hasGroup
boolean hasGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;- Returns:
- The bytes for group.
-
hasKind
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/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;- Returns:
- Whether the kind field is set.
-
getKind
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/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;- Returns:
- The kind.
-
getKindBytes
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/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;- Returns:
- The bytes for kind.
-
hasUid
boolean hasUid()
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids +optional
optional string uid = 6;- Returns:
- Whether the uid field is set.
-
getUid
String getUid()
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids +optional
optional string uid = 6;- Returns:
- The uid.
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()
UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids +optional
optional string uid = 6;- Returns:
- The bytes for uid.
-
getCausesList
List<Generated.StatusCause> getCausesList()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCauses
Generated.StatusCause getCauses(int index)
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesCount
int getCausesCount()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesOrBuilderList
List<? extends Generated.StatusCauseOrBuilder> getCausesOrBuilderList()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesOrBuilder
Generated.StatusCauseOrBuilder getCausesOrBuilder(int index)
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional +listType=atomic
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
hasRetryAfterSeconds
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;- Returns:
- Whether the retryAfterSeconds field is set.
-
getRetryAfterSeconds
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;- Returns:
- The retryAfterSeconds.
-
-