Reference documentation and code samples for the Google Cloud Ces V1 Client class ServiceDirectoryConfig.
Configuration for tools using Service Directory.
Generated from protobuf message google.cloud.ces.v1.ServiceDirectoryConfig
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service |
string
Required. The name of Service Directory service. Format: |
getService
Required. The name of Service Directory service.
Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.
| Returns | |
|---|---|
| Type | Description |
string |
|
setService
Required. The name of Service Directory service.
Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|