Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AnalyticsResource.UpdateConfigRequest
Updates the AnalyticsConfig for analytics.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AnalyticsResource.UpdateConfigRequest
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.AnalyticsResource.UpdateConfigRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaAnalyticsConfig>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaAnalyticsConfig>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, GoogleCloudDiscoveryengineV1alphaAnalyticsConfig, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaAnalyticsConfig body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaAnalyticsConfig | body | |
| string | name |
Properties
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
Name
Required. The resource name of the analytics customer config. Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/analytics/config
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
UpdateMask
The list of fields of AnalyticsConfig to update. If not specified, the method will perform a full replacement.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes UpdateConfig parameter list.
Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaAnalyticsConfig>.InitParameters()