class AdminProjectsLocationsReservationsTopics extends Resource (View source)

The "topics" collection of methods.

Typical usage is:

 $pubsubliteService = new Google\Service\PubsubLite(...);
 $topics = $pubsubliteService->admin_projects_locations_reservations_topics;

Methods

listAdminProjectsLocationsReservationsTopics(string $name, array $optParams = [])

Lists the topics attached to the specified reservation.

Details

ListReservationTopicsResponse listAdminProjectsLocationsReservationsTopics(string $name, array $optParams = [])

Lists the topics attached to the specified reservation.

(topics.listAdminProjectsLocationsReservationsTopics)

Parameters

string $name

Required. The name of the reservation whose topics to list. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

array $optParams

Optional parameters.

Return Value

ListReservationTopicsResponse

Exceptions

Exception