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