Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AppsResource.ExamplesResource.CreateRequest

Creates a new example in the given app.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Example>
CustomerEngagementSuiteBaseServiceRequest<Example>
ProjectsResource.LocationsResource.AppsResource.ExamplesResource.CreateRequest
Implements
IClientServiceRequest<Example>
IClientServiceRequest
Inherited Members
CustomerEngagementSuiteBaseServiceRequest<Example>.Xgafv
CustomerEngagementSuiteBaseServiceRequest<Example>.AccessToken
CustomerEngagementSuiteBaseServiceRequest<Example>.Alt
CustomerEngagementSuiteBaseServiceRequest<Example>.Callback
CustomerEngagementSuiteBaseServiceRequest<Example>.Fields
CustomerEngagementSuiteBaseServiceRequest<Example>.Key
CustomerEngagementSuiteBaseServiceRequest<Example>.OauthToken
CustomerEngagementSuiteBaseServiceRequest<Example>.PrettyPrint
CustomerEngagementSuiteBaseServiceRequest<Example>.QuotaUser
CustomerEngagementSuiteBaseServiceRequest<Example>.UploadType
CustomerEngagementSuiteBaseServiceRequest<Example>.UploadProtocol
ClientServiceRequest<Example>.Execute()
ClientServiceRequest<Example>.ExecuteAsStream()
ClientServiceRequest<Example>.ExecuteAsync()
ClientServiceRequest<Example>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Example>.ExecuteAsStreamAsync()
ClientServiceRequest<Example>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Example>.CreateRequest(bool?)
ClientServiceRequest<Example>.GenerateRequestUri()
ClientServiceRequest<Example>.GetDefaultETagAction(string)
ClientServiceRequest<Example>.ETagAction
ClientServiceRequest<Example>.ModifyRequest
ClientServiceRequest<Example>.ValidateParameters
ClientServiceRequest<Example>.ApiVersion
ClientServiceRequest<Example>.RequestParameters
ClientServiceRequest<Example>.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.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.ExamplesResource.CreateRequest : CustomerEngagementSuiteBaseServiceRequest<Example>, IClientServiceRequest<Example>, IClientServiceRequest

Constructors

CreateRequest(IClientService, Example, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Example body, string parent)
Parameters
Type Name Description
IClientService service
Example body
string parent

Properties

ExampleId

Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.

Declaration
[RequestParameter("exampleId", RequestParameterType.Query)]
public virtual string ExampleId { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Example>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Example>.MethodName

Parent

Required. The resource name of the app to create an example in.

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
ClientServiceRequest<Example>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Example>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
CustomerEngagementSuiteBaseServiceRequest<Example>.InitParameters()

Implements

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