Reference documentation and code samples for the Compute V1 Client class MetadataFilterLabelMatch.
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
Generated from protobuf message google.cloud.compute.v1.MetadataFilterLabelMatch
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
↳ value
string
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
getName
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
Generated from protobuf field optional string name = 3373707;
string
hasName
clearName
setName
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
Generated from protobuf field optional string name = 3373707;
var
string
$this
getValue
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
Generated from protobuf field optional string value = 111972721;
string
hasValue
clearValue
setValue
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
Generated from protobuf field optional string value = 111972721;
var
string
$this