Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class CustomHostConfig.
Custom host config for the instance.
Generated from protobuf message google.cloud.securesourcemanager.v1.Instance.PrivateConfig.CustomHostConfig
Namespace
Google \ Cloud \ SecureSourceManager \ V1 \ Instance \ PrivateConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ html |
string
Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com" |
↳ api |
string
Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com" |
↳ git_ssh |
string
Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com" |
↳ git_http |
string
Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com" |
getHtml
Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"
| Returns | |
|---|---|
| Type | Description |
string |
|
setHtml
Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApi
Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"
| Returns | |
|---|---|
| Type | Description |
string |
|
setApi
Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGitSsh
Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"
| Returns | |
|---|---|
| Type | Description |
string |
|
setGitSsh
Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGitHttp
Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"
| Returns | |
|---|---|
| Type | Description |
string |
|
setGitHttp
Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|