Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.GetRequest

Returns the details of a Scope.

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

MethodName

Gets the method name.

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

Name

Required. The Scope resource name in the format projects/*/locations/*/scopes/*.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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