AdminProjectsLocationsTopicsResource class

Constructors

AdminProjectsLocationsTopicsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions AdminProjectsLocationsTopicsSubscriptionsResource
no setter

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

Operators

operator ==(Object other) bool
The equality operator.
inherited