OrganizationsSpacesResource class

Constructors

OrganizationsSpacesResource.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(GoogleCloudApigeeV1Space request, String parent, {String? spaceId, String? $fields}) Future<GoogleCloudApigeeV1Space>
Create a space under an organization.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an organization space.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Space>
Get a space under an Organization.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<GoogleIamV1Policy>
Callers must have apigee.spaces.getIamPolicy.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListSpacesResponse>
Lists spaces under an organization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApigeeV1Space request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApigeeV1Space>
Updates a space.
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
IAM META APIs Callers must have apigee.spaces.setIamPolicy.
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields}) Future<GoogleIamV1TestIamPermissionsResponse>
Callers don't need any permissions.
toString() String
A string representation of this object.
inherited

Operators

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