Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::V1::ManagedKafkaConnect::Paths.
Path helper methods for the ManagedKafkaConnect API.
Methods
#connect_cluster_path
def connect_cluster_path(project:, location:, connect_cluster:) -> ::String
Create a fully-qualified ConnectCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}
- project (String)
- location (String)
- connect_cluster (String)
- (::String)
- (::ArgumentError)
#connector_path
def connector_path(project:, location:, connect_cluster:, connector:) -> ::String
Create a fully-qualified Connector resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
- project (String)
- location (String)
- connect_cluster (String)
- connector (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#secret_version_path
def secret_version_path(project:, secret:, secret_version:) -> ::String
Create a fully-qualified SecretVersion resource string.
The resource will be in the following format:
projects/{project}/secrets/{secret}/versions/{secret_version}
- project (String)
- secret (String)
- secret_version (String)
- (::String)
- (::ArgumentError)