Show / Hide Table of Contents

Class LocationsResource.AdminsResource.ListRequest

Lists all of the admins for the specified location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListLocationAdminsResponse>
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>
LocationsResource.AdminsResource.ListRequest
Implements
IClientServiceRequest<ListLocationAdminsResponse>
IClientServiceRequest
Inherited Members
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.Xgafv
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.AccessToken
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.Alt
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.Callback
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.Fields
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.Key
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.OauthToken
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.PrettyPrint
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.QuotaUser
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.UploadType
MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>.UploadProtocol
ClientServiceRequest<ListLocationAdminsResponse>.Execute()
ClientServiceRequest<ListLocationAdminsResponse>.ExecuteAsStream()
ClientServiceRequest<ListLocationAdminsResponse>.ExecuteAsync()
ClientServiceRequest<ListLocationAdminsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListLocationAdminsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListLocationAdminsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListLocationAdminsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListLocationAdminsResponse>.GenerateRequestUri()
ClientServiceRequest<ListLocationAdminsResponse>.GetBody()
ClientServiceRequest<ListLocationAdminsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListLocationAdminsResponse>.ETagAction
ClientServiceRequest<ListLocationAdminsResponse>.ModifyRequest
ClientServiceRequest<ListLocationAdminsResponse>.ValidateParameters
ClientServiceRequest<ListLocationAdminsResponse>.ApiVersion
ClientServiceRequest<ListLocationAdminsResponse>.RequestParameters
ClientServiceRequest<ListLocationAdminsResponse>.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 LocationsResource.AdminsResource.ListRequest : MyBusinessAccountManagementBaseServiceRequest<ListLocationAdminsResponse>, IClientServiceRequest<ListLocationAdminsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The name of the location to list admins of. locations/{location_id}/admins.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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