Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OauthClientsResource.GetRequest

Gets an individual OauthClient.

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

MethodName

Gets the method name.

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

Name

Required. The name of the OauthClient to retrieve. Format: projects/{project}/locations/{location}/oauthClients/{oauth_client}.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
IamBaseServiceRequest<OauthClient>.InitParameters()

Implements

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