Google Cloud Spanner v1 API - Class TypeCodeExtensions (5.7.0)
5.13.0-beta06
5.13.0-beta05
5.12.0 (latest)
5.11.0
5.10.0
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.15.1
3.14.0
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
public static class TypeCodeExtensions
Reference documentation and code samples for the Google Cloud Spanner v1 API class TypeCodeExtensions.
Extension methods and factory methods for type codes.
Inheritance
object >
TypeCodeExtensions
Namespace
Google.Cloud.Spanner.V1
Assembly
Google.Cloud.Spanner.V1.dll
Methods
GetOriginalName(TypeCode)
public static string GetOriginalName ( this TypeCode typeCode )
Returns the original name of a TypeCode , as specified in the proto file.
Parameter
Name
Description
typeCode
TypeCode The type code to retrieve the original name of.
Returns
Type
Description
string
The original name of the type code.
GetTypeCode(string)
public static TypeCode GetTypeCode(string originalName)
Returns a TypeCode given its original string representation.
Parameter
Name
Description
originalName
string The original name to retrieve the type code from. Must not be null.
Returns
Type
Description
TypeCode
The type code corresponding to the given name, or Unspecified if there is no such type code.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-11 UTC."],[],[]]