Class ConnectionProfile (0.4.3)

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

NameDescription
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 Sequence[google.cloud.datastream_v1alpha1.types.ConnectionProfile.LabelsEntry]
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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.