Liking cljdoc? Tell your friends :D

happygapi.recommender.projects

Recommender API: projects.

See: https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects
raw docstring

locations-recommenders-recommendations-get$clj

(locations-recommenders-recommendations-get$ auth args)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/get

Required parameters: name

Optional parameters: none Gets the requested recommendation. Requires the recommender.*.get IAM permission for the specified recommender.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/get

Required parameters: name

Optional parameters: none
Gets the requested recommendation. Requires the recommender.*.get
IAM permission for the specified recommender.
raw docstring

locations-recommenders-recommendations-list$clj

(locations-recommenders-recommendations-list$ auth args)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize Lists recommendations for a Cloud project. Requires the recommender.*.list IAM permission for the specified recommender.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize
Lists recommendations for a Cloud project. Requires the recommender.*.list
IAM permission for the specified recommender.
raw docstring

locations-recommenders-recommendations-markClaimed$clj

(locations-recommenders-recommendations-markClaimed$ auth args body)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markClaimed

Required parameters: name

Optional parameters: none

Body:

{:stateMetadata {}, :etag 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 or ACTIVE state.

Requires the recommender.*.update IAM permission for the specified recommender.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markClaimed

Required parameters: name

Optional parameters: none

Body: 

{:stateMetadata {}, :etag 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 or
ACTIVE state.

Requires the recommender.*.update IAM permission for the specified
recommender.
raw docstring

locations-recommenders-recommendations-markFailed$clj

(locations-recommenders-recommendations-markFailed$ auth args body)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markFailed

Required parameters: name

Optional parameters: none

Body:

{:stateMetadata {}, :etag 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.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markFailed

Required parameters: name

Optional parameters: none

Body: 

{:stateMetadata {}, :etag 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.
raw docstring

locations-recommenders-recommendations-markSucceeded$clj

(locations-recommenders-recommendations-markSucceeded$ auth args body)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markSucceeded

Required parameters: name

Optional parameters: none

Body:

{:stateMetadata {}, :etag 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.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/recommenders/recommendations/markSucceeded

Required parameters: name

Optional parameters: none

Body: 

{:stateMetadata {}, :etag 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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close