Show / Hide Table of Contents

Class OrganizationsResource.GetRequest

Fetches an Organization resource identified by the specified resource name.

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<Organization>.GenerateRequestUri()
ClientServiceRequest<Organization>.GetBody()
ClientServiceRequest<Organization>.GetDefaultETagAction(String)
ClientServiceRequest<Organization>.ETagAction
ClientServiceRequest<Organization>.ModifyRequest
ClientServiceRequest<Organization>.ValidateParameters
ClientServiceRequest<Organization>.RequestParameters
ClientServiceRequest<Organization>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class 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
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.Organization>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.Organization>.MethodName

Name

Required. 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
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.Organization>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudResourceManager.v3.CloudResourceManagerBaseServiceRequest<Google.Apis.CloudResourceManager.v3.Data.Organization>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top