Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreateSecuritySettingsRequest.
The request message for [SecuritySettings.CreateSecuritySettings][].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The location to create an
SecuritySettings for.
Format:
projects/<Project ID>/locations/<Location ID>
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The location to create an
SecuritySettings for.
Format:
projects/<Project ID>/locations/<Location ID>
.
Returns
-
(::String) — Required. The location to create an
SecuritySettings for.
Format:
projects/<Project ID>/locations/<Location ID>
.
#security_settings
def security_settings() -> ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings) — Required. The security settings to create.
#security_settings=
def security_settings=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings) — Required. The security settings to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings) — Required. The security settings to create.