Package io.kubernetes.client.proto
Class V1.ScaleIOVolumeSource.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
io.kubernetes.client.proto.V1.ScaleIOVolumeSource.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,V1.ScaleIOVolumeSourceOrBuilder
,Cloneable
- Enclosing class:
- V1.ScaleIOVolumeSource
public static final class V1.ScaleIOVolumeSource.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
implements V1.ScaleIOVolumeSourceOrBuilder
ScaleIOVolumeSource represents a persistent ScaleIO volumeProtobuf type
k8s.io.api.core.v1.ScaleIOVolumeSource
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Filesystem type to mount.The host address of the ScaleIO API Gateway.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The name of the ScaleIO Protection Domain for the configured storage.Defaults to false (read/write).SecretRef references to the secret for ScaleIO user and other sensitive information.Flag to enable/disable SSL communication with Gateway, default false +optionalIndicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.The ScaleIO Storage Pool associated with the protection domain.The name of the storage system as configured in ScaleIO.The name of a volume already created in the ScaleIO system that is associated with this volume source.clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Filesystem type to mount.com.google.protobuf.ByteString
Filesystem type to mount.The host address of the ScaleIO API Gateway.com.google.protobuf.ByteString
The host address of the ScaleIO API Gateway.The name of the ScaleIO Protection Domain for the configured storage.com.google.protobuf.ByteString
The name of the ScaleIO Protection Domain for the configured storage.boolean
Defaults to false (read/write).SecretRef references to the secret for ScaleIO user and other sensitive information.SecretRef references to the secret for ScaleIO user and other sensitive information.SecretRef references to the secret for ScaleIO user and other sensitive information.boolean
Flag to enable/disable SSL communication with Gateway, default false +optionalIndicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.com.google.protobuf.ByteString
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.The ScaleIO Storage Pool associated with the protection domain.com.google.protobuf.ByteString
The ScaleIO Storage Pool associated with the protection domain.The name of the storage system as configured in ScaleIO.com.google.protobuf.ByteString
The name of the storage system as configured in ScaleIO.The name of a volume already created in the ScaleIO system that is associated with this volume source.com.google.protobuf.ByteString
The name of a volume already created in the ScaleIO system that is associated with this volume source.boolean
Filesystem type to mount.boolean
The host address of the ScaleIO API Gateway.boolean
The name of the ScaleIO Protection Domain for the configured storage.boolean
Defaults to false (read/write).boolean
SecretRef references to the secret for ScaleIO user and other sensitive information.boolean
Flag to enable/disable SSL communication with Gateway, default false +optionalboolean
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.boolean
The ScaleIO Storage Pool associated with the protection domain.boolean
The name of the storage system as configured in ScaleIO.boolean
The name of a volume already created in the ScaleIO system that is associated with this volume source.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(V1.ScaleIOVolumeSource other) SecretRef references to the secret for ScaleIO user and other sensitive information.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Filesystem type to mount.setFsTypeBytes
(com.google.protobuf.ByteString value) Filesystem type to mount.setGateway
(String value) The host address of the ScaleIO API Gateway.setGatewayBytes
(com.google.protobuf.ByteString value) The host address of the ScaleIO API Gateway.setProtectionDomain
(String value) The name of the ScaleIO Protection Domain for the configured storage.setProtectionDomainBytes
(com.google.protobuf.ByteString value) The name of the ScaleIO Protection Domain for the configured storage.setReadOnly
(boolean value) Defaults to false (read/write).setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SecretRef references to the secret for ScaleIO user and other sensitive information.setSecretRef
(V1.LocalObjectReference.Builder builderForValue) SecretRef references to the secret for ScaleIO user and other sensitive information.setSslEnabled
(boolean value) Flag to enable/disable SSL communication with Gateway, default false +optionalsetStorageMode
(String value) Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.setStorageModeBytes
(com.google.protobuf.ByteString value) Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.setStoragePool
(String value) The ScaleIO Storage Pool associated with the protection domain.setStoragePoolBytes
(com.google.protobuf.ByteString value) The ScaleIO Storage Pool associated with the protection domain.The name of the storage system as configured in ScaleIO.setSystemBytes
(com.google.protobuf.ByteString value) The name of the storage system as configured in ScaleIO.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setVolumeName
(String value) The name of a volume already created in the ScaleIO system that is associated with this volume source.setVolumeNameBytes
(com.google.protobuf.ByteString value) The name of a volume already created in the ScaleIO system that is associated with this volume source.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
setField
public V1.ScaleIOVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
clearField
public V1.ScaleIOVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
clearOneof
public V1.ScaleIOVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
setRepeatedField
public V1.ScaleIOVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
addRepeatedField
public V1.ScaleIOVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.ScaleIOVolumeSource.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
mergeFrom
public V1.ScaleIOVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.ScaleIOVolumeSource.Builder>
- Throws:
IOException
-
hasGateway
public boolean hasGateway()The host address of the ScaleIO API Gateway.
optional string gateway = 1;
- Specified by:
hasGateway
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getGateway
The host address of the ScaleIO API Gateway.
optional string gateway = 1;
- Specified by:
getGateway
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getGatewayBytes
public com.google.protobuf.ByteString getGatewayBytes()The host address of the ScaleIO API Gateway.
optional string gateway = 1;
- Specified by:
getGatewayBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setGateway
The host address of the ScaleIO API Gateway.
optional string gateway = 1;
-
clearGateway
The host address of the ScaleIO API Gateway.
optional string gateway = 1;
-
setGatewayBytes
The host address of the ScaleIO API Gateway.
optional string gateway = 1;
-
hasSystem
public boolean hasSystem()The name of the storage system as configured in ScaleIO.
optional string system = 2;
- Specified by:
hasSystem
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getSystem
The name of the storage system as configured in ScaleIO.
optional string system = 2;
- Specified by:
getSystem
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getSystemBytes
public com.google.protobuf.ByteString getSystemBytes()The name of the storage system as configured in ScaleIO.
optional string system = 2;
- Specified by:
getSystemBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setSystem
The name of the storage system as configured in ScaleIO.
optional string system = 2;
-
clearSystem
The name of the storage system as configured in ScaleIO.
optional string system = 2;
-
setSystemBytes
The name of the storage system as configured in ScaleIO.
optional string system = 2;
-
hasSecretRef
public boolean hasSecretRef()SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
- Specified by:
hasSecretRef
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getSecretRef
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
- Specified by:
getSecretRef
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setSecretRef
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
-
setSecretRef
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
-
mergeSecretRef
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
-
clearSecretRef
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
-
getSecretRefBuilder
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
-
getSecretRefOrBuilder
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;
- Specified by:
getSecretRefOrBuilder
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
hasSslEnabled
public boolean hasSslEnabled()Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;
- Specified by:
hasSslEnabled
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getSslEnabled
public boolean getSslEnabled()Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;
- Specified by:
getSslEnabled
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setSslEnabled
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;
-
clearSslEnabled
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;
-
hasProtectionDomain
public boolean hasProtectionDomain()The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
- Specified by:
hasProtectionDomain
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getProtectionDomain
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
- Specified by:
getProtectionDomain
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getProtectionDomainBytes
public com.google.protobuf.ByteString getProtectionDomainBytes()The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
- Specified by:
getProtectionDomainBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setProtectionDomain
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
-
clearProtectionDomain
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
-
setProtectionDomainBytes
public V1.ScaleIOVolumeSource.Builder setProtectionDomainBytes(com.google.protobuf.ByteString value) The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;
-
hasStoragePool
public boolean hasStoragePool()The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
- Specified by:
hasStoragePool
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getStoragePool
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
- Specified by:
getStoragePool
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getStoragePoolBytes
public com.google.protobuf.ByteString getStoragePoolBytes()The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
- Specified by:
getStoragePoolBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setStoragePool
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
-
clearStoragePool
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
-
setStoragePoolBytes
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;
-
hasStorageMode
public boolean hasStorageMode()Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
- Specified by:
hasStorageMode
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getStorageMode
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
- Specified by:
getStorageMode
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getStorageModeBytes
public com.google.protobuf.ByteString getStorageModeBytes()Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
- Specified by:
getStorageModeBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setStorageMode
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
-
clearStorageMode
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
-
setStorageModeBytes
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;
-
hasVolumeName
public boolean hasVolumeName()The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
- Specified by:
hasVolumeName
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getVolumeName
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
- Specified by:
getVolumeName
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getVolumeNameBytes
public com.google.protobuf.ByteString getVolumeNameBytes()The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
- Specified by:
getVolumeNameBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setVolumeName
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
-
clearVolumeName
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
-
setVolumeNameBytes
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;
-
hasFsType
public boolean hasFsType()Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
- Specified by:
hasFsType
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getFsType
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
- Specified by:
getFsType
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getFsTypeBytes
public com.google.protobuf.ByteString getFsTypeBytes()Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
- Specified by:
getFsTypeBytes
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setFsType
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
-
clearFsType
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
-
setFsTypeBytes
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional
optional string fsType = 9;
-
hasReadOnly
public boolean hasReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;
- Specified by:
hasReadOnly
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
getReadOnly
public boolean getReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;
- Specified by:
getReadOnly
in interfaceV1.ScaleIOVolumeSourceOrBuilder
-
setReadOnly
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;
-
clearReadOnly
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;
-
setUnknownFields
public final V1.ScaleIOVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-
mergeUnknownFields
public final V1.ScaleIOVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ScaleIOVolumeSource.Builder>
-