Uses of Class
com.google.cloud.filestore.v1beta1.NetworkConfig.ConnectMode
-
Packages that use NetworkConfig.ConnectMode Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of NetworkConfig.ConnectMode in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return NetworkConfig.ConnectMode Modifier and Type Method Description static NetworkConfig.ConnectMode
NetworkConfig.ConnectMode. forNumber(int value)
NetworkConfig.ConnectMode
NetworkConfig.Builder. getConnectMode()
The network connect mode of the Filestore instance.NetworkConfig.ConnectMode
NetworkConfig. getConnectMode()
The network connect mode of the Filestore instance.NetworkConfig.ConnectMode
NetworkConfigOrBuilder. getConnectMode()
The network connect mode of the Filestore instance.static NetworkConfig.ConnectMode
NetworkConfig.ConnectMode. valueOf(int value)
Deprecated.static NetworkConfig.ConnectMode
NetworkConfig.ConnectMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkConfig.ConnectMode
NetworkConfig.ConnectMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkConfig.ConnectMode[]
NetworkConfig.ConnectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type NetworkConfig.ConnectMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkConfig.ConnectMode>
NetworkConfig.ConnectMode. internalGetValueMap()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type NetworkConfig.ConnectMode Modifier and Type Method Description NetworkConfig.Builder
NetworkConfig.Builder. setConnectMode(NetworkConfig.ConnectMode value)
The network connect mode of the Filestore instance.
-