Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class ConnectionInfo.
ConnectionInfo singleton resource.
Generated from protobuf message google.cloud.alloydb.v1beta.ConnectionInfo
Namespace
Google \ Cloud \ AlloyDb \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning. |
↳ ip_address |
string
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application. |
↳ pem_certificate_chain |
array
Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246. |
↳ instance_uid |
string
Output only. The unique ID of the Instance. |
getName
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIpAddress
Output only. The IP address for the Instance.
This is the connection endpoint for an end-user application.
Returns | |
---|---|
Type | Description |
string |
setIpAddress
Output only. The IP address for the Instance.
This is the connection endpoint for an end-user application.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPemCertificateChain
Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPemCertificateChain
Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getInstanceUid
Output only. The unique ID of the Instance.
Returns | |
---|---|
Type | Description |
string |
setInstanceUid
Output only. The unique ID of the Instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |