ConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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 |
str
Output only. The resource's name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The create time of the resource. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The update time of the resource. |
labels |
MutableMapping[str, str]
Labels. |
display_name |
str
Required. Display name. |
oracle_profile |
google.cloud.datastream_v1alpha1.types.OracleProfile
Oracle ConnectionProfile configuration. This field is a member of oneof _ profile .
|
gcs_profile |
google.cloud.datastream_v1alpha1.types.GcsProfile
Cloud Storage ConnectionProfile configuration. This field is a member of oneof _ profile .
|
mysql_profile |
google.cloud.datastream_v1alpha1.types.MysqlProfile
MySQL ConnectionProfile configuration. This field is a member of oneof _ profile .
|
no_connectivity |
google.cloud.datastream_v1alpha1.types.NoConnectivitySettings
No connectivity option chosen. This field is a member of oneof _ connectivity .
|
static_service_ip_connectivity |
google.cloud.datastream_v1alpha1.types.StaticServiceIpConnectivity
Static Service IP connectivity. This field is a member of oneof _ connectivity .
|
forward_ssh_connectivity |
google.cloud.datastream_v1alpha1.types.ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity. This field is a member of oneof _ connectivity .
|
private_connectivity |
google.cloud.datastream_v1alpha1.types.PrivateConnectivity
Private 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 |
dict
Keys 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 |