Show / Hide Table of Contents

Class TablesResource.RowsResource.BatchCreateRequest

Creates multiple rows.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchCreateRowsResponse>
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>
TablesResource.RowsResource.BatchCreateRequest
Implements
IClientServiceRequest<BatchCreateRowsResponse>
IClientServiceRequest
Inherited Members
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.Xgafv
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.AccessToken
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.Alt
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.Callback
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.Fields
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.Key
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.OauthToken
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.PrettyPrint
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.QuotaUser
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.UploadType
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.UploadProtocol
ClientServiceRequest<BatchCreateRowsResponse>.Execute()
ClientServiceRequest<BatchCreateRowsResponse>.ExecuteAsStream()
ClientServiceRequest<BatchCreateRowsResponse>.ExecuteAsync()
ClientServiceRequest<BatchCreateRowsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchCreateRowsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchCreateRowsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchCreateRowsResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchCreateRowsResponse>.GenerateRequestUri()
ClientServiceRequest<BatchCreateRowsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchCreateRowsResponse>.ETagAction
ClientServiceRequest<BatchCreateRowsResponse>.ModifyRequest
ClientServiceRequest<BatchCreateRowsResponse>.ValidateParameters
ClientServiceRequest<BatchCreateRowsResponse>.ApiVersion
ClientServiceRequest<BatchCreateRowsResponse>.RequestParameters
ClientServiceRequest<BatchCreateRowsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Area120Tables.v1alpha1
Assembly: Google.Apis.Area120Tables.v1alpha1.dll
Syntax
public class TablesResource.RowsResource.BatchCreateRequest : Area120TablesBaseServiceRequest<BatchCreateRowsResponse>, IClientServiceRequest<BatchCreateRowsResponse>, IClientServiceRequest

Constructors

BatchCreateRequest(IClientService, BatchCreateRowsRequest, string)

Constructs a new BatchCreate request.

Declaration
public BatchCreateRequest(IClientService service, BatchCreateRowsRequest body, string parent)
Parameters
Type Name Description
IClientService service
BatchCreateRowsRequest body
string parent

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.BatchCreateRowsResponse>.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.BatchCreateRowsResponse>.MethodName

Parent

Required. The parent table where the rows will be created. Format: tables/{table}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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.BatchCreateRowsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Area120Tables.v1alpha1.Data.BatchCreateRowsResponse>.GetBody()

InitParameters()

Initializes BatchCreate parameter list.

Declaration
protected override void InitParameters()
Overrides
Area120TablesBaseServiceRequest<BatchCreateRowsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX