Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class GetFrameworkRequest.
The request message for GetFramework .
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, in the format organizations/{organization}/locations/{location}/frameworks/{framework_id}
The only supported location is global
.
↳ 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, in the format organizations/{organization}/locations/{location}/frameworks/{framework_id}
The only supported location is global
.
string
setName
Required. The name of the framework to retrieve, in the format organizations/{organization}/locations/{location}/frameworks/{framework_id}
The only supported location is global
.
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, in the format organizations/{organization}/locations/{location}/frameworks/{framework_id}
The only supported location is global
. Please see ConfigClient::frameworkName()
for help formatting this field.

