Class: Google::Cloud::Chronicle::V1::GetRuleDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/rule.rb

Overview

Request message for GetRuleDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the rule deployment to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment.

Returns:

  • (::String)

    Required. The name of the rule deployment to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment



483
484
485
486
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 483

class GetRuleDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end