Show / Hide Table of Contents

Class ServicesResource.ListRequest

Lists all public cloud services.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<ListServicesResponse>
CloudbillingBaseServiceRequest<ListServicesResponse>
ServicesResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<ListServicesResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CloudbillingBaseServiceRequest<ListServicesResponse>.Xgafv
CloudbillingBaseServiceRequest<ListServicesResponse>.AccessToken
CloudbillingBaseServiceRequest<ListServicesResponse>.Alt
CloudbillingBaseServiceRequest<ListServicesResponse>.Callback
CloudbillingBaseServiceRequest<ListServicesResponse>.Fields
CloudbillingBaseServiceRequest<ListServicesResponse>.Key
CloudbillingBaseServiceRequest<ListServicesResponse>.OauthToken
CloudbillingBaseServiceRequest<ListServicesResponse>.PrettyPrint
CloudbillingBaseServiceRequest<ListServicesResponse>.QuotaUser
CloudbillingBaseServiceRequest<ListServicesResponse>.UploadType
CloudbillingBaseServiceRequest<ListServicesResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class ListRequest : CloudbillingBaseServiceRequest<ListServicesResponse>, IClientServiceRequest<ListServicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.MethodName

PageSize

Requested page size. Defaults to 5000.

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

PageToken

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListServices call. If unspecified, the first page of results is returned.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Cloudbilling.v1.CloudbillingBaseServiceRequest<Google.Apis.Cloudbilling.v1.Data.ListServicesResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top