Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Schemas

Gets the Schemas resource.

Declaration
public virtual ProjectsResource.SchemasResource Schemas { get; }
Property Value
Type Description
ProjectsResource.SchemasResource

Snapshots

Gets the Snapshots resource.

Declaration
public virtual ProjectsResource.SnapshotsResource Snapshots { get; }
Property Value
Type Description
ProjectsResource.SnapshotsResource

Subscriptions

Gets the Subscriptions resource.

Declaration
public virtual ProjectsResource.SubscriptionsResource Subscriptions { get; }
Property Value
Type Description
ProjectsResource.SubscriptionsResource

Topics

Gets the Topics resource.

Declaration
public virtual ProjectsResource.TopicsResource Topics { get; }
Property Value
Type Description
ProjectsResource.TopicsResource
In this article
Back to top Generated by DocFX