Class ProjectsResource.LocationsResource.LicenseConfigsResource
The "licenseConfigs" collection of methods.
Inherited Members
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 |
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
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.LicenseConfigsResource.PatchRequest |