BigQuery Migration v2 API - Class Literal (1.5.0)

public sealed class Literal : IMessage<Literal>, IEquatable<Literal>, IDeepCloneable<Literal>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class Literal.

Literal data.

Inheritance

object > Literal

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

Literal()

public Literal()

Literal(Literal)

public Literal(Literal other)
Parameter
Name Description
other Literal

Properties

HasLiteralBytes

public bool HasLiteralBytes { get; }

Gets whether the "literal_bytes" field is set

Property Value
Type Description
bool

HasLiteralString

public bool HasLiteralString { get; }

Gets whether the "literal_string" field is set

Property Value
Type Description
bool

LiteralBytes

public ByteString LiteralBytes { get; set; }

Literal byte data.

Property Value
Type Description
ByteString

LiteralDataCase

public Literal.LiteralDataOneofCase LiteralDataCase { get; }
Property Value
Type Description
LiteralLiteralDataOneofCase

LiteralString

public string LiteralString { get; set; }

Literal string data.

Property Value
Type Description
string

RelativePath

public string RelativePath { get; set; }

Required. The identifier of the literal entry.

Property Value
Type Description
string