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
Namespace
Google \ Cloud \ ApigeeRegistry \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getName
Required. The name of the spec to be tagged, including the revision ID.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the spec to be tagged, including the revision ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |