Reference documentation and code samples for the Google Cloud Network Security V1 Client class GetAddressGroupRequest.
Request used by the GetAddressGroup method.
Generated from protobuf message google.cloud.networksecurity.v1.GetAddressGroupRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*
.
getName
Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*
.
string
setName
Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*
.
var
string
$this
static::build
name
string
Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*
. Please see AddressGroupServiceClient::addressGroupName()
for help formatting this field.