ProjectsLocationsResource class

Constructors

ProjectsLocationsResource(ApiRequester client)

Methods

deleteAgent(String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Request parameters:
get(String name, {String? $fields}) Future<GoogleCloudLocationLocation>
Request parameters:
getAgent(String parent, {String? $fields}) Future<GoogleCloudDialogflowV2Agent>
Request parameters:
getEncryptionSpec(String name, {String? $fields}) Future<GoogleCloudDialogflowV2EncryptionSpec>
Request parameters:
list(String name, {List<String>? extraLocationTypes, String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudLocationListLocationsResponse>
Request parameters:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAgent(GoogleCloudDialogflowV2Agent request, String parent, {String? updateMask, String? $fields}) Future<GoogleCloudDialogflowV2Agent>
request - The metadata request object.
toString() String
A string representation of this object.
inherited

Operators

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