Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SecuritySettingsResource

The "securitySettings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SecuritySettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.SecuritySettingsResource

Constructors

SecuritySettingsResource(IClientService)

Constructs a new resource.

Declaration
public SecuritySettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudDialogflowCxV3SecuritySettings, string)

Create security settings in the specified location.

Declaration
public virtual ProjectsResource.LocationsResource.SecuritySettingsResource.CreateRequest Create(GoogleCloudDialogflowCxV3SecuritySettings body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3SecuritySettings body

The body of the request.

string parent

Required. The location to create an SecuritySettings for. Format: projects//locations/.

Returns
Type Description
ProjectsResource.LocationsResource.SecuritySettingsResource.CreateRequest

Delete(string)

Deletes the specified SecuritySettings.

Declaration
public virtual ProjectsResource.LocationsResource.SecuritySettingsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the SecuritySettings to delete. Format: projects//locations//securitySettings/.

Returns
Type Description
ProjectsResource.LocationsResource.SecuritySettingsResource.DeleteRequest

Get(string)

Retrieves the specified SecuritySettings. The returned settings may be stale by up to 1 minute.

Declaration
public virtual ProjectsResource.LocationsResource.SecuritySettingsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the settings. Format: projects//locations//securitySettings/.

Returns
Type Description
ProjectsResource.LocationsResource.SecuritySettingsResource.GetRequest

List(string)

Returns the list of all security settings in the specified location.

Declaration
public virtual ProjectsResource.LocationsResource.SecuritySettingsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The location to list all security settings for. Format: projects//locations/.

Returns
Type Description
ProjectsResource.LocationsResource.SecuritySettingsResource.ListRequest

Patch(GoogleCloudDialogflowCxV3SecuritySettings, string)

Updates the specified SecuritySettings.

Declaration
public virtual ProjectsResource.LocationsResource.SecuritySettingsResource.PatchRequest Patch(GoogleCloudDialogflowCxV3SecuritySettings body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowCxV3SecuritySettings body

The body of the request.

string name

Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format: projects//locations//securitySettings/.

Returns
Type Description
ProjectsResource.LocationsResource.SecuritySettingsResource.PatchRequest
In this article
Back to top Generated by DocFX