ProjectsLocationsSecuritySettingsResource class

Constructors

ProjectsLocationsSecuritySettingsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudDialogflowCxV3SecuritySettings request, String parent, {String? $fields}) Future<GoogleCloudDialogflowCxV3SecuritySettings>
Create security settings in the specified location.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified SecuritySettings.
get(String name, {String? $fields}) Future<GoogleCloudDialogflowCxV3SecuritySettings>
Retrieves the specified SecuritySettings.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowCxV3ListSecuritySettingsResponse>
Returns the list of all security settings in the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowCxV3SecuritySettings request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3SecuritySettings>
Updates the specified SecuritySettings.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited