Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListAddressGroupReferencesRequest.
Request used by the ListAddressGroupReferences method.
Generated from protobuf message google.cloud.networksecurity.v1.ListAddressGroupReferencesRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ address_group |
string
Required. A name of the AddressGroup to clone items to. Must be in the format |
↳ page_size |
int
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. |
↳ page_token |
string
The next_page_token value returned from a previous List request, if any. |
getAddressGroup
Required. A name of the AddressGroup to clone items to. Must be in the
format projects|organization/*/locations/{location}/addressGroups/*
.
Returns | |
---|---|
Type | Description |
string |
setAddressGroup
Required. A name of the AddressGroup to clone items to. Must be in the
format projects|organization/*/locations/{location}/addressGroups/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
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.
Returns | |
---|---|
Type | Description |
int |
setPageSize
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The next_page_token value returned from a previous List request, if any.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The next_page_token value returned from a previous List request, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
addressGroup |
string
Required. A name of the AddressGroup to clone items to. Must be in the
format |
Returns | |
---|---|
Type | Description |
ListAddressGroupReferencesRequest |