public interface FlockerVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatasetName()
Required: the volume name.
|
com.google.protobuf.ByteString |
getDatasetNameBytes()
Required: the volume name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getDatasetName()
Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker
string datasetName = 1;com.google.protobuf.ByteString getDatasetNameBytes()
Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker
string datasetName = 1;