Google Cloud Service Management V1 Client - Class CreateServiceConfigRequest (1.3.3)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class CreateServiceConfigRequest.

Request message for CreateServiceConfig method.

Generated from protobuf message google.api.servicemanagement.v1.CreateServiceConfigRequest

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ service_name string

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

↳ service_config Google\Api\Service

Required. The service configuration resource.

getServiceName

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Returns
Type Description
string

setServiceName

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Parameter
Name Description
var string
Returns
Type Description
$this

getServiceConfig

Required. The service configuration resource.

Returns
Type Description
Google\Api\Service|null

hasServiceConfig

clearServiceConfig

setServiceConfig

Required. The service configuration resource.

Parameter
Name Description
var Google\Api\Service
Returns
Type Description
$this

static::build

Parameters
Name Description
serviceName string

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

serviceConfig Google\Api\Service

Required. The service configuration resource.

Returns
Type Description
Google\Cloud\ServiceManagement\V1\CreateServiceConfigRequest