Google Cloud Iap V1 Client - Class GetIapSettingsRequest (1.0.1)

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

The request sent to GetIapSettings.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name for which to retrieve the settings. Authorization: Requires the getSettings permission for the associated resource.

getName

Required. The resource name for which to retrieve the settings.

Authorization: Requires the getSettings permission for the associated resource.

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

Returns
TypeDescription
string

setName

Required. The resource name for which to retrieve the settings.

Authorization: Requires the getSettings permission for the associated resource.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this