ProjectsLocationsRepositoriesReleaseConfigsResource class

Constructors

ProjectsLocationsRepositoriesReleaseConfigsResource(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(ReleaseConfig request, String parent, {String? releaseConfigId, String? $fields}) Future<ReleaseConfig>
Creates a new ReleaseConfig in a given Repository.
delete(String name, {String? $fields}) Future<Empty>
Deletes a single ReleaseConfig.
get(String name, {String? $fields}) Future<ReleaseConfig>
Fetches a single ReleaseConfig.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListReleaseConfigsResponse>
Lists ReleaseConfigs in a given Repository.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ReleaseConfig request, String name, {String? updateMask, String? $fields}) Future<ReleaseConfig>
Updates a single ReleaseConfig.
toString() String
A string representation of this object.
inherited

Operators

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