Reference documentation and code samples for the Google Cloud Datastream V1 Client class PscInterfaceConfig.
The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer's PSC.
Generated from protobuf message google.cloud.datastream.v1.PscInterfaceConfig
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ network_attachment | stringRequired. Fully qualified name of the Network Attachment that Datastream will connect to. Format:  | 
getNetworkAttachment
Required. Fully qualified name of the Network Attachment that Datastream
will connect to. Format:
projects/{project}/regions/{region}/networkAttachments/{name}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNetworkAttachment
Required. Fully qualified name of the Network Attachment that Datastream
will connect to. Format:
projects/{project}/regions/{region}/networkAttachments/{name}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |