Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class GetConnectClusterRequest.
Request for GetConnectCluster.
Generated from protobuf message google.cloud.managedkafka.v1.GetConnectClusterRequest
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the Kafka Connect cluster whose configuration to return. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
getName
Required. The name of the Kafka Connect cluster whose configuration to
return. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
string
setName
Required. The name of the Kafka Connect cluster whose configuration to
return. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
var
string
$this
static::build
name
string
Required. The name of the Kafka Connect cluster whose configuration to
return. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
. Please see ManagedKafkaConnectClient::connectClusterName()
for help formatting this field.