Struct google_pubsub1::ListTopicSubscriptionsResponse [−][src]
pub struct ListTopicSubscriptionsResponse {
pub next_page_token: Option<String>,
pub subscriptions: Option<Vec<String>>,
}Response for the ListTopicSubscriptions method.
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).
- topics subscriptions list projects (response)
Fields
next_page_token: Option<String>
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
ListTopicSubscriptionsRequest to get more subscriptions.
subscriptions: Option<Vec<String>>
The names of the subscriptions that match the request.
Trait Implementations
impl Default for ListTopicSubscriptionsResponse[src]
impl Default for ListTopicSubscriptionsResponsefn default() -> ListTopicSubscriptionsResponse[src]
fn default() -> ListTopicSubscriptionsResponseReturns the "default value" for a type. Read more
impl Clone for ListTopicSubscriptionsResponse[src]
impl Clone for ListTopicSubscriptionsResponsefn clone(&self) -> ListTopicSubscriptionsResponse[src]
fn clone(&self) -> ListTopicSubscriptionsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListTopicSubscriptionsResponse[src]
impl Debug for ListTopicSubscriptionsResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListTopicSubscriptionsResponse[src]
impl ResponseResult for ListTopicSubscriptionsResponseAuto Trait Implementations
impl Send for ListTopicSubscriptionsResponse
impl Send for ListTopicSubscriptionsResponseimpl Sync for ListTopicSubscriptionsResponse
impl Sync for ListTopicSubscriptionsResponse