Google Cloud Spanner v1 API - Class TypeCodeExtensions (4.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 2023-05-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]