Show / Hide Table of Contents

Class OrganizationsResource.GetRequest

Fetches an Organization resource identified by the specified resource name.

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

MethodName

Gets the method name.

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

Name

The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudResourceManagerBaseServiceRequest<Organization>.InitParameters()

Implements

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