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.
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.
string
setName
Required. The name of the spec to be tagged, including the revision ID.
var
string
$this
getTag
Required. The tag to apply.
The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}
.
string
setTag
Required. The tag to apply.
The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}
.
var
string
$this