Show / Hide Table of Contents

Class AccountsResource.GetRequest

Gets the specified account. Returns NOT_FOUND if the account does not exist or if the caller does not have access rights to it.

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

MethodName

Gets the method name.

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

Name

Required. The name of the account to fetch.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
MyBusinessAccountManagementBaseServiceRequest<Account>.InitParameters()

Implements

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