Class SecuritySettingsServiceClient (1.0.0)

public abstract class SecuritySettingsServiceClient

SecuritySettingsService client wrapper, for convenient use.

Inheritance

System.Object > SecuritySettingsServiceClient

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Remarks

Service for managing security settings for Dialogflow.

Properties

DefaultEndpoint

public static string DefaultEndpoint { get; }

The default endpoint for the SecuritySettingsService service, which is a host of "dialogflow.googleapis.com" and a port of 443.

Property Value
TypeDescription
System.String

DefaultScopes

public static IReadOnlyList<string> DefaultScopes { get; }

The default SecuritySettingsService scopes.

Property Value
TypeDescription
System.Collections.Generic.IReadOnlyList<System.String>
Remarks

GrpcClient

public virtual SecuritySettingsService.SecuritySettingsServiceClient GrpcClient { get; }

The underlying gRPC SecuritySettingsService client

Property Value
TypeDescription
SecuritySettingsService.SecuritySettingsServiceClient

Methods

Create()

public static SecuritySettingsServiceClient Create()

Synchronously creates a SecuritySettingsServiceClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use SecuritySettingsServiceClientBuilder.

Returns
TypeDescription
SecuritySettingsServiceClient

The created SecuritySettingsServiceClient.

CreateAsync(CancellationToken)

public static Task<SecuritySettingsServiceClient> CreateAsync(CancellationToken cancellationToken = default(CancellationToken))

Asynchronously creates a SecuritySettingsServiceClient using the default credentials, endpoint and settings. To specify custom credentials or other settings, use SecuritySettingsServiceClientBuilder.

Parameter
NameDescription
cancellationTokenSystem.Threading.CancellationToken

The System.Threading.CancellationToken to use while creating the client.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettingsServiceClient>

The task representing the created SecuritySettingsServiceClient.

CreateSecuritySettings(LocationName, SecuritySettings, CallSettings)

public virtual SecuritySettings CreateSecuritySettings(LocationName parent, SecuritySettings securitySettings, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
parentGoogle.Api.Gax.ResourceNames.LocationName

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

CreateSecuritySettings(CreateSecuritySettingsRequest, CallSettings)

public virtual SecuritySettings CreateSecuritySettings(CreateSecuritySettingsRequest request, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
requestCreateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

CreateSecuritySettings(String, SecuritySettings, CallSettings)

public virtual SecuritySettings CreateSecuritySettings(string parent, SecuritySettings securitySettings, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
parentSystem.String

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

CreateSecuritySettingsAsync(LocationName, SecuritySettings, CallSettings)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(LocationName parent, SecuritySettings securitySettings, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
parentGoogle.Api.Gax.ResourceNames.LocationName

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

CreateSecuritySettingsAsync(LocationName, SecuritySettings, CancellationToken)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(LocationName parent, SecuritySettings securitySettings, CancellationToken cancellationToken)

Create security settings in the specified location.

Parameters
NameDescription
parentGoogle.Api.Gax.ResourceNames.LocationName

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

CreateSecuritySettingsAsync(CreateSecuritySettingsRequest, CallSettings)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(CreateSecuritySettingsRequest request, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
requestCreateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

CreateSecuritySettingsAsync(CreateSecuritySettingsRequest, CancellationToken)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(CreateSecuritySettingsRequest request, CancellationToken cancellationToken)

Create security settings in the specified location.

Parameters
NameDescription
requestCreateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

CreateSecuritySettingsAsync(String, SecuritySettings, CallSettings)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(string parent, SecuritySettings securitySettings, CallSettings callSettings = null)

Create security settings in the specified location.

Parameters
NameDescription
parentSystem.String

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

CreateSecuritySettingsAsync(String, SecuritySettings, CancellationToken)

public virtual Task<SecuritySettings> CreateSecuritySettingsAsync(string parent, SecuritySettings securitySettings, CancellationToken cancellationToken)

Create security settings in the specified location.

Parameters
NameDescription
parentSystem.String

Required. The location to create an [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

securitySettingsSecuritySettings

Required. The security settings to create.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

DeleteSecuritySettings(DeleteSecuritySettingsRequest, CallSettings)

public virtual void DeleteSecuritySettings(DeleteSecuritySettingsRequest request, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestDeleteSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

DeleteSecuritySettings(SecuritySettingsName, CallSettings)

public virtual void DeleteSecuritySettings(SecuritySettingsName name, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSecuritySettingsName

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

DeleteSecuritySettings(String, CallSettings)

public virtual void DeleteSecuritySettings(string name, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSystem.String

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

DeleteSecuritySettingsAsync(DeleteSecuritySettingsRequest, CallSettings)

public virtual Task DeleteSecuritySettingsAsync(DeleteSecuritySettingsRequest request, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestDeleteSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

DeleteSecuritySettingsAsync(DeleteSecuritySettingsRequest, CancellationToken)

public virtual Task DeleteSecuritySettingsAsync(DeleteSecuritySettingsRequest request, CancellationToken cancellationToken)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestDeleteSecuritySettingsRequest

The request object containing all of the parameters for the API call.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

DeleteSecuritySettingsAsync(SecuritySettingsName, CallSettings)

public virtual Task DeleteSecuritySettingsAsync(SecuritySettingsName name, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSecuritySettingsName

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

DeleteSecuritySettingsAsync(SecuritySettingsName, CancellationToken)

public virtual Task DeleteSecuritySettingsAsync(SecuritySettingsName name, CancellationToken cancellationToken)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSecuritySettingsName

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

DeleteSecuritySettingsAsync(String, CallSettings)

public virtual Task DeleteSecuritySettingsAsync(string name, CallSettings callSettings = null)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSystem.String

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

DeleteSecuritySettingsAsync(String, CancellationToken)

public virtual Task DeleteSecuritySettingsAsync(string name, CancellationToken cancellationToken)

Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
nameSystem.String

Required. The name of the [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings] to delete. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;Security Settings ID&amp;gt;.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task

A Task containing the RPC response.

GetSecuritySettings(GetSecuritySettingsRequest, CallSettings)

public virtual SecuritySettings GetSecuritySettings(GetSecuritySettingsRequest request, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
requestGetSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

GetSecuritySettings(SecuritySettingsName, CallSettings)

public virtual SecuritySettings GetSecuritySettings(SecuritySettingsName name, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSecuritySettingsName

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

GetSecuritySettings(String, CallSettings)

public virtual SecuritySettings GetSecuritySettings(string name, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSystem.String

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

GetSecuritySettingsAsync(GetSecuritySettingsRequest, CallSettings)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(GetSecuritySettingsRequest request, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
requestGetSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

GetSecuritySettingsAsync(GetSecuritySettingsRequest, CancellationToken)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(GetSecuritySettingsRequest request, CancellationToken cancellationToken)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
requestGetSecuritySettingsRequest

The request object containing all of the parameters for the API call.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

GetSecuritySettingsAsync(SecuritySettingsName, CallSettings)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(SecuritySettingsName name, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSecuritySettingsName

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

GetSecuritySettingsAsync(SecuritySettingsName, CancellationToken)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(SecuritySettingsName name, CancellationToken cancellationToken)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSecuritySettingsName

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

GetSecuritySettingsAsync(String, CallSettings)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(string name, CallSettings callSettings = null)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSystem.String

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

GetSecuritySettingsAsync(String, CancellationToken)

public virtual Task<SecuritySettings> GetSecuritySettingsAsync(string name, CancellationToken cancellationToken)

Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.

Parameters
NameDescription
nameSystem.String

Required. Resource name of the settings. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;/securitySettings/&amp;lt;security settings ID&amp;gt;.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

ListSecuritySettings(LocationName, String, Nullable<Int32>, CallSettings)

public virtual PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettings(LocationName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)

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

Parameters
NameDescription
parentGoogle.Api.Gax.ResourceNames.LocationName

Required. The location to list all security settings for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

pageTokenSystem.String

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSizeSystem.Nullable<System.Int32>

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable sequence of SecuritySettings resources.

ListSecuritySettings(ListSecuritySettingsRequest, CallSettings)

public virtual PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettings(ListSecuritySettingsRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable sequence of SecuritySettings resources.

ListSecuritySettings(String, String, Nullable<Int32>, CallSettings)

public virtual PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettings(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)

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

Parameters
NameDescription
parentSystem.String

Required. The location to list all security settings for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

pageTokenSystem.String

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSizeSystem.Nullable<System.Int32>

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable sequence of SecuritySettings resources.

ListSecuritySettingsAsync(LocationName, String, Nullable<Int32>, CallSettings)

public virtual PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettingsAsync(LocationName parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)

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

Parameters
NameDescription
parentGoogle.Api.Gax.ResourceNames.LocationName

Required. The location to list all security settings for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

pageTokenSystem.String

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSizeSystem.Nullable<System.Int32>

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable asynchronous sequence of SecuritySettings resources.

ListSecuritySettingsAsync(ListSecuritySettingsRequest, CallSettings)

public virtual PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettingsAsync(ListSecuritySettingsRequest request, CallSettings callSettings = null)

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

Parameters
NameDescription
requestListSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable asynchronous sequence of SecuritySettings resources.

ListSecuritySettingsAsync(String, String, Nullable<Int32>, CallSettings)

public virtual PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings> ListSecuritySettingsAsync(string parent, string pageToken = null, int? pageSize = default(int? ), CallSettings callSettings = null)

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

Parameters
NameDescription
parentSystem.String

Required. The location to list all security settings for. Format: projects/&amp;lt;Project ID&amp;gt;/locations/&amp;lt;Location ID&amp;gt;.

pageTokenSystem.String

The token returned from the previous request. A value of null or an empty string retrieves the first page.

pageSizeSystem.Nullable<System.Int32>

The size of page to request. The response will not be larger than this, but may be smaller. A value of null or 0 uses a server-defined page size.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Google.Api.Gax.PagedAsyncEnumerable<ListSecuritySettingsResponse, SecuritySettings>

A pageable asynchronous sequence of SecuritySettings resources.

ShutdownDefaultChannelsAsync()

public static Task ShutdownDefaultChannelsAsync()

Shuts down any channels automatically created by Create() and CreateAsync(CancellationToken). Channels which weren't automatically created are not affected.

Returns
TypeDescription
System.Threading.Tasks.Task

A task representing the asynchronous shutdown operation.

Remarks

After calling this method, further calls to Create() and CreateAsync(CancellationToken) will create new channels, which could in turn be shut down by another call to this method.

UpdateSecuritySettings(SecuritySettings, FieldMask, CallSettings)

public virtual SecuritySettings UpdateSecuritySettings(SecuritySettings securitySettings, FieldMask updateMask, CallSettings callSettings = null)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
securitySettingsSecuritySettings

Required. [SecuritySettings] object that contains values for each of the fields to update.

updateMaskGoogle.Protobuf.WellKnownTypes.FieldMask

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

UpdateSecuritySettings(UpdateSecuritySettingsRequest, CallSettings)

public virtual SecuritySettings UpdateSecuritySettings(UpdateSecuritySettingsRequest request, CallSettings callSettings = null)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestUpdateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
SecuritySettings

The RPC response.

UpdateSecuritySettingsAsync(SecuritySettings, FieldMask, CallSettings)

public virtual Task<SecuritySettings> UpdateSecuritySettingsAsync(SecuritySettings securitySettings, FieldMask updateMask, CallSettings callSettings = null)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
securitySettingsSecuritySettings

Required. [SecuritySettings] object that contains values for each of the fields to update.

updateMaskGoogle.Protobuf.WellKnownTypes.FieldMask

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

UpdateSecuritySettingsAsync(SecuritySettings, FieldMask, CancellationToken)

public virtual Task<SecuritySettings> UpdateSecuritySettingsAsync(SecuritySettings securitySettings, FieldMask updateMask, CancellationToken cancellationToken)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
securitySettingsSecuritySettings

Required. [SecuritySettings] object that contains values for each of the fields to update.

updateMaskGoogle.Protobuf.WellKnownTypes.FieldMask

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

UpdateSecuritySettingsAsync(UpdateSecuritySettingsRequest, CallSettings)

public virtual Task<SecuritySettings> UpdateSecuritySettingsAsync(UpdateSecuritySettingsRequest request, CallSettings callSettings = null)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestUpdateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

callSettingsGoogle.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.

UpdateSecuritySettingsAsync(UpdateSecuritySettingsRequest, CancellationToken)

public virtual Task<SecuritySettings> UpdateSecuritySettingsAsync(UpdateSecuritySettingsRequest request, CancellationToken cancellationToken)

Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].

Parameters
NameDescription
requestUpdateSecuritySettingsRequest

The request object containing all of the parameters for the API call.

cancellationTokenSystem.Threading.CancellationToken

A System.Threading.CancellationToken to use for this RPC.

Returns
TypeDescription
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.