Google Cloud Apigee Registry V1 Client - Class TagApiSpecRevisionRequest (0.2.7)

Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class TagApiSpecRevisionRequest.

Request message for TagApiSpecRevision.

Generated from protobuf message google.cloud.apigeeregistry.v1.TagApiSpecRevisionRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the spec to be tagged, including the revision ID.

↳ tag string

Required. The tag to apply. The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}.

getName

Required. The name of the spec to be tagged, including the revision ID.

Returns
TypeDescription
string

setName

Required. The name of the spec to be tagged, including the revision ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTag

Required. The tag to apply.

The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}.

Returns
TypeDescription
string

setTag

Required. The tag to apply.

The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this