Reference documentation and code samples for the Compute V1 Client class ServiceAttachmentConsumerProjectLimit.
Generated from protobuf message google.cloud.compute.v1.ServiceAttachmentConsumerProjectLimit
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connection_limit |
int
The value of the limit to set. |
↳ project_id_or_num |
string
The project id or number for the project to set the limit for. |
getConnectionLimit
The value of the limit to set.
Generated from protobuf field optional uint32 connection_limit = 131403546;
| Returns | |
|---|---|
| Type | Description |
int |
|
hasConnectionLimit
clearConnectionLimit
setConnectionLimit
The value of the limit to set.
Generated from protobuf field optional uint32 connection_limit = 131403546;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProjectIdOrNum
The project id or number for the project to set the limit for.
Generated from protobuf field optional string project_id_or_num = 349783336;
| Returns | |
|---|---|
| Type | Description |
string |
|
hasProjectIdOrNum
clearProjectIdOrNum
setProjectIdOrNum
The project id or number for the project to set the limit for.
Generated from protobuf field optional string project_id_or_num = 349783336;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|