Show / Hide Table of Contents

Class ServicesResource.ConfigsResource.ListRequest

Lists the history of the service configuration for a managed service, from the newest to the oldest.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string serviceName)
Parameters
Type Name Description
IClientService service
string serviceName

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

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

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

PageToken

The token of the page to retrieve.

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<ListServiceConfigsResponse>.RestPath

ServiceName

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Declaration
[RequestParameter("serviceName", RequestParameterType.Path)]
public virtual string ServiceName { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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