OrganizationsEnvironmentsArchiveDeploymentsResource class

Constructors

OrganizationsEnvironmentsArchiveDeploymentsResource(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(GoogleCloudApigeeV1ArchiveDeployment request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates a new ArchiveDeployment.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an archive deployment.
generateDownloadUrl(GoogleCloudApigeeV1GenerateDownloadUrlRequest request, String name, {String? $fields}) Future<GoogleCloudApigeeV1GenerateDownloadUrlResponse>
Generates a signed URL for downloading the original zip file used to create an Archive Deployment.
generateUploadUrl(GoogleCloudApigeeV1GenerateUploadUrlRequest request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1GenerateUploadUrlResponse>
Generates a signed URL for uploading an Archive zip file to Google Cloud Storage.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1ArchiveDeployment>
Gets the specified ArchiveDeployment.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListArchiveDeploymentsResponse>
Lists the ArchiveDeployments in the specified Environment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApigeeV1ArchiveDeployment request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApigeeV1ArchiveDeployment>
Updates an existing ArchiveDeployment.
toString() String
A string representation of this object.
inherited

Operators

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