Reference documentation and code samples for the Google Cloud Network Security V1 Client class UpdateInterceptEndpointGroupRequest.
Request message for UpdateInterceptEndpointGroup.
Generated from protobuf message google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. |
↳ intercept_endpoint_group |
InterceptEndpointGroup
Required. The endpoint group to update. |
↳ request_id |
string
Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a |
getUpdateMask
Optional. The list of fields to update.
Fields are specified relative to the endpoint group
(e.g. description; not intercept_endpoint_group.description).
See https://google.aip.dev/161 for more details.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
Fields are specified relative to the endpoint group
(e.g. description; not intercept_endpoint_group.description).
See https://google.aip.dev/161 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInterceptEndpointGroup
Required. The endpoint group to update.
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroup|null |
|
hasInterceptEndpointGroup
clearInterceptEndpointGroup
setInterceptEndpointGroup
Required. The endpoint group to update.
| Parameter | |
|---|---|
| Name | Description |
var |
InterceptEndpointGroup
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
interceptEndpointGroup |
InterceptEndpointGroup
Required. The endpoint group to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update.
Fields are specified relative to the endpoint group
(e.g. |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptEndpointGroupRequest |
|