ProjectsLocationsServiceProjectAttachmentsResource class
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(ServiceProjectAttachment request, String parent, {String? requestId, String? serviceProjectAttachmentId, String? $fields})
→ Future<Operation>
-
Attaches a service project to the host project.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a service project attachment.
-
get(String name, {String? $fields})
→ Future<ServiceProjectAttachment>
-
Gets a service project attachment.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListServiceProjectAttachmentsResponse>
-
Lists service projects attached to the host project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited