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.StateMigrationSubtask.State. forNumber(int value)MigrationSubtask.StateMigrationSubtask.Builder. getState()Output only.MigrationSubtask.StateMigrationSubtask. getState()Output only.MigrationSubtask.StateMigrationSubtaskOrBuilder. getState()Output only.static MigrationSubtask.StateMigrationSubtask.State. valueOf(int value)Deprecated.static MigrationSubtask.StateMigrationSubtask.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MigrationSubtask.StateMigrationSubtask.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.BuilderMigrationSubtask.Builder. setState(MigrationSubtask.State value)Output only.
-