Google Cloud Iap V1 Client - Class GetIdentityAwareProxyClientRequest (1.0.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class GetIdentityAwareProxyClientRequest.

The request sent to GetIdentityAwareProxyClient.

Generated from protobuf message google.cloud.iap.v1.GetIdentityAwareProxyClientRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the Identity Aware Proxy client to be fetched. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

getName

Required. Name of the Identity Aware Proxy client to be fetched.

In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setName

Required. Name of the Identity Aware Proxy client to be fetched.

In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this