Show / Hide Table of Contents

Class FirewallPoliciesResource.ListAssociationsRequest

Lists associations of a specified target, i.e., organization or folder.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>
FirewallPoliciesResource.ListAssociationsRequest
Implements
IClientServiceRequest<FirewallPoliciesListAssociationsResponse>
IClientServiceRequest
Inherited Members
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.Xgafv
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.AccessToken
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.Alt
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.Callback
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.Fields
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.Key
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.OauthToken
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.PrettyPrint
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.QuotaUser
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.UploadType
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.UploadProtocol
ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>.UserIp
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.Execute()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ExecuteAsStream()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ExecuteAsync()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.GenerateRequestUri()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.GetBody()
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ETagAction
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ModifyRequest
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.ValidateParameters
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.RequestParameters
ClientServiceRequest<FirewallPoliciesListAssociationsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ListAssociationsRequest : ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>, IClientServiceRequest<FirewallPoliciesListAssociationsResponse>, IClientServiceRequest

Constructors

ListAssociationsRequest(IClientService)

Constructs a new ListAssociations request.

Declaration
public ListAssociationsRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.RestPath

TargetResource

The target resource to list associations. It is an organization, or a folder.

Declaration
[RequestParameter("targetResource", RequestParameterType.Query)]
public virtual string TargetResource { get; set; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes ListAssociations parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.v1.ComputeBaseServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top