Uses of Class
com.google.cloud.netapp.v1.MountOption
-
Packages that use MountOption Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of MountOption in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return MountOption Modifier and Type Method Description MountOption
MountOption.Builder. build()
MountOption
MountOption.Builder. buildPartial()
static MountOption
MountOption. getDefaultInstance()
MountOption
MountOption.Builder. getDefaultInstanceForType()
MountOption
MountOption. getDefaultInstanceForType()
MountOption
Volume.Builder. getMountOptions(int index)
Output only.MountOption
Volume. getMountOptions(int index)
Output only.MountOption
VolumeOrBuilder. getMountOptions(int index)
Output only.static MountOption
MountOption. parseDelimitedFrom(InputStream input)
static MountOption
MountOption. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountOption
MountOption. parseFrom(byte[] data)
static MountOption
MountOption. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountOption
MountOption. parseFrom(com.google.protobuf.ByteString data)
static MountOption
MountOption. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountOption
MountOption. parseFrom(com.google.protobuf.CodedInputStream input)
static MountOption
MountOption. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountOption
MountOption. parseFrom(InputStream input)
static MountOption
MountOption. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MountOption
MountOption. parseFrom(ByteBuffer data)
static MountOption
MountOption. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type MountOption Modifier and Type Method Description List<MountOption>
Volume.Builder. getMountOptionsList()
Output only.List<MountOption>
Volume. getMountOptionsList()
Output only.List<MountOption>
VolumeOrBuilder. getMountOptionsList()
Output only.com.google.protobuf.Parser<MountOption>
MountOption. getParserForType()
static com.google.protobuf.Parser<MountOption>
MountOption. parser()
Methods in com.google.cloud.netapp.v1 with parameters of type MountOption Modifier and Type Method Description Volume.Builder
Volume.Builder. addMountOptions(int index, MountOption value)
Output only.Volume.Builder
Volume.Builder. addMountOptions(MountOption value)
Output only.MountOption.Builder
MountOption.Builder. mergeFrom(MountOption other)
static MountOption.Builder
MountOption. newBuilder(MountOption prototype)
Volume.Builder
Volume.Builder. setMountOptions(int index, MountOption value)
Output only.Method parameters in com.google.cloud.netapp.v1 with type arguments of type MountOption Modifier and Type Method Description Volume.Builder
Volume.Builder. addAllMountOptions(Iterable<? extends MountOption> values)
Output only.
-