Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.ListRequest

Lists services in a project and location.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

Optional. The filter to apply to list results.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { 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<GoogleCloudMetastoreV2ListServicesResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Specify the ordering of results as described in Sorting Order (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not specified, the results will be sorted in the default order.

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

PageSize

Optional. The maximum number of services to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.

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 DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.To retrieve the first page, supply an empty page token.When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.

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

Parent

Required. The relative resource name of the location of metastore services to list, in the following form:projects/{project_number}/locations/{location_id}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2ListServicesResponse>.InitParameters()

Implements

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