OrganizationsEnvgroupsResource class

Constructors

OrganizationsEnvgroupsResource(ApiRequester client)

Properties

attachments OrganizationsEnvgroupsAttachmentsResource
no setter
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(GoogleCloudApigeeV1EnvironmentGroup request, String parent, {String? name, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new environment group.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes an environment group.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1EnvironmentGroup>
Gets an environment group.
getDeployedIngressConfig(String name, {String? view, String? $fields}) Future<GoogleCloudApigeeV1EnvironmentGroupConfig>
Gets the deployed ingress configuration for an environment group.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListEnvironmentGroupsResponse>
Lists all environment groups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApigeeV1EnvironmentGroup request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates an environment group.
toString() String
A string representation of this object.
inherited

Operators

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