Uses of Enum
com.google.bigtable.admin.v2.RestoreSourceType
-
Uses of RestoreSourceType in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return RestoreSourceTypeModifier and TypeMethodDescriptionstatic RestoreSourceTypeRestoreSourceType.forNumber(int value) 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.RestoreTableMetadata.Builder.getSourceType()The type of the restore source.RestoreTableMetadata.getSourceType()The type of the restore source.RestoreTableMetadataOrBuilder.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.bigtable.admin.v2 that return types with arguments of type RestoreSourceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RestoreSourceType>RestoreSourceType.internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type RestoreSourceTypeModifier and TypeMethodDescriptionRestoreInfo.Builder.setSourceType(RestoreSourceType value) The type of the restore source.RestoreTableMetadata.Builder.setSourceType(RestoreSourceType value) The type of the restore source.