ServicesResource class
Methods
create (ManagedService request , {String ? $fields })
→ Future <Operation >
Creates a new managed service.
delete (String serviceName , {String ? $fields })
→ Future <Operation >
Deletes a managed service.
generateConfigReport (GenerateConfigReportRequest request , {String ? $fields })
→ Future <GenerateConfigReportResponse >
Generates and returns a report (errors, warnings and changes from existing
configurations) associated with GenerateConfigReportRequest.new_value If
GenerateConfigReportRequest.old_value is specified,
GenerateConfigReportRequest will contain a single ChangeReport based on
the comparison between GenerateConfigReportRequest.new_value and
GenerateConfigReportRequest.old_value.
get (String serviceName , {String ? $fields })
→ Future <ManagedService >
Gets a managed service.
getConfig (String serviceName , {String ? configId , String ? view , String ? $fields })
→ Future <Service >
Gets a service configuration (version) for a managed service.
getIamPolicy (GetIamPolicyRequest request , String resource , {String ? $fields })
→ Future <Policy >
Gets the access control policy for a resource.
list ({String ? consumerId , int ? pageSize , String ? pageToken , String ? producerProjectId , String ? $fields })
→ Future <ListServicesResponse >
Lists managed services.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIamPolicy (SetIamPolicyRequest request , String resource , {String ? $fields })
→ Future <Policy >
Sets the access control policy on the specified resource.
testIamPermissions (TestIamPermissionsRequest request , String resource , {String ? $fields })
→ Future <TestIamPermissionsResponse >
Returns permissions that a caller has on the specified resource.
toString ()
→ String
A string representation of this object.
inherited
undelete (String serviceName , {String ? $fields })
→ Future <Operation >
Revives a previously deleted managed service.