Google Cloud Security Compliance V1 Client - Class GetFrameworkRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class GetFrameworkRequest.

Request message for getting a Framework.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.GetFrameworkRequest

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the framework to retrieve. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

↳ major_revision_id int|string

Optional. The Framework major version to retrieve. If not specified, the most recently updated revision_id is retrieved.

getName

Required. The name of the framework to retrieve.

Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

Returns
Type Description
string

setName

Required. The name of the framework to retrieve.

Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getMajorRevisionId

Optional. The Framework major version to retrieve. If not specified, the most recently updated revision_id is retrieved.

Returns
Type Description
int|string

setMajorRevisionId

Optional. The Framework major version to retrieve. If not specified, the most recently updated revision_id is retrieved.

Parameter
Name Description
var int|string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the framework to retrieve. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id} Please see ConfigClient::frameworkName() for help formatting this field.

Returns
Type Description
GetFrameworkRequest