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