Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.WidgetConfigsResource

The "widgetConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.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.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.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.DataStoresResource.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.DataStoresResource.WidgetConfigsResource.GetRequest

Patch(GoogleCloudDiscoveryengineV1WidgetConfig, string)

Update a WidgetConfig.

Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.WidgetConfigsResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1WidgetConfig body, string name)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1WidgetConfig body

The body of the request.

string name

Immutable. The full resource name of the widget config. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.

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