Compute V1 Client - Class MetadataFilterLabelMatch (1.5.0)

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.

Parameters
Name Description
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;

Returns
Type Description
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;

Parameter
Name Description
var string
Returns
Type Description
$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;

Returns
Type Description
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;

Parameter
Name Description
var string
Returns
Type Description
$this