Reference documentation and code samples for the Google Cloud Build V2 Client class ServiceDirectoryConfig.
ServiceDirectoryConfig represents Service Directory configuration for a connection.
Generated from protobuf message google.devtools.cloudbuild.v2.ServiceDirectoryConfig
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service |
string
Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}. |
getService
Required. The Service Directory service name.
Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Returns | |
---|---|
Type | Description |
string |
setService
Required. The Service Directory service name.
Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |