Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetAuthzExtensionRequest.
Message for getting a AuthzExtension
resource.
Generated from protobuf message google.cloud.networkservices.v1.GetAuthzExtensionRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A name of the AuthzExtension
resource to get. Must be in the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}
.
getName
Required. A name of the AuthzExtension
resource to get. Must be in
the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}
.
string
setName
Required. A name of the AuthzExtension
resource to get. Must be in
the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}
.
var
string
$this
static::build
name
string
Required. A name of the AuthzExtension
resource to get. Must be in
the format projects/{project}/locations/{location}/authzExtensions/{authz_extension}
. Please see DepServiceClient::authzExtensionName()
for help formatting this field.