ConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)A set of reusable connection configurations to be used as a source or destination for a stream.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| name | strOutput only. The resource's name. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The create time of the resource. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The update time of the resource. | 
| labels | MutableMapping[str, str]Labels. | 
| display_name | strRequired. Display name. | 
| oracle_profile | google.cloud.datastream_v1.types.OracleProfileOracle ConnectionProfile configuration. This field is a member of oneof_profile. | 
| gcs_profile | google.cloud.datastream_v1.types.GcsProfileCloud Storage ConnectionProfile configuration. This field is a member of oneof_profile. | 
| mysql_profile | google.cloud.datastream_v1.types.MysqlProfileMySQL ConnectionProfile configuration. This field is a member of oneof_profile. | 
| bigquery_profile | google.cloud.datastream_v1.types.BigQueryProfileBigQuery Connection Profile configuration. This field is a member of oneof_profile. | 
| postgresql_profile | google.cloud.datastream_v1.types.PostgresqlProfilePostgreSQL Connection Profile configuration. This field is a member of oneof_profile. | 
| static_service_ip_connectivity | google.cloud.datastream_v1.types.StaticServiceIpConnectivityStatic Service IP connectivity. This field is a member of oneof_connectivity. | 
| forward_ssh_connectivity | google.cloud.datastream_v1.types.ForwardSshTunnelConnectivityForward SSH tunnel connectivity. This field is a member of oneof_connectivity. | 
| private_connectivity | google.cloud.datastream_v1.types.PrivateConnectivityPrivate connectivity. This field is a member of oneof_connectivity. | 
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |