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