Compute V1 Client - Class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy (1.5.0)

Reference documentation and code samples for the Compute V1 Client class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.

The configuration for a custom policy implemented by the user and deployed with the client.

Generated from protobuf message google.cloud.compute.v1.BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data string

An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.

↳ name string

Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.

getData

An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.

Generated from protobuf field optional string data = 3076010;

Returns
TypeDescription
string

hasData

clearData

setData

An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.

Generated from protobuf field optional string data = 3076010;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.

Generated from protobuf field optional string name = 3373707;

Returns
TypeDescription
string

hasName

clearName

setName

Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.

Generated from protobuf field optional string name = 3373707;

Parameter
NameDescription
var string
Returns
TypeDescription
$this