Show / Hide Table of Contents

Class ServicesResource.ListRequest

Lists managed services. Returns all public services. For authenticated users, also returns all services the calling user has "servicemanagement.services.get" permission for.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServicesResponse>
ServiceManagementBaseServiceRequest<ListServicesResponse>
ServicesResource.ListRequest
Implements
IClientServiceRequest<ListServicesResponse>
IClientServiceRequest
Inherited Members
ServiceManagementBaseServiceRequest<ListServicesResponse>.Xgafv
ServiceManagementBaseServiceRequest<ListServicesResponse>.AccessToken
ServiceManagementBaseServiceRequest<ListServicesResponse>.Alt
ServiceManagementBaseServiceRequest<ListServicesResponse>.Callback
ServiceManagementBaseServiceRequest<ListServicesResponse>.Fields
ServiceManagementBaseServiceRequest<ListServicesResponse>.Key
ServiceManagementBaseServiceRequest<ListServicesResponse>.OauthToken
ServiceManagementBaseServiceRequest<ListServicesResponse>.PrettyPrint
ServiceManagementBaseServiceRequest<ListServicesResponse>.QuotaUser
ServiceManagementBaseServiceRequest<ListServicesResponse>.UploadType
ServiceManagementBaseServiceRequest<ListServicesResponse>.UploadProtocol
ClientServiceRequest<ListServicesResponse>.Execute()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListServicesResponse>.GetBody()
ClientServiceRequest<ListServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServicesResponse>.ETagAction
ClientServiceRequest<ListServicesResponse>.ModifyRequest
ClientServiceRequest<ListServicesResponse>.ValidateParameters
ClientServiceRequest<ListServicesResponse>.ApiVersion
ClientServiceRequest<ListServicesResponse>.RequestParameters
ClientServiceRequest<ListServicesResponse>.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.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ServicesResource.ListRequest : ServiceManagementBaseServiceRequest<ListServicesResponse>, IClientServiceRequest<ListServicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

ConsumerId

Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.

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

PageToken

Token identifying which result to start with; returned by a previous list call.

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

ProducerProjectId

Include services produced by the specified project.

Declaration
[RequestParameter("producerProjectId", RequestParameterType.Query)]
public virtual string ProducerProjectId { 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<ListServicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ServiceManagementBaseServiceRequest<ListServicesResponse>.InitParameters()

Implements

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