ProjectsRemoteConfigResource 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
-
downloadDefaults(String project, {String? format, String? $fields})
→ Future<HttpBody>
-
Get a project's current Remote Config template parameters and default
values in JSON, property list (plist), or XML format.
-
listVersions(String project, {String? endTime, String? endVersionNumber, int? pageSize, String? pageToken, String? startTime, String? $fields})
→ Future<ListVersionsResponse>
-
Get a list of Remote Config template versions that have been published,
sorted in reverse chronological order.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rollback(RollbackRemoteConfigRequest request, String project, {String? $fields})
→ Future<RemoteConfig>
-
Roll back a project's published Remote Config template to the one
specified by the provided version number.
-
toString()
→ String
-
A string representation of this object.
inherited