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

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

The full representation of a Service that is managed by Google Service Management.

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

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_name string

The name of the service. See the overview for naming requirements.

↳ producer_project_id string

ID of the project that produces and owns this service.

getServiceName

The name of the service. See the overview for naming requirements.

Returns
TypeDescription
string

setServiceName

The name of the service. See the overview for naming requirements.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProducerProjectId

ID of the project that produces and owns this service.

Returns
TypeDescription
string

setProducerProjectId

ID of the project that produces and owns this service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this