Uses of Class
com.google.cloud.filestore.v1.NetworkConfig.AddressMode
-
Packages that use NetworkConfig.AddressMode Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of NetworkConfig.AddressMode in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return NetworkConfig.AddressMode Modifier and Type Method Description static NetworkConfig.AddressModeNetworkConfig.AddressMode. forNumber(int value)NetworkConfig.AddressModeNetworkConfig.Builder. getModes(int index)Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.AddressModeNetworkConfig. getModes(int index)Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.AddressModeNetworkConfigOrBuilder. getModes(int index)Internet protocol versions for which the instance has IP addresses assigned.static NetworkConfig.AddressModeNetworkConfig.AddressMode. valueOf(int value)Deprecated.static NetworkConfig.AddressModeNetworkConfig.AddressMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NetworkConfig.AddressModeNetworkConfig.AddressMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkConfig.AddressMode[]NetworkConfig.AddressMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.filestore.v1 that return types with arguments of type NetworkConfig.AddressMode Modifier and Type Method Description List<NetworkConfig.AddressMode>NetworkConfig.Builder. getModesList()Internet protocol versions for which the instance has IP addresses assigned.List<NetworkConfig.AddressMode>NetworkConfig. getModesList()Internet protocol versions for which the instance has IP addresses assigned.List<NetworkConfig.AddressMode>NetworkConfigOrBuilder. getModesList()Internet protocol versions for which the instance has IP addresses assigned.static com.google.protobuf.Internal.EnumLiteMap<NetworkConfig.AddressMode>NetworkConfig.AddressMode. internalGetValueMap()Methods in com.google.cloud.filestore.v1 with parameters of type NetworkConfig.AddressMode Modifier and Type Method Description NetworkConfig.BuilderNetworkConfig.Builder. addModes(NetworkConfig.AddressMode value)Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.BuilderNetworkConfig.Builder. setModes(int index, NetworkConfig.AddressMode value)Internet protocol versions for which the instance has IP addresses assigned.Method parameters in com.google.cloud.filestore.v1 with type arguments of type NetworkConfig.AddressMode Modifier and Type Method Description NetworkConfig.BuilderNetworkConfig.Builder. addAllModes(Iterable<? extends NetworkConfig.AddressMode> values)Internet protocol versions for which the instance has IP addresses assigned.
-