Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.WidgetConfigsResource

The "widgetConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.WidgetConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.WidgetConfigsResource

Constructors

WidgetConfigsResource(IClientService)

Constructs a new resource.

Declaration
public WidgetConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a WidgetConfig.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.WidgetConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Full WidgetConfig resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}

Returns
Type Description
ProjectsResource.LocationsResource.CollectionsResource.EnginesResource.WidgetConfigsResource.GetRequest
In this article
Back to top Generated by DocFX