ProjectsLocationsPrivateCloudsLoggingServersResource 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(LoggingServer request, String parent, {String? loggingServerId, String? requestId, String? $fields})
→ Future<Operation>
-
Create a new logging server for a given private cloud.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a single logging server.
-
get(String name, {String? $fields})
→ Future<LoggingServer>
-
Gets details of a logging server.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListLoggingServersResponse>
-
Lists logging servers configured for a given private cloud.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(LoggingServer request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the parameters of a single logging server.
-
toString()
→ String
-
A string representation of this object.
inherited