Google Cloud Security Command Center V1 Client - Class GroupMembership (2.2.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class GroupMembership.

Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.

Generated from protobuf message google.cloud.securitycenter.v1.GroupMembership

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ group_type int

Type of group.

↳ group_id string

ID of the group.

getGroupType

Type of group.

Returns
Type Description
int Enum of type GroupType.

setGroupType

Type of group.

Parameter
Name Description
var int

Enum of type GroupType.

Returns
Type Description
$this

getGroupId

ID of the group.

Returns
Type Description
string

setGroupId

ID of the group.

Parameter
Name Description
var string
Returns
Type Description
$this