Class FieldFormats (4.8.0)

public static class FieldFormats

Convenience methods for handling field formats documented in https://google.aip.dev/202.

Inheritance

object > FieldFormats

Namespace

Google.Api.Gax

Assembly

Google.Api.Gax.dll

Methods

GenerateUuid4()

public static string GenerateUuid4()

Generates a UUID v4 value and formats it as xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, using lower-case letters for hex digits.

Returns
Type Description
string