Class FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource
The "recommendations" collection of methods.
Inherited Members
Namespace: Google.Apis.Recommender.v1
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource
Constructors
RecommendationsResource(IClientService)
Constructs a new resource.
Declaration
public RecommendationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets the requested recommendation. Requires the recommender.*.get IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the recommendation. |
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.GetRequest |
List(string)
Lists recommendations for the specified Cloud Resource. Requires the recommender.*.list IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The container resource on which to execute the request. Acceptable formats: *
|
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.ListRequest |
MarkClaimed(GoogleCloudRecommenderV1MarkRecommendationClaimedRequest, string)
Marks the Recommendation State as Claimed. Users can use this method to indicate to the Recommender API that they are starting to apply the recommendation themselves. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationClaimed can be applied to recommendations in CLAIMED, SUCCEEDED, FAILED, or ACTIVE state. Requires the recommender.*.update IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkClaimedRequest MarkClaimed(GoogleCloudRecommenderV1MarkRecommendationClaimedRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRecommenderV1MarkRecommendationClaimedRequest | body | The body of the request. |
string | name | Required. Name of the recommendation. |
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkClaimedRequest |
MarkDismissed(GoogleCloudRecommenderV1MarkRecommendationDismissedRequest, string)
Mark the Recommendation State as Dismissed. Users can use this method to indicate to the Recommender API that an ACTIVE recommendation has to be marked back as DISMISSED. MarkRecommendationDismissed can be applied to recommendations in ACTIVE state. Requires the recommender.*.update IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkDismissedRequest MarkDismissed(GoogleCloudRecommenderV1MarkRecommendationDismissedRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRecommenderV1MarkRecommendationDismissedRequest | body | The body of the request. |
string | name | Required. Name of the recommendation. |
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkDismissedRequest |
MarkFailed(GoogleCloudRecommenderV1MarkRecommendationFailedRequest, string)
Marks the Recommendation State as Failed. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation failed. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationFailed can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkFailedRequest MarkFailed(GoogleCloudRecommenderV1MarkRecommendationFailedRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRecommenderV1MarkRecommendationFailedRequest | body | The body of the request. |
string | name | Required. Name of the recommendation. |
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkFailedRequest |
MarkSucceeded(GoogleCloudRecommenderV1MarkRecommendationSucceededRequest, string)
Marks the Recommendation State as Succeeded. Users can use this method to indicate to the Recommender API that they have applied the recommendation themselves, and the operation was successful. This stops the recommendation content from being updated. Associated insights are frozen and placed in the ACCEPTED state. MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, CLAIMED, SUCCEEDED, or FAILED state. Requires the recommender.*.update IAM permission for the specified recommender.
Declaration
public virtual FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkSucceededRequest MarkSucceeded(GoogleCloudRecommenderV1MarkRecommendationSucceededRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudRecommenderV1MarkRecommendationSucceededRequest | body | The body of the request. |
string | name | Required. Name of the recommendation. |
Returns
Type | Description |
---|---|
FoldersResource.LocationsResource.RecommendersResource.RecommendationsResource.MarkSucceededRequest |