Class: Google::Cloud::Dialogflow::CX::V3::GetSecuritySettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetSecuritySettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb
Overview
The request message for SecuritySettingsService.GetSecuritySettings.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the settings.
Format:
projects/<ProjectID>/locations/<LocationID>/securitySettings/<securitysettingsID>
.
32 33 34 35 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 32 class GetSecuritySettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |