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.
Implements
IMessageTableUpdateResponse, IEquatableTableUpdateResponse, IDeepCloneableTableUpdateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
TableUpdateResponse()
public TableUpdateResponse()
TableUpdateResponse(TableUpdateResponse)
public TableUpdateResponse(TableUpdateResponse other)
Parameter | |
---|---|
Name | Description |
other | TableUpdateResponse |
Properties
Resource
public Table Resource { get; set; }
Final state of the updated table.
Property Value | |
---|---|
Type | Description |
Table |