Uses of Enum
com.google.datastore.admin.v1.MigrationProgressEvent.ConcurrencyMode
-
Uses of MigrationProgressEvent.ConcurrencyMode in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return MigrationProgressEvent.ConcurrencyModeModifier and TypeMethodDescriptionMigrationProgressEvent.ConcurrencyMode.forNumber(int value) MigrationProgressEvent.PrepareStepDetails.Builder.getConcurrencyMode()The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.MigrationProgressEvent.PrepareStepDetails.getConcurrencyMode()The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.MigrationProgressEvent.PrepareStepDetailsOrBuilder.getConcurrencyMode()The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.MigrationProgressEvent.RedirectWritesStepDetails.Builder.getConcurrencyMode()Ths concurrency mode for this database.MigrationProgressEvent.RedirectWritesStepDetails.getConcurrencyMode()Ths concurrency mode for this database.MigrationProgressEvent.RedirectWritesStepDetailsOrBuilder.getConcurrencyMode()Ths concurrency mode for this database.MigrationProgressEvent.ConcurrencyMode.valueOf(int value) Deprecated.MigrationProgressEvent.ConcurrencyMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.MigrationProgressEvent.ConcurrencyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.admin.v1 that return types with arguments of type MigrationProgressEvent.ConcurrencyModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MigrationProgressEvent.ConcurrencyMode>MigrationProgressEvent.ConcurrencyMode.internalGetValueMap()Methods in com.google.datastore.admin.v1 with parameters of type MigrationProgressEvent.ConcurrencyModeModifier and TypeMethodDescriptionMigrationProgressEvent.PrepareStepDetails.Builder.setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode value) The concurrency mode this database will use when it reaches the `REDIRECT_WRITES` step.MigrationProgressEvent.RedirectWritesStepDetails.Builder.setConcurrencyMode(MigrationProgressEvent.ConcurrencyMode value) Ths concurrency mode for this database.