Uses of Class
com.google.cloud.bigquery.migration.v2.MigrationSubtask.State
-
Packages that use MigrationSubtask.State Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of MigrationSubtask.State in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return MigrationSubtask.State Modifier and Type Method Description static MigrationSubtask.State
MigrationSubtask.State. forNumber(int value)
MigrationSubtask.State
MigrationSubtask.Builder. getState()
Output only.MigrationSubtask.State
MigrationSubtask. getState()
Output only.MigrationSubtask.State
MigrationSubtaskOrBuilder. getState()
Output only.static MigrationSubtask.State
MigrationSubtask.State. valueOf(int value)
Deprecated.static MigrationSubtask.State
MigrationSubtask.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MigrationSubtask.State
MigrationSubtask.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationSubtask.State[]
MigrationSubtask.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 MigrationSubtask.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MigrationSubtask.State>
MigrationSubtask.State. internalGetValueMap()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type MigrationSubtask.State Modifier and Type Method Description MigrationSubtask.Builder
MigrationSubtask.Builder. setState(MigrationSubtask.State value)
Output only.
-