Interface V1.FlockerVolumeSourceOrBuilder

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

public static interface V1.FlockerVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +optional
    com.google.protobuf.ByteString
    Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +optional
    UUID of the dataset.
    com.google.protobuf.ByteString
    UUID of the dataset.
    boolean
    Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +optional
    boolean
    UUID of the dataset.

    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

    • hasDatasetName

      boolean hasDatasetName()
       Name of the dataset stored as metadata -> name on the dataset for Flocker
       should be considered as deprecated
       +optional
       
      optional string datasetName = 1;
    • getDatasetName

      String getDatasetName()
       Name of the dataset stored as metadata -> name on the dataset for Flocker
       should be considered as deprecated
       +optional
       
      optional string datasetName = 1;
    • getDatasetNameBytes

      com.google.protobuf.ByteString getDatasetNameBytes()
       Name of the dataset stored as metadata -> name on the dataset for Flocker
       should be considered as deprecated
       +optional
       
      optional string datasetName = 1;
    • hasDatasetUUID

      boolean hasDatasetUUID()
       UUID of the dataset. This is unique identifier of a Flocker dataset
       +optional
       
      optional string datasetUUID = 2;
    • getDatasetUUID

      String getDatasetUUID()
       UUID of the dataset. This is unique identifier of a Flocker dataset
       +optional
       
      optional string datasetUUID = 2;
    • getDatasetUUIDBytes

      com.google.protobuf.ByteString getDatasetUUIDBytes()
       UUID of the dataset. This is unique identifier of a Flocker dataset
       +optional
       
      optional string datasetUUID = 2;