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.ConnectModeNetworkConfig.ConnectMode. forNumber(int value)NetworkConfig.ConnectModeNetworkConfig.Builder. getConnectMode()The network connect mode of the Filestore instance.NetworkConfig.ConnectModeNetworkConfig. getConnectMode()The network connect mode of the Filestore instance.NetworkConfig.ConnectModeNetworkConfigOrBuilder. getConnectMode()The network connect mode of the Filestore instance.static NetworkConfig.ConnectModeNetworkConfig.ConnectMode. valueOf(int value)Deprecated.static NetworkConfig.ConnectModeNetworkConfig.ConnectMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NetworkConfig.ConnectModeNetworkConfig.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.BuilderNetworkConfig.Builder. setConnectMode(NetworkConfig.ConnectMode value)The network connect mode of the Filestore instance.
-