public static interface V1Storage.VolumeErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
String detailing the error encountered during Attach or Detach operation.
|
com.google.protobuf.ByteString |
getMessageBytes()
String detailing the error encountered during Attach or Detach operation.
|
Meta.Time |
getTime()
Time the error was encountered.
|
Meta.TimeOrBuilder |
getTimeOrBuilder()
Time the error was encountered.
|
boolean |
hasMessage()
String detailing the error encountered during Attach or Detach operation.
|
boolean |
hasTime()
Time the error was encountered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTime()
Time the error was encountered. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
Meta.Time getTime()
Time the error was encountered. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
Meta.TimeOrBuilder getTimeOrBuilder()
Time the error was encountered. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
boolean hasMessage()
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. +optional
optional string message = 2;
String getMessage()
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. +optional
optional string message = 2;
com.google.protobuf.ByteString getMessageBytes()
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. +optional
optional string message = 2;
Copyright © 2021. All rights reserved.