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-insightTypes-insights-get$clj

(locations-insightTypes-insights-get$ auth parameters)

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

Required parameters: name

Optional parameters: none

Gets the requested insight. Requires the recommender.*.get IAM permission for the specified insight type.

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

Required parameters: name

Optional parameters: none

Gets the requested insight. Requires the recommender.*.get IAM permission
for the specified insight type.
sourceraw docstring

locations-insightTypes-insights-list$clj

(locations-insightTypes-insights-list$ auth parameters)

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

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists insights for a Cloud project. Requires the recommender.*.list IAM permission for the specified insight type.

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

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists insights for a Cloud project. Requires the recommender.*.list IAM
permission for the specified insight type.
sourceraw docstring

locations-insightTypes-insights-markAccepted$clj

(locations-insightTypes-insights-markAccepted$ auth parameters body)

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/insightTypes/insights/markAccepted

Required parameters: name

Optional parameters: none

Body:

{:etag string, :stateMetadata {}}

Marks the Insight State as Accepted. Users can use this method to indicate to the Recommender API that they have applied some action based on the insight. This stops the insight content from being updated.

MarkInsightAccepted can be applied to insights in ACTIVE state. Requires the recommender.*.update IAM permission for the specified insight.

https://cloud.google.com/recommender/docs/api/reference/rest/v1beta1/projects/locations/insightTypes/insights/markAccepted

Required parameters: name

Optional parameters: none

Body: 

{:etag string, :stateMetadata {}}

Marks the Insight State as Accepted. Users can use this method to
indicate to the Recommender API that they have applied some action based
on the insight. This stops the insight content from being updated.

MarkInsightAccepted can be applied to insights in ACTIVE state. Requires
the recommender.*.update IAM permission for the specified insight.
sourceraw docstring

locations-recommenders-recommendations-get$clj

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

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.
sourceraw docstring

locations-recommenders-recommendations-list$clj

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

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.
sourceraw docstring

locations-recommenders-recommendations-markClaimed$clj

(locations-recommenders-recommendations-markClaimed$ auth parameters 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.
sourceraw docstring

locations-recommenders-recommendations-markFailed$clj

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

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

Required parameters: name

Optional parameters: none

Body:

{:etag string, :stateMetadata {}}

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: 

{:etag string, :stateMetadata {}}

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.
sourceraw docstring

locations-recommenders-recommendations-markSucceeded$clj

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

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

Required parameters: name

Optional parameters: none

Body:

{:etag string, :stateMetadata {}}

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: 

{:etag string, :stateMetadata {}}

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.
sourceraw docstring

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

× close