Uses of Class
com.google.cloud.vmmigration.v1.MigratingVmView
-
Packages that use MigratingVmView Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of MigratingVmView in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return MigratingVmView Modifier and Type Method Description static MigratingVmView
MigratingVmView. forNumber(int value)
MigratingVmView
GetMigratingVmRequest.Builder. getView()
Optional.MigratingVmView
GetMigratingVmRequest. getView()
Optional.MigratingVmView
GetMigratingVmRequestOrBuilder. getView()
Optional.MigratingVmView
ListMigratingVmsRequest.Builder. getView()
Optional.MigratingVmView
ListMigratingVmsRequest. getView()
Optional.MigratingVmView
ListMigratingVmsRequestOrBuilder. getView()
Optional.static MigratingVmView
MigratingVmView. valueOf(int value)
Deprecated.static MigratingVmView
MigratingVmView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MigratingVmView
MigratingVmView. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigratingVmView[]
MigratingVmView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type MigratingVmView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MigratingVmView>
MigratingVmView. internalGetValueMap()
Methods in com.google.cloud.vmmigration.v1 with parameters of type MigratingVmView Modifier and Type Method Description GetMigratingVmRequest.Builder
GetMigratingVmRequest.Builder. setView(MigratingVmView value)
Optional.ListMigratingVmsRequest.Builder
ListMigratingVmsRequest.Builder. setView(MigratingVmView value)
Optional.
-