Show / Hide Table of Contents

Class OrganizationsResource.GetRequest

Lookup for a single organization.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Organization>
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>
OrganizationsResource.GetRequest
Implements
IClientServiceRequest<Organization>
IClientServiceRequest
Inherited Members
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.Xgafv
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.AccessToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.Alt
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.Callback
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.Fields
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.Key
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.OauthToken
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.PrettyPrint
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.QuotaUser
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.UploadType
GoogleMarketingPlatformAdminAPIBaseServiceRequest<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.GoogleMarketingPlatformAdminAPI.v1alpha
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class OrganizationsResource.GetRequest : GoogleMarketingPlatformAdminAPIBaseServiceRequest<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

Required. The name of the Organization to retrieve. Format: organizations/{org_id}

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
GoogleMarketingPlatformAdminAPIBaseServiceRequest<Organization>.InitParameters()

Implements

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