Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SampleQuerySetsResource.CreateRequest

Creates a SampleQuerySet

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

Constructors

CreateRequest(IClientService, GoogleCloudDiscoveryengineV1betaSampleQuerySet, string)

Constructs a new Create request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent resource name, such as projects/{project}/locations/{location}.

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<GoogleCloudDiscoveryengineV1betaSampleQuerySet>.RestPath

SampleQuerySetId

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name. If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned. This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaSampleQuerySet>.InitParameters()

Implements

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