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 \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The name of the framework to retrieve.
Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}
var
string
$this
getMajorRevisionId
Optional. The Framework major version to retrieve. If not specified, the most recently updated revision_id is retrieved.
int|string
setMajorRevisionId
Optional. The Framework major version to retrieve. If not specified, the most recently updated revision_id is retrieved.
var
int|string
$this
static::build
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.

