Chronicle v1 API - Class GetDataTableRowRequest (1.0.0-beta05)

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

Reference documentation and code samples for the Chronicle v1 API class GetDataTableRowRequest.

Request to get data table row.

Inheritance

object > GetDataTableRowRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetDataTableRowRequest()

public GetDataTableRowRequest()

GetDataTableRowRequest(GetDataTableRowRequest)

public GetDataTableRowRequest(GetDataTableRowRequest other)
Parameter
Name Description
other GetDataTableRowRequest

Properties

DataTableRowName

public DataTableRowName DataTableRowName { get; set; }

DataTableRowName-typed view over the Name resource name property.

Property Value
Type Description
DataTableRowName

Name

public string Name { get; set; }

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

Property Value
Type Description
string