Google Cloud Network Services V1 Client - Class CreateEndpointPolicyRequest (0.2.1)

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 \ V1

Methods

__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 projects/*/locations/global.

↳ endpoint_policy_id string

Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS".

↳ endpoint_policy 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
EndpointPolicy|null

hasEndpointPolicy

clearEndpointPolicy

setEndpointPolicy

Required. EndpointPolicy resource to be created.

Parameter
Name Description
var EndpointPolicy
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource of the EndpointPolicy. Must be in the format projects/*/locations/global. Please see NetworkServicesClient::locationName() for help formatting this field.

endpointPolicy EndpointPolicy

Required. EndpointPolicy resource to be created.

endpointPolicyId string

Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS".

Returns
Type Description
CreateEndpointPolicyRequest