Struct google_pubsub1::Topic[][src]

pub struct Topic {
    pub labels: Option<HashMap<String, String>>,
    pub name: Option<String>,
}

A topic resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The name of the topic. It must have the format "projects/{project}/topics/{topic}". {topic} must start with a letter, and contain only letters ([A-Za-z]), numbers ([0-9]), dashes (-), underscores (_), periods (.), tildes (~), plus (+) or percent signs (%). It must be between 3 and 255 characters in length, and it must not start with "goog".

Trait Implementations

impl Default for Topic
[src]

Returns the "default value" for a type. Read more

impl Clone for Topic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Topic
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Topic
[src]

impl ResponseResult for Topic
[src]

Auto Trait Implementations

impl Send for Topic

impl Sync for Topic