Google Cloud Model Armor V1beta Client - Class GetFloorSettingRequest (0.4.0)

Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class GetFloorSettingRequest.

Message for getting a Floor Setting

Generated from protobuf message google.cloud.modelarmor.v1beta.GetFloorSettingRequest

Namespace

Google \ Cloud \ ModelArmor \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the floor setting to get, example projects/123/floorsetting.

getName

Required. The name of the floor setting to get, example projects/123/floorsetting.

Returns
Type Description
string

setName

Required. The name of the floor setting to get, example projects/123/floorsetting.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the floor setting to get, example projects/123/floorsetting. Please see ModelArmorClient::floorSettingName() for help formatting this field.

Returns
Type Description
GetFloorSettingRequest