Class: Google::Cloud::Ces::V1beta::GetSecuritySettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GetSecuritySettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/agent_service.rb
Overview
Request message for AgentService.GetSecuritySettings.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the security settings to retrieve.
Format: projects/{project}/locations/{location}/securitySettings.
1640 1641 1642 1643 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1640 class GetSecuritySettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |