Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetRuleDeploymentRequest.
Request message for GetRuleDeployment.
Generated from protobuf message google.cloud.chronicle.v1.GetRuleDeploymentRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the rule deployment to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
getName
Required. The name of the rule deployment to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
string
setName
Required. The name of the rule deployment to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
var
string
$this
static::build
name
string
Required. The name of the rule deployment to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
Please see RuleServiceClient::ruleDeploymentName()
for help formatting this field.