Show / Hide Table of Contents

Class InsightTypesResource.ListRequest

Lists available InsightTypes. No IAM permissions are required.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>
InsightTypesResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>
IClientServiceRequest
Inherited Members
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Xgafv
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.AccessToken
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Alt
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Callback
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Fields
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Key
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.OauthToken
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.PrettyPrint
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.QuotaUser
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.UploadType
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Execute()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.GetBody()
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 InsightTypesResource.ListRequest : RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>, IClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.MethodName

PageSize

Optional. The number of InsightTypes to return per page. The service may return fewer than this value.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListRecommenders call. Provide this to retrieve the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommenderBaseServiceRequest<GoogleCloudRecommenderV1beta1ListInsightTypesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX