Class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.ListRequest | Google.Apis.GKEHub.v2
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.ListRequest

Lists MembershipFeatures in a given project and location.

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

Lists MembershipFeatures that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Feature with the name "helloworld" in project "foo-proj" and membership "member-bar": name = "projects/foo-proj/locations/global/memberships/member-bar/features/helloworld" - Features that have a label called foo: labels.foo:* - Features that have a label called foo whose value is bar: labels.foo = bar

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.HttpMethod

MethodName

Gets the method name.

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

OrderBy

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

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

PageSize

When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

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

PageToken

Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

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

Parent

Required. The parent where the MembershipFeature will be listed. In the format: projects/*/locations/*/memberships/*.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
GKEHubBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX