Uses of Class
com.google.cloud.filestore.v1beta1.NetworkConfig.AddressMode
-
Packages that use NetworkConfig.AddressMode Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of NetworkConfig.AddressMode in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return NetworkConfig.AddressMode Modifier and Type Method Description static NetworkConfig.AddressMode
NetworkConfig.AddressMode. forNumber(int value)
NetworkConfig.AddressMode
NetworkConfig.Builder. getModes(int index)
Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.AddressMode
NetworkConfig. getModes(int index)
Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.AddressMode
NetworkConfigOrBuilder. getModes(int index)
Internet protocol versions for which the instance has IP addresses assigned.static NetworkConfig.AddressMode
NetworkConfig.AddressMode. valueOf(int value)
Deprecated.static NetworkConfig.AddressMode
NetworkConfig.AddressMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkConfig.AddressMode
NetworkConfig.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.v1beta1 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.v1beta1 with parameters of type NetworkConfig.AddressMode Modifier and Type Method Description NetworkConfig.Builder
NetworkConfig.Builder. addModes(NetworkConfig.AddressMode value)
Internet protocol versions for which the instance has IP addresses assigned.NetworkConfig.Builder
NetworkConfig.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.v1beta1 with type arguments of type NetworkConfig.AddressMode Modifier and Type Method Description NetworkConfig.Builder
NetworkConfig.Builder. addAllModes(Iterable<? extends NetworkConfig.AddressMode> values)
Internet protocol versions for which the instance has IP addresses assigned.
-