getEndpoint

Gets an endpoint.

Return

null

Parameters

argument

null


suspend fun getEndpoint(endpointId: String, location: String, namespaceId: String, project: String? = null, serviceId: String): GetEndpointResult

Return

null

Parameters

endpointId
location
namespaceId
project
serviceId

See also


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.servicedirectory.v1.kotlin.inputs.GetEndpointPlainArgs.

See also