Cloud PubSub V1 Client - Class GetSubscriptionRequest (1.50.0)

Reference documentation and code samples for the Cloud PubSub V1 Client class GetSubscriptionRequest.

Request for the GetSubscription method.

Generated from protobuf message google.pubsub.v1.GetSubscriptionRequest

Namespace

Google \ Cloud \ PubSub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subscription string

Required. The name of the subscription to get. Format is projects/{project}/subscriptions/{sub}.

getSubscription

Required. The name of the subscription to get.

Format is projects/{project}/subscriptions/{sub}.

Returns
TypeDescription
string

setSubscription

Required. The name of the subscription to get.

Format is projects/{project}/subscriptions/{sub}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
subscription string

Required. The name of the subscription to get. Format is projects/{project}/subscriptions/{sub}. Please see Google\Cloud\PubSub\V1\SubscriberClient::subscriptionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\PubSub\V1\GetSubscriptionRequest