Show / Hide Table of Contents

Class AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource

The "topics" collection of methods.

Inheritance
object
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource

Constructors

TopicsResource(IClientService)

Constructs a new resource.

Declaration
public TopicsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the topics attached to the specified reservation.

Declaration
public virtual AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource.ListRequest List(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.TopicsResource.ListRequest
In this article
Back to top Generated by DocFX