Uses of Enum
com.google.spanner.admin.database.v1.RestoreSourceType
-
Uses of RestoreSourceType in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return RestoreSourceTypeModifier and TypeMethodDescriptionstatic RestoreSourceTypeRestoreSourceType.forNumber(int value) RestoreDatabaseMetadata.Builder.getSourceType()The type of the restore source.RestoreDatabaseMetadata.getSourceType()The type of the restore source.RestoreDatabaseMetadataOrBuilder.getSourceType()The type of the restore source.RestoreInfo.Builder.getSourceType()The type of the restore source.RestoreInfo.getSourceType()The type of the restore source.RestoreInfoOrBuilder.getSourceType()The type of the restore source.static RestoreSourceTypeRestoreSourceType.valueOf(int value) Deprecated.static RestoreSourceTypeRestoreSourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RestoreSourceTypeReturns the enum constant of this type with the specified name.static RestoreSourceType[]RestoreSourceType.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 RestoreSourceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RestoreSourceType>RestoreSourceType.internalGetValueMap()Methods in com.google.spanner.admin.database.v1 with parameters of type RestoreSourceTypeModifier and TypeMethodDescriptionRestoreDatabaseMetadata.Builder.setSourceType(RestoreSourceType value) The type of the restore source.RestoreInfo.Builder.setSourceType(RestoreSourceType value) The type of the restore source.