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
Type Description
System.String

DefaultScopes

public static IReadOnlyList<string> DefaultScopes { get; }

The default SecuritySettingsService scopes.

Property Value
Type Description
System.Collections.Generic.IReadOnlyList<System.String>
Remarks

GrpcClient

public virtual SecuritySettingsService.SecuritySettingsServiceClient GrpcClient { get; }

The underlying gRPC SecuritySettingsService client

Property Value
Type Description
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
Type Description
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
Name Description
cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
parent Google.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;.

securitySettings SecuritySettings

Required. The security settings to create.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
SecuritySettings

The RPC response.

CreateSecuritySettings(CreateSecuritySettingsRequest, CallSettings)

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

Create security settings in the specified location.

Parameters
Name Description
request CreateSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent System.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;.

securitySettings SecuritySettings

Required. The security settings to create.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent Google.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;.

securitySettings SecuritySettings

Required. The security settings to create.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent Google.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;.

securitySettings SecuritySettings

Required. The security settings to create.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
request CreateSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request CreateSecuritySettingsRequest

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

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
parent System.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;.

securitySettings SecuritySettings

Required. The security settings to create.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent System.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;.

securitySettings SecuritySettings

Required. The security settings to create.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
request DeleteSecuritySettingsRequest

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

callSettings Google.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
Name Description
name SecuritySettingsName

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;.

callSettings Google.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
Name Description
name System.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;.

callSettings Google.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
Name Description
request DeleteSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request DeleteSecuritySettingsRequest

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

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
name SecuritySettingsName

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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name SecuritySettingsName

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;.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
name System.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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name System.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;.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
request GetSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name SecuritySettingsName

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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name System.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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request GetSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request GetSecuritySettingsRequest

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

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
name SecuritySettingsName

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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name SecuritySettingsName

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;.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
name System.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;.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
name System.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;.

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
parent Google.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;.

pageToken System.String

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

pageSize System.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.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request ListSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent System.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;.

pageToken System.String

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

pageSize System.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.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent Google.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;.

pageToken System.String

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

pageSize System.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.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request ListSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
parent System.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;.

pageToken System.String

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

pageSize System.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.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Type Description
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
Name Description
securitySettings SecuritySettings

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

updateMask Google.Protobuf.WellKnownTypes.FieldMask

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request UpdateSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
securitySettings SecuritySettings

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

updateMask Google.Protobuf.WellKnownTypes.FieldMask

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
securitySettings SecuritySettings

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

updateMask Google.Protobuf.WellKnownTypes.FieldMask

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

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
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
Name Description
request UpdateSecuritySettingsRequest

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

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request UpdateSecuritySettingsRequest

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

cancellationToken System.Threading.CancellationToken

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

Returns
Type Description
System.Threading.Tasks.Task<SecuritySettings>

A Task containing the RPC response.