Class ProjectsResource.LocationsResource.CatalogsResource.ExportAnalyticsMetricsRequest
Exports analytics metrics. Operation.response
is of type ExportAnalyticsMetricsResponse
.
Operation.metadata
is of type ExportMetadata
.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.ExportAnalyticsMetricsRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.ExportAnalyticsMetricsRequest : CloudRetailBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
ExportAnalyticsMetricsRequest(IClientService, GoogleCloudRetailV2ExportAnalyticsMetricsRequest, string)
Constructs a new ExportAnalyticsMetrics request.
Declaration
public ExportAnalyticsMetricsRequest(IClientService service, GoogleCloudRetailV2ExportAnalyticsMetricsRequest body, string catalog)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2ExportAnalyticsMetricsRequest | body | |
string | catalog |
Properties
Catalog
Required. Full resource name of the parent catalog. Expected format:
projects/*/locations/*/catalogs/*
Declaration
[RequestParameter("catalog", RequestParameterType.Path)]
public virtual string Catalog { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ExportAnalyticsMetrics parameter list.
Declaration
protected override void InitParameters()