Reference documentation and code samples for the Google Cloud Service Management V1 Client class GetServiceRequest.
Request message for GetService
method.
Generated from protobuf message google.api.servicemanagement.v1.GetServiceRequest
Namespace
Google \ Cloud \ ServiceManagement \ V1Methods
__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 |
getServiceName
Required. The name of the service. See the ServiceManager
overview for
naming requirements. For example: example.googleapis.com
.
Returns | |
---|---|
Type | Description |
string |
setServiceName
Required. The name of the service. See the ServiceManager
overview for
naming requirements. For example: example.googleapis.com
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
serviceName |
string
Required. The name of the service. See the |
Returns | |
---|---|
Type | Description |
Google\Cloud\ServiceManagement\V1\GetServiceRequest |