Uses of Enum
com.google.spanner.admin.database.v1.RestoreDatabaseEncryptionConfig.EncryptionType
-
Uses of RestoreDatabaseEncryptionConfig.EncryptionType in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return RestoreDatabaseEncryptionConfig.EncryptionTypeModifier and TypeMethodDescriptionRestoreDatabaseEncryptionConfig.EncryptionType.forNumber(int value) RestoreDatabaseEncryptionConfig.Builder.getEncryptionType()Required.RestoreDatabaseEncryptionConfig.getEncryptionType()Required.RestoreDatabaseEncryptionConfigOrBuilder.getEncryptionType()Required.RestoreDatabaseEncryptionConfig.EncryptionType.valueOf(int value) Deprecated.RestoreDatabaseEncryptionConfig.EncryptionType.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.RestoreDatabaseEncryptionConfig.EncryptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.admin.database.v1 that return types with arguments of type RestoreDatabaseEncryptionConfig.EncryptionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RestoreDatabaseEncryptionConfig.EncryptionType>RestoreDatabaseEncryptionConfig.EncryptionType.internalGetValueMap()Methods in com.google.spanner.admin.database.v1 with parameters of type RestoreDatabaseEncryptionConfig.EncryptionTypeModifier and TypeMethodDescriptionRestoreDatabaseEncryptionConfig.Builder.setEncryptionType(RestoreDatabaseEncryptionConfig.EncryptionType value) Required.