Class ProjectsResource.LocationsResource.AddressGroupsResource.ListReferencesRequest
Lists references of an address group.
Inheritance
ProjectsResource.LocationsResource.AddressGroupsResource.ListReferencesRequest
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AddressGroupsResource.ListReferencesRequest : NetworkSecurityBaseServiceRequest<ListAddressGroupReferencesResponse>, IClientServiceRequest<ListAddressGroupReferencesResponse>, IClientServiceRequest
Constructors
ListReferencesRequest(IClientService, string)
Constructs a new ListReferences request.
Declaration
public ListReferencesRequest(IClientService service, string addressGroup)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | addressGroup |
Properties
AddressGroup
Required. A name of the AddressGroup to clone items to. Must be in the format
projects|organization/*/locations/{location}/addressGroups/*
.
Declaration
[RequestParameter("addressGroup", RequestParameterType.Path)]
public virtual string AddressGroup { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The maximum number of references to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more AddressGroupUsers left to be queried.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The next_page_token value returned from a previous List request, if any.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ListReferences parameter list.
Declaration
protected override void InitParameters()