Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LicenseConfigsResource

The "licenseConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LicenseConfigsResource
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.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.LicenseConfigsResource

Constructors

LicenseConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudDiscoveryengineV1betaLicenseConfig, string)

Creates a LicenseConfig

Declaration
public virtual ProjectsResource.LocationsResource.LicenseConfigsResource.CreateRequest Create(GoogleCloudDiscoveryengineV1betaLicenseConfig body, string parent)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1betaLicenseConfig body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.LicenseConfigsResource.CreateRequest

Get(string)

Gets a LicenseConfig.

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

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*. If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

Returns
Type Description
ProjectsResource.LocationsResource.LicenseConfigsResource.GetRequest

Patch(GoogleCloudDiscoveryengineV1betaLicenseConfig, string)

Updates the LicenseConfig

Declaration
public virtual ProjectsResource.LocationsResource.LicenseConfigsResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1betaLicenseConfig body, string name)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1betaLicenseConfig body

The body of the request.

string name

Immutable. Identifier. The fully qualified resource name of the license config. Format: projects/{project}/locations/{location}/licenseConfigs/{license_config}

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