Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.RecommendersResource

The "recommenders" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.RecommendersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1beta1
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class OrganizationsResource.LocationsResource.RecommendersResource

Constructors

RecommendersResource(IClientService)

Constructs a new resource.

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

Properties

Recommendations

Gets the Recommendations resource.

Declaration
public virtual OrganizationsResource.LocationsResource.RecommendersResource.RecommendationsResource Recommendations { get; }
Property Value
Type Description
OrganizationsResource.LocationsResource.RecommendersResource.RecommendationsResource

Methods

GetConfig(string)

Gets the requested Recommender Config. There is only one instance of the config for each Recommender.

Declaration
public virtual OrganizationsResource.LocationsResource.RecommendersResource.GetConfigRequest GetConfig(string name)
Parameters
Type Name Description
string name

Required. Name of the Recommendation Config to get. Acceptable formats: * projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config * projects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config * organizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config * billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config

Returns
Type Description
OrganizationsResource.LocationsResource.RecommendersResource.GetConfigRequest

UpdateConfig(GoogleCloudRecommenderV1beta1RecommenderConfig, string)

Updates a Recommender Config. This will create a new revision of the config.

Declaration
public virtual OrganizationsResource.LocationsResource.RecommendersResource.UpdateConfigRequest UpdateConfig(GoogleCloudRecommenderV1beta1RecommenderConfig body, string name)
Parameters
Type Name Description
GoogleCloudRecommenderV1beta1RecommenderConfig body

The body of the request.

string name

Identifier. Name of recommender config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config

Returns
Type Description
OrganizationsResource.LocationsResource.RecommendersResource.UpdateConfigRequest
In this article
Back to top Generated by DocFX