Google\Cloud\Logging\V2\ConfigServiceV2Client::parseSinkFromSinkName PHP 메소드

parseSinkFromSinkName() 공개 정적인 메소드

Parses the sink from the given fully-qualified path which represents a sink resource.
public static parseSinkFromSinkName ( $sinkName )
    public static function parseSinkFromSinkName($sinkName)
    {
        return self::getSinkNameTemplate()->match($sinkName)['sink'];
    }