Interface V1Storage.VolumeErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Storage.VolumeError, V1Storage.VolumeError.Builder
Enclosing class:
V1Storage

public static interface V1Storage.VolumeErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    String detailing the error encountered during Attach or Detach operation.
    com.google.protobuf.ByteString
    String detailing the error encountered during Attach or Detach operation.
    Time the error was encountered.
    Time the error was encountered.
    boolean
    String detailing the error encountered during Attach or Detach operation.
    boolean
    Time the error was encountered.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTime

      boolean hasTime()
       Time the error was encountered.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
    • getTime

      Meta.Time getTime()
       Time the error was encountered.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
    • getTimeOrBuilder

      Meta.TimeOrBuilder getTimeOrBuilder()
       Time the error was encountered.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 1;
    • hasMessage

      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;
    • getMessage

      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;
    • getMessageBytes

      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;