Show / Hide Table of Contents

Class ProjectsResource.ServiceAccountsResource.GetAllowedLocationsRequest

Returns the trust boundary info for a given service account.

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

Constructors

GetAllowedLocationsRequest(IClientService, string)

Constructs a new GetAllowedLocations request.

Declaration
public GetAllowedLocationsRequest(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<ServiceAccountAllowedLocations>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. Resource name of service account.

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

Methods

InitParameters()

Initializes GetAllowedLocations parameter list.

Declaration
protected override void InitParameters()
Overrides
IAMCredentialsBaseServiceRequest<ServiceAccountAllowedLocations>.InitParameters()

Implements

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