Send feedback
Google Cloud Spanner v1 API - Class TypeCodeExtensions (4.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.6.0 keyboard_arrow_down
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.
Send feedback
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 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]