Reference documentation and code samples for the Google Cloud Network Services V1 Client class CreateEndpointPolicyRequest.
Request used with the CreateEndpointPolicy method.
Generated from protobuf message google.cloud.networkservices.v1.CreateEndpointPolicyRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the EndpointPolicy. Must be in the format |
↳ endpoint_policy_id |
string
Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS". |
↳ endpoint_policy |
Google\Cloud\NetworkServices\V1\EndpointPolicy
Required. EndpointPolicy resource to be created. |
getParent
Required. The parent resource of the EndpointPolicy. Must be in the
format projects/*/locations/global.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the EndpointPolicy. Must be in the
format projects/*/locations/global.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpointPolicyId
Required. Short name of the EndpointPolicy resource to be created.
E.g. "CustomECS".
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpointPolicyId
Required. Short name of the EndpointPolicy resource to be created.
E.g. "CustomECS".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpointPolicy
Required. EndpointPolicy resource to be created.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\NetworkServices\V1\EndpointPolicy|null |
|
hasEndpointPolicy
clearEndpointPolicy
setEndpointPolicy
Required. EndpointPolicy resource to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\NetworkServices\V1\EndpointPolicy
|
| Returns | |
|---|---|
| Type | Description |
$this |
|