Interface CreateSecuritySettingsRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The location to create an
         [SecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettings]
         for. Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The location to create an
         [SecuritySettings][google.cloud.dialogflow.cx.v3beta1.SecuritySettings]
         for. Format: `projects/<Project ID>/locations/<Location ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasSecuritySettings

        boolean hasSecuritySettings()
         Required. The security settings to create.
         
        .google.cloud.dialogflow.cx.v3beta1.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the securitySettings field is set.
      • getSecuritySettings

        SecuritySettings getSecuritySettings()
         Required. The security settings to create.
         
        .google.cloud.dialogflow.cx.v3beta1.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The securitySettings.
      • getSecuritySettingsOrBuilder

        SecuritySettingsOrBuilder getSecuritySettingsOrBuilder()
         Required. The security settings to create.
         
        .google.cloud.dialogflow.cx.v3beta1.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];