Interface Generated.QuobyteVolumeSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      group to map volume access to Default is no group +optional
      com.google.protobuf.ByteString getGroupBytes()
      group to map volume access to Default is no group +optional
      boolean getReadOnly()
      readOnly here will force the Quobyte volume to be mounted with read-only permissions.
      String getRegistry()
      registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
      com.google.protobuf.ByteString getRegistryBytes()
      registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
      String getTenant()
      tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
      com.google.protobuf.ByteString getTenantBytes()
      tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
      String getUser()
      user to map volume access to Defaults to serivceaccount user +optional
      com.google.protobuf.ByteString getUserBytes()
      user to map volume access to Defaults to serivceaccount user +optional
      String getVolume()
      volume is a string that references an already created Quobyte volume by name.
      com.google.protobuf.ByteString getVolumeBytes()
      volume is a string that references an already created Quobyte volume by name.
      boolean hasGroup()
      group to map volume access to Default is no group +optional
      boolean hasReadOnly()
      readOnly here will force the Quobyte volume to be mounted with read-only permissions.
      boolean hasRegistry()
      registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
      boolean hasTenant()
      tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional
      boolean hasUser()
      user to map volume access to Defaults to serivceaccount user +optional
      boolean hasVolume()
      volume is a string that references an already created Quobyte volume by name.
      • 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 Detail

      • hasRegistry

        boolean hasRegistry()
         registry represents a single or multiple Quobyte Registry services
         specified as a string as host:port pair (multiple entries are separated with commas)
         which acts as the central registry for volumes
         
        optional string registry = 1;
        Returns:
        Whether the registry field is set.
      • getRegistry

        String getRegistry()
         registry represents a single or multiple Quobyte Registry services
         specified as a string as host:port pair (multiple entries are separated with commas)
         which acts as the central registry for volumes
         
        optional string registry = 1;
        Returns:
        The registry.
      • getRegistryBytes

        com.google.protobuf.ByteString getRegistryBytes()
         registry represents a single or multiple Quobyte Registry services
         specified as a string as host:port pair (multiple entries are separated with commas)
         which acts as the central registry for volumes
         
        optional string registry = 1;
        Returns:
        The bytes for registry.
      • hasVolume

        boolean hasVolume()
         volume is a string that references an already created Quobyte volume by name.
         
        optional string volume = 2;
        Returns:
        Whether the volume field is set.
      • getVolume

        String getVolume()
         volume is a string that references an already created Quobyte volume by name.
         
        optional string volume = 2;
        Returns:
        The volume.
      • getVolumeBytes

        com.google.protobuf.ByteString getVolumeBytes()
         volume is a string that references an already created Quobyte volume by name.
         
        optional string volume = 2;
        Returns:
        The bytes for volume.
      • hasReadOnly

        boolean hasReadOnly()
         readOnly here will force the Quobyte volume to be mounted with read-only permissions.
         Defaults to false.
         +optional
         
        optional bool readOnly = 3;
        Returns:
        Whether the readOnly field is set.
      • getReadOnly

        boolean getReadOnly()
         readOnly here will force the Quobyte volume to be mounted with read-only permissions.
         Defaults to false.
         +optional
         
        optional bool readOnly = 3;
        Returns:
        The readOnly.
      • hasUser

        boolean hasUser()
         user to map volume access to
         Defaults to serivceaccount user
         +optional
         
        optional string user = 4;
        Returns:
        Whether the user field is set.
      • getUser

        String getUser()
         user to map volume access to
         Defaults to serivceaccount user
         +optional
         
        optional string user = 4;
        Returns:
        The user.
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
         user to map volume access to
         Defaults to serivceaccount user
         +optional
         
        optional string user = 4;
        Returns:
        The bytes for user.
      • hasGroup

        boolean hasGroup()
         group to map volume access to
         Default is no group
         +optional
         
        optional string group = 5;
        Returns:
        Whether the group field is set.
      • getGroup

        String getGroup()
         group to map volume access to
         Default is no group
         +optional
         
        optional string group = 5;
        Returns:
        The group.
      • getGroupBytes

        com.google.protobuf.ByteString getGroupBytes()
         group to map volume access to
         Default is no group
         +optional
         
        optional string group = 5;
        Returns:
        The bytes for group.
      • hasTenant

        boolean hasTenant()
         tenant owning the given Quobyte volume in the Backend
         Used with dynamically provisioned Quobyte volumes, value is set by the plugin
         +optional
         
        optional string tenant = 6;
        Returns:
        Whether the tenant field is set.
      • getTenant

        String getTenant()
         tenant owning the given Quobyte volume in the Backend
         Used with dynamically provisioned Quobyte volumes, value is set by the plugin
         +optional
         
        optional string tenant = 6;
        Returns:
        The tenant.
      • getTenantBytes

        com.google.protobuf.ByteString getTenantBytes()
         tenant owning the given Quobyte volume in the Backend
         Used with dynamically provisioned Quobyte volumes, value is set by the plugin
         +optional
         
        optional string tenant = 6;
        Returns:
        The bytes for tenant.