ProjectsInstancesAppProfilesResource 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(AppProfile request, String parent, {String? appProfileId, bool? ignoreWarnings, String? $fields})
→ Future<AppProfile>
-
Creates an app profile within an instance.
-
delete(String name, {bool? ignoreWarnings, String? $fields})
→ Future<Empty>
-
Deletes an app profile from an instance.
-
get(String name, {String? $fields})
→ Future<AppProfile>
-
Gets information about an app profile.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListAppProfilesResponse>
-
Lists information about app profiles in an instance.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AppProfile request, String name, {bool? ignoreWarnings, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates an app profile within an instance.
-
toString()
→ String
-
A string representation of this object.
inherited