Compute V1 Client - Class ProjectsSetDefaultNetworkTierRequest (1.5.0)

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

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ network_tier string

Default network tier to be set. Check the NetworkTier enum for the list of possible values.

getNetworkTier

Default network tier to be set.

Check the NetworkTier enum for the list of possible values.

Generated from protobuf field optional string network_tier = 517397843;

Returns
Type Description
string

hasNetworkTier

clearNetworkTier

setNetworkTier

Default network tier to be set.

Check the NetworkTier enum for the list of possible values.

Generated from protobuf field optional string network_tier = 517397843;

Parameter
Name Description
var string
Returns
Type Description
$this