OrganizationsEnvironmentsResourcefilesResource class

Constructors

OrganizationsEnvironmentsResourcefilesResource(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(GoogleApiHttpBody request, String parent, {String? name, String? type, String? $fields}) Future<GoogleCloudApigeeV1ResourceFile>
Creates a resource file.
delete(String parent, String type, String name, {String? $fields}) Future<GoogleCloudApigeeV1ResourceFile>
Deletes a resource file.
get(String parent, String type, String name, {String? $fields}) Future<GoogleApiHttpBody>
Gets the contents of a resource file.
list(String parent, {String? type, String? $fields}) Future<GoogleCloudApigeeV1ListEnvironmentResourcesResponse>
Lists all resource files, optionally filtering by type.
listEnvironmentResources(String parent, String type, {String? $fields}) Future<GoogleCloudApigeeV1ListEnvironmentResourcesResponse>
Lists all resource files, optionally filtering by type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleApiHttpBody request, String parent, String type, String name, {String? $fields}) Future<GoogleCloudApigeeV1ResourceFile>
Updates a resource file.

Operators

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