Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MembershipsResource.FeaturesResource.GetRequest

========= MembershipFeature Services ========= Gets details of a membershipFeature.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The MembershipFeature resource name in the format projects/*/locations/*/memberships/*/features/*.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
GKEHubBaseServiceRequest<MembershipFeature>.InitParameters()

Implements

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