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.State
NetworkConnection.State. forNumber(int value)
NetworkConnection.State
NetworkConnection.Builder. getState()
Network connection state.NetworkConnection.State
NetworkConnection. getState()
Network connection state.NetworkConnection.State
NetworkConnectionOrBuilder. getState()
Network connection state.static NetworkConnection.State
NetworkConnection.State. valueOf(int value)
Deprecated.static NetworkConnection.State
NetworkConnection.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkConnection.State
NetworkConnection.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.Builder
NetworkConnection.Builder. setState(NetworkConnection.State value)
Network connection state.
-