Show / Hide Table of Contents

Class LocationsResource.WorkforcePoolsResource.GetAllowedLocationsRequest

Returns the trust boundary info for a given workforce pool.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of workforce pool.

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

Methods

InitParameters()

Initializes GetAllowedLocations parameter list.

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

Implements

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