Package com.google.datastore.admin.v1
Interface MigrationStateEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrationStateEvent,MigrationStateEvent.Builder
public interface MigrationStateEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationStategetState()The new state of the migration.intgetStateValue()The new state of the migration.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The new state of the migration.
.google.datastore.admin.v1.MigrationState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
MigrationState getState()
The new state of the migration.
.google.datastore.admin.v1.MigrationState state = 1;- Returns:
- The state.
-
-