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 Type
    Method
    Description
    The new state of the migration.
    int
    The new state of the migration.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.