Uses of Class
com.google.cloud.clouddms.v1.NetworkArchitecture
-
Packages that use NetworkArchitecture Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of NetworkArchitecture in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return NetworkArchitecture Modifier and Type Method Description static NetworkArchitecture
NetworkArchitecture. forNumber(int value)
NetworkArchitecture
PostgreSqlConnectionProfile.Builder. getNetworkArchitecture()
Output only.NetworkArchitecture
PostgreSqlConnectionProfile. getNetworkArchitecture()
Output only.NetworkArchitecture
PostgreSqlConnectionProfileOrBuilder. getNetworkArchitecture()
Output only.static NetworkArchitecture
NetworkArchitecture. valueOf(int value)
Deprecated.static NetworkArchitecture
NetworkArchitecture. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkArchitecture
NetworkArchitecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkArchitecture[]
NetworkArchitecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type NetworkArchitecture Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkArchitecture>
NetworkArchitecture. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type NetworkArchitecture Modifier and Type Method Description PostgreSqlConnectionProfile.Builder
PostgreSqlConnectionProfile.Builder. setNetworkArchitecture(NetworkArchitecture value)
Output only.
-