ProjectsLocationsDeploymentsResource class

Constructors

ProjectsLocationsDeploymentsResource.new(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(GoogleCloudApihubV1Deployment request, String parent, {String? deploymentId, String? $fields}) Future<GoogleCloudApihubV1Deployment>
Create a deployment resource in the API hub.
delete(String name, {String? $fields}) Future<Empty>
Delete a deployment resource in the API hub.
get(String name, {String? $fields}) Future<GoogleCloudApihubV1Deployment>
Get details about a deployment and the API versions linked to it.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApihubV1ListDeploymentsResponse>
List deployment resources in the API hub.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApihubV1Deployment request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApihubV1Deployment>
Update a deployment resource in the API hub.
toString() String
A string representation of this object.
inherited

Operators

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