ProjectsLocationsSecuritySettings
class ProjectsLocationsSecuritySettings extends Resource (View source)
The "securitySettings" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$securitySettings = $dialogflowService->projects_locations_securitySettings;
Methods
Create security settings in the specified location. (securitySettings.create)
Deletes the specified SecuritySettings. (securitySettings.delete)
Retrieves the specified SecuritySettings. The returned settings may be stale by up to 1 minute. (securitySettings.get)
Returns the list of all security settings in the specified location.
Updates the specified SecuritySettings. (securitySettings.patch)
Details
GoogleCloudDialogflowCxV3SecuritySettings
create(string $parent, GoogleCloudDialogflowCxV3SecuritySettings $postBody, array $optParams = [])
Create security settings in the specified location. (securitySettings.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified SecuritySettings. (securitySettings.delete)
GoogleCloudDialogflowCxV3SecuritySettings
get(string $name, array $optParams = [])
Retrieves the specified SecuritySettings. The returned settings may be stale by up to 1 minute. (securitySettings.get)
GoogleCloudDialogflowCxV3ListSecuritySettingsResponse
listProjectsLocationsSecuritySettings(string $parent, array $optParams = [])
Returns the list of all security settings in the specified location.
(securitySettings.listProjectsLocationsSecuritySettings)
GoogleCloudDialogflowCxV3SecuritySettings
patch(string $name, GoogleCloudDialogflowCxV3SecuritySettings $postBody, array $optParams = [])
Updates the specified SecuritySettings. (securitySettings.patch)