| Modifier and Type | Method and Description |
|---|---|
static NfsShare.State |
NfsShare.State.forNumber(int value) |
NfsShare.State |
NfsShare.getState()
The state of the NFS share.
|
NfsShare.State |
NfsShare.Builder.getState()
The state of the NFS share.
|
NfsShare.State |
NfsShareOrBuilder.getState()
The state of the NFS share.
|
static NfsShare.State |
NfsShare.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NfsShare.State |
NfsShare.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NfsShare.State |
NfsShare.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NfsShare.State[] |
NfsShare.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NfsShare.State> |
NfsShare.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NfsShare.Builder |
NfsShare.Builder.setState(NfsShare.State value)
The state of the NFS share.
|
Copyright © 2022 Google LLC. All rights reserved.