Reference documentation and code samples for the Google Cloud Network Security V1 Client class UpdateInterceptEndpointGroupAssociationRequest.
Request message for UpdateInterceptEndpointGroupAssociation.
Generated from protobuf message google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupAssociationRequest
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 association (e.g. |
↳ intercept_endpoint_group_association |
InterceptEndpointGroupAssociation
Required. The association 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 association
(e.g. description; not
intercept_endpoint_group_association.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 association
(e.g. description; not
intercept_endpoint_group_association.description). See
https://google.aip.dev/161 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInterceptEndpointGroupAssociation
Required. The association to update.
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation|null |
|
hasInterceptEndpointGroupAssociation
clearInterceptEndpointGroupAssociation
setInterceptEndpointGroupAssociation
Required. The association to update.
| Parameter | |
|---|---|
| Name | Description |
var |
InterceptEndpointGroupAssociation
|
| 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 |
interceptEndpointGroupAssociation |
InterceptEndpointGroupAssociation
Required. The association to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update.
Fields are specified relative to the association
(e.g. |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptEndpointGroupAssociationRequest |
|