AdminProjectsLocationsTopicsResource class
Methods
-
create(Topic request, String parent, {String? topicId, String? $fields})
→ Future<Topic>
-
Creates a new topic.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified topic.
-
get(String name, {String? $fields})
→ Future<Topic>
-
Returns the topic configuration.
-
getPartitions(String name, {String? $fields})
→ Future<TopicPartitions>
-
Returns the partition information for the requested topic.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListTopicsResponse>
-
Returns the list of topics for the given project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Topic request, String name, {String? updateMask, String? $fields})
→ Future<Topic>
-
Updates properties of the specified topic.
-
toString()
→ String
-
A string representation of this object.
inherited