Google Cloud Recommender v1 API - Class Recommender (3.6.0)

public static class Recommender

Reference documentation and code samples for the Google Cloud Recommender v1 API class Recommender.

Provides insights and recommendations for cloud customers for various categories like performance optimization, cost savings, reliability, feature discovery, etc. Insights and recommendations are generated automatically based on analysis of user resources, configuration and monitoring metrics.

Inheritance

object > Recommender

Namespace

Google.Cloud.Recommender.V1

Assembly

Google.Cloud.Recommender.V1.dll

Methods

BindService(RecommenderBase)

public static ServerServiceDefinition BindService(Recommender.RecommenderBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl RecommenderRecommenderBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, RecommenderBase)

public static void BindService(ServiceBinderBase serviceBinder, Recommender.RecommenderBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl RecommenderRecommenderBase

An object implementing the server-side handling logic.