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
Modifier and TypeMethodDescriptiongetState()The new state of the migration.intThe new state of the migration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-