BigQuery Audit Data Logging v1 API - Class TableUpdateResponse (1.3.0)

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

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableUpdateResponse.

Table update response.

Inheritance

object > TableUpdateResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

TableUpdateResponse()

public TableUpdateResponse()

TableUpdateResponse(TableUpdateResponse)

public TableUpdateResponse(TableUpdateResponse other)
Parameter
NameDescription
otherTableUpdateResponse

Properties

Resource

public Table Resource { get; set; }

Final state of the updated table.

Property Value
TypeDescription
Table