Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateSourceRequest.
Request message for creating a source.
Generated from protobuf message google.cloud.securitycenter.v1.CreateSourceRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]". |
↳ source |
Google\Cloud\SecurityCenter\V1\Source
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored. |
getParent
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
Generated from protobuf field .google.cloud.securitycenter.v1.Source source = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\SecurityCenter\V1\Source|null |
|
hasSource
clearSource
setSource
Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.
Generated from protobuf field .google.cloud.securitycenter.v1.Source source = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Source
|
| Returns | |
|---|---|
| Type | Description |
$this |
|