Class TablesResource.RowsResource.GetRequest
Gets a row. Returns NOT_FOUND if the row does not exist in the table.
Inheritance
TablesResource.RowsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Area120Tables.v1alpha1
Assembly: Google.Apis.Area120Tables.v1alpha1.dll
Syntax
public class TablesResource.RowsResource.GetRequest : Area120TablesBaseServiceRequest<Row>, IClientServiceRequest<Row>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.Row>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.Row>.MethodName
Name
Required. The name of the row to retrieve. Format: tables/{table}/rows/{row}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.Row>.RestPath
View
Optional. Column key to use for values in the row. Defaults to user entered name.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual TablesResource.RowsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
TablesResource.RowsResource.GetRequest.ViewEnum? |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()