Uses of Class
com.google.cloud.migrationcenter.v1.NetworkConnection.State
-
Packages that use NetworkConnection.State Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of NetworkConnection.State in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return NetworkConnection.State Modifier and Type Method Description static NetworkConnection.StateNetworkConnection.State. forNumber(int value)NetworkConnection.StateNetworkConnection.Builder. getState()Network connection state.NetworkConnection.StateNetworkConnection. getState()Network connection state.NetworkConnection.StateNetworkConnectionOrBuilder. getState()Network connection state.static NetworkConnection.StateNetworkConnection.State. valueOf(int value)Deprecated.static NetworkConnection.StateNetworkConnection.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NetworkConnection.StateNetworkConnection.State. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkConnection.State[]NetworkConnection.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type NetworkConnection.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkConnection.State>NetworkConnection.State. internalGetValueMap()Methods in com.google.cloud.migrationcenter.v1 with parameters of type NetworkConnection.State Modifier and Type Method Description NetworkConnection.BuilderNetworkConnection.Builder. setState(NetworkConnection.State value)Network connection state.
-